From 45e01265b7f5ce650d3aead0d89f7226ae4449ad Mon Sep 17 00:00:00 2001 From: gitea-action Date: Fri, 23 May 2025 23:00:24 +0800 Subject: [PATCH] luci-app-ssr-plus: sync upstream last commit: https://github.com/fw876/helloworld/commit/9f6cf057a996bbf435e5b15caa6d43eb80346bdc --- luci-app-ssr-plus/root/usr/share/shadowsocksr/subscribe.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/luci-app-ssr-plus/root/usr/share/shadowsocksr/subscribe.lua b/luci-app-ssr-plus/root/usr/share/shadowsocksr/subscribe.lua index 26415f690..8070c55c5 100755 --- a/luci-app-ssr-plus/root/usr/share/shadowsocksr/subscribe.lua +++ b/luci-app-ssr-plus/root/usr/share/shadowsocksr/subscribe.lua @@ -419,6 +419,7 @@ local function processData(szType, content) elseif szType == "sip008" then result.type = v2_ss result.v2ray_protocol = (v2_ss == "v2ray") and "shadowsocks" or nil + result.has_ss_type = has_ss_type result.server = content.server result.server_port = content.server_port result.password = content.password @@ -432,6 +433,7 @@ local function processData(szType, content) elseif szType == "ssd" then result.type = v2_ss result.v2ray_protocol = (v2_ss == "v2ray") and "shadowsocks" or nil + result.has_ss_type = has_ss_type result.server = content.server result.server_port = content.port result.password = content.password