From 71a2bf30f93c7b542096a6d2d927c945740db785 Mon Sep 17 00:00:00 2001 From: fatedier Date: Sun, 9 Aug 2026 23:04:09 +0800 Subject: [PATCH] docs: add release note for domain validation fix (#5475) --- Release.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Release.md b/Release.md index 4716e374..33fc0aea 100644 --- a/Release.md +++ b/Release.md @@ -6,3 +6,4 @@ * Fixed a server panic and remote denial of service caused by a client sending a negative `pool_count`. Negative values are now rejected before work-connection pool resources are allocated. * Fixed `frpc verify` ignoring configured `featureGates`, which caused VirtualNet configurations to be rejected even when the feature was enabled. +* Fixed a case-insensitive validation bypass that allowed `customDomains` under the configured `subDomainHost` to be registered using mixed-case domain names.