luci: add XUDP Mux option for shadowsocks node (#797)

This commit is contained in:
Soffio di vento 2025-04-11 23:45:33 +08:00 committed by GitHub
parent 7dec24015c
commit e22af704a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -634,6 +634,7 @@ o = s:option(Flag, _n("xmux"), "XUDP Mux")
o.default = 1
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")] = "shadowsocks" })
o = s:option(Value, _n("xudp_concurrency"), translate("XUDP Mux concurrency"))
o.default = 8