support kcptun port range

This commit is contained in:
FluffyTigerfear 2024-01-31 14:06:07 +08:00 committed by sbwml
parent cae38438e6
commit 0a5d39ff23

View File

@ -1187,7 +1187,7 @@ if is_finded("kcptun-client") then
o:depends("type", "ss")
o = s:option(Value, "kcp_port", translate("KcpTun Port"))
o.datatype = "port"
o.datatype = "portrange"
o.default = 4000
o:depends("type", "ssr")
o:depends("type", "ss")