From 393a533744b99309e61b21c6e4bffe23510ba12b Mon Sep 17 00:00:00 2001 From: fatedier Date: Wed, 24 Jun 2026 15:03:22 +0800 Subject: [PATCH] docs: add release note for duplicate config names (#5379) --- Release.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Release.md b/Release.md index 7e9befa0..565129d9 100644 --- a/Release.md +++ b/Release.md @@ -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.