docs: add release note for duplicate config names (#5379)

This commit is contained in:
fatedier
2026-06-24 15:03:22 +08:00
committed by GitHub
parent 035889c360
commit 393a533744

View File

@@ -7,3 +7,4 @@
* WebSocket and WSS tunnel payloads are now sent as binary frames, avoiding disconnects through RFC-compliant intermediaries that validate text frames as UTF-8.
* The `tls2raw` client plugin now writes the proxy protocol header to the local raw connection when proxy protocol is enabled.
* frpc now rejects duplicate proxy and visitor names in config files instead of silently overwriting earlier entries.