fix minor bugs
This commit is contained in:
parent
224b0fce37
commit
bda808486d
@ -220,7 +220,7 @@ o:depends("type", "ss_rust")
|
|||||||
o:depends("type", "v2ray")
|
o:depends("type", "v2ray")
|
||||||
o:depends("type", "trojan")
|
o:depends("type", "trojan")
|
||||||
o:depends("type", "naiveproxy")
|
o:depends("type", "naiveproxy")
|
||||||
o:depends({type = "hysteria",port_hopping = "0"})
|
o:depends({type = "hysteria",port_hopping = false})
|
||||||
o:depends("type", "tuic")
|
o:depends("type", "tuic")
|
||||||
o:depends("type", "shadowtls")
|
o:depends("type", "shadowtls")
|
||||||
o:depends("type", "socks5")
|
o:depends("type", "socks5")
|
||||||
@ -340,13 +340,13 @@ o.rmempty = true
|
|||||||
o.default = "0"
|
o.default = "0"
|
||||||
|
|
||||||
o = s:option(Value, "hopinterval", translate("Port Hopping Interval(Unit:Second)"))
|
o = s:option(Value, "hopinterval", translate("Port Hopping Interval(Unit:Second)"))
|
||||||
o:depends({type = "hysteria", port_hopping = "1"})
|
o:depends({type = "hysteria", port_hopping = true})
|
||||||
o.datatype = "uinteger"
|
o.datatype = "uinteger"
|
||||||
o.rmempty = true
|
o.rmempty = true
|
||||||
o.default = "30"
|
o.default = "30"
|
||||||
|
|
||||||
o = s:option(Value, "port_range", translate("Port Range"))
|
o = s:option(Value, "port_range", translate("Port Range"))
|
||||||
o:depends({type = "hysteria", port_hopping = "1"})
|
o:depends({type = "hysteria", port_hopping = true})
|
||||||
o.rmempty = false
|
o.rmempty = false
|
||||||
|
|
||||||
o = s:option(Flag, "lazy_mode", translate("Enable Lazy Mode"))
|
o = s:option(Flag, "lazy_mode", translate("Enable Lazy Mode"))
|
||||||
|
Loading…
Reference in New Issue
Block a user