luci-app-ssr-plus: limit tls_flow to tcp transport

Signed-off-by: He Cheng <57560866+hecheng337@users.noreply.github.com>
This commit is contained in:
hecheng337 2022-11-28 09:08:53 +08:00 committed by sbwml
parent 282f55e832
commit 23c478ac1e

View File

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