提交 65613238 编写于 作者: C coolsnowwolf

luci-app-ssr-plus: allowInsecure default on

上级 104f01fb
...@@ -342,6 +342,7 @@ o = s:option(Flag, "insecure", translate("allowInsecure")) ...@@ -342,6 +342,7 @@ o = s:option(Flag, "insecure", translate("allowInsecure"))
o.rmempty = true o.rmempty = true
o:depends("type", "v2ray") o:depends("type", "v2ray")
o:depends("type", "trojan") o:depends("type", "trojan")
o.default = "1"
-- [[ TLS ]]-- -- [[ TLS ]]--
o = s:option(Flag, "tls", translate("TLS")) o = s:option(Flag, "tls", translate("TLS"))
......
...@@ -136,6 +136,7 @@ local function processData(szType, content) ...@@ -136,6 +136,7 @@ local function processData(szType, content)
result.alter_id = info.aid result.alter_id = info.aid
result.vmess_id = info.id result.vmess_id = info.id
result.alias = info.ps result.alias = info.ps
result.insecure = 1
-- result.mux = 1 -- result.mux = 1
-- result.concurrency = 8 -- result.concurrency = 8
if info.net == 'ws' then if info.net == 'ws' then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册