From 23c478ac1e1f37694682d577d6e9f69e424dc0e2 Mon Sep 17 00:00:00 2001 From: hecheng337 <57560866+hecheng337@users.noreply.github.com> Date: Mon, 28 Nov 2022 09:08:53 +0800 Subject: [PATCH] luci-app-ssr-plus: limit tls_flow to tcp transport Signed-off-by: He Cheng <57560866+hecheng337@users.noreply.github.com> --- .../luasrc/model/cbi/shadowsocksr/client-config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua b/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua index 7bca388d9..7fdb56388 100644 --- a/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua +++ b/luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua @@ -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", transport = "tcp", tls = true}) end -- [[ TLS部分 ]] --