This commit is contained in:
HQ Ong 2022-11-08 17:09:47 +08:00 committed by sbwml
parent 0238d1d22e
commit 71d49a58ea

View File

@ -657,7 +657,7 @@ if is_finded("xray") then
o:value(v, translate(v))
end
o.rmempty = true
o:depends({type = "v2ray", v2ray_protocol = "vless", "tls" = true})
o:depends({type = "v2ray", v2ray_protocol = "vless", tls = true})
end
-- [[ TLS部分 ]] --