luci-app-ssr-plus: fix misinterpretation of trojan subscription

Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
This commit is contained in:
李欣 2021-02-13 21:18:18 +08:00 committed by Tianling Shen
parent 10ab612d80
commit d22e4fa15c
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -232,7 +232,7 @@ local function processData(szType, content)
local userinfo = hostInfo[1]
local password = userinfo
result.alias = UrlDecode(alias)
result.type = "v2ray"
result.type = "trojan"
result.v2ray_protocol = "trojan"
result.server = host[1]
-- 按照官方的建议 默认验证ssl证书