浏览代码

luci-app-ssr-plus: Fixed problem subscription `reality`does not read `tls_flow`.

zxl hhyccc 1 年之前
父节点
当前提交
e27980dd78
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua

+ 0 - 1
luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/client-config.lua

@@ -927,7 +927,6 @@ if is_finded("xray") then
 		o:value(v, translate(v))
 	end
 	o.rmempty = true
-	o:depends("xtls", true)
 	o:depends({type = "v2ray", v2ray_protocol = "vless", transport = "tcp", tls = true})
 	o:depends({type = "v2ray", v2ray_protocol = "vless", transport = "tcp", reality = true})