docs: add release note for domain validation fix (#5475)

This commit is contained in:
fatedier
2026-08-09 23:04:09 +08:00
committed by GitHub
parent a6a782bed4
commit 71a2bf30f9
+1
View File
@@ -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.