-
Notifications
You must be signed in to change notification settings - Fork 5.1k
有關xudp最新支持MUX的設定疑慮 #1963
Copy link
Copy link
Closed
Description
使用環境:Xray only
其餘配套:vision+reality
端口:443 only
根據 XUDP:VLESS & VMess & Mux UDP FullCone NAT,我暫時在xray中把普通UDP看同於XUDP
xudp使用MUX設定代碼和疑慮如下
{
"enabled": true,
"concurrency": -1,
"xudpConcurrency": 16,
"xudpProxyUDP443": "skip"
}
按我理解:
true,MUX功能啓用
concurrency -1,TCP不使用MUX
xudpConcurrency 16,UDP使用MUX(抑或正確來說這裏的udp處理方式是uot?)
xudpProxyUDP443 skip,UDP使用MUX但不承载 443 端口流量,並且udp 443 流量使用代理工具默認的UDP處理方式。
疑慮:
那麼在上述xray設定環境下,
我認爲 「xudpProxyUDP443 skip 或 allow ,都不會改變xray對udp的處理方式➡️UOT」,對嗎?
如果是 xudpProxyUDP443 reject 呢? 因爲TCP是 -1,那麼只使用了443端口的代理流量是不是等於沒有使用MUX?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels