mirror of
https://github.com/xiaorouji/openwrt-passwall2.git
synced 2025-05-02 02:11:58 +08:00
luci: add XUDP Mux option for shadowsocks node (#797)
This commit is contained in:
parent
7dec24015c
commit
e22af704a2
@ -634,6 +634,7 @@ o = s:option(Flag, _n("xmux"), "XUDP Mux")
|
|||||||
o.default = 1
|
o.default = 1
|
||||||
o:depends({ [_n("protocol")] = "vless", [_n("flow")] = "xtls-rprx-vision" })
|
o:depends({ [_n("protocol")] = "vless", [_n("flow")] = "xtls-rprx-vision" })
|
||||||
o:depends({ [_n("protocol")] = "vless", [_n("flow")] = "xtls-rprx-vision-udp443" })
|
o:depends({ [_n("protocol")] = "vless", [_n("flow")] = "xtls-rprx-vision-udp443" })
|
||||||
|
o:depends({ [_n("protocol")] = "shadowsocks" })
|
||||||
|
|
||||||
o = s:option(Value, _n("xudp_concurrency"), translate("XUDP Mux concurrency"))
|
o = s:option(Value, _n("xudp_concurrency"), translate("XUDP Mux concurrency"))
|
||||||
o.default = 8
|
o.default = 8
|
||||||
|
Loading…
Reference in New Issue
Block a user