mirror of
https://github.com/fatedier/frp.git
synced 2026-06-04 11:34:23 +08:00
639 B
639 B
Features
transport.wireProtocol = "v2"now also applies to UDP-based proxy payloads, including ordinary UDP and SUDP, so their payload framing is consistent with the selected wire protocol.- Improved SUDP compatibility during mixed
transport.wireProtocoldeployments, allowing frps to bridge payloads between v1/default and v2 SUDP clients. - XTCP work connection
NatHoleSidmessages now follow the selectedtransport.wireProtocol.
Compatibility Notes
- When enabling
transport.wireProtocol = "v2"for SUDP, upgrade both the proxy and visitor frpc instances first, or keep them onv1until both sides are upgraded.