|
|
@@ -237,7 +237,7 @@ o:depends("type", "trojan")
|
|
|
o:depends("type", "naiveproxy")
|
|
|
o:depends({type = "socks5", auth_enable = true})
|
|
|
o:depends({type = "v2ray", v2ray_protocol = "http", auth_enable = true})
|
|
|
-o:depends({type = "v2ray", v2ray_protocol = "socks", auth_enable = true})
|
|
|
+o:depends({type = "v2ray", v2ray_protocol = "socks", socks_ver = "5", auth_enable = true})
|
|
|
o:depends({type = "v2ray", v2ray_protocol = "shadowsocks"})
|
|
|
o:depends({type = "v2ray", v2ray_protocol = "trojan"})
|
|
|
|
|
|
@@ -610,7 +610,7 @@ o:depends({type = "v2ray", v2ray_protocol = "vless", xtls = false})
|
|
|
o:depends({type = "v2ray", v2ray_protocol = "vmess", xtls = false})
|
|
|
o:depends({type = "v2ray", v2ray_protocol = "trojan", xtls = false})
|
|
|
o:depends({type = "v2ray", v2ray_protocol = "shadowsocks", xtls = false})
|
|
|
-o:depends({type = "v2ray", v2ray_protocol = "socks", xtls = false})
|
|
|
+o:depends({type = "v2ray", v2ray_protocol = "socks", socks_ver = "5", xtls = false})
|
|
|
o:depends({type = "v2ray", v2ray_protocol = "http", xtls = false})
|
|
|
o:depends("type", "trojan")
|
|
|
|