소스 검색

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})