Skip to content

Commit

Permalink
luci-app-ssr-plus: allowInsecure default on
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Feb 20, 2020
1 parent 104f01f commit 6561323
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ o = s:option(Flag, "insecure", translate("allowInsecure"))
o.rmempty = true
o:depends("type", "v2ray")
o:depends("type", "trojan")
o.default = "1"

-- [[ TLS ]]--
o = s:option(Flag, "tls", translate("TLS"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ local function processData(szType, content)
result.alter_id = info.aid
result.vmess_id = info.id
result.alias = info.ps
result.insecure = 1
-- result.mux = 1
-- result.concurrency = 8
if info.net == 'ws' then
Expand Down

0 comments on commit 6561323

Please sign in to comment.