0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-06-12 11:29:36 +03:00

Add "xudpProxyUDP443" to Mux config & XUDP rejects UDP/443 traffic by default (client side, excluding reverse proxy)

This commit is contained in:
RPRX
2023-04-14 22:51:18 +00:00
committed by GitHub
parent 4f601530fa
commit 06c9e50c52
5 changed files with 72 additions and 29 deletions

View File

@ -100,4 +100,6 @@ message MultiplexingConfig {
int32 concurrency = 2;
// Transport XUDP in another Mux.
int32 xudpConcurrency = 3;
// "reject" (default), "allow" or "skip".
string xudpProxyUDP443 = 4;
}