update 03-25 23:08

This commit is contained in:
github-actions[bot]
2022-03-25 23:08:55 +08:00
parent b2ce7f6ae5
commit 9cae97e5ed

View File

@@ -207,6 +207,10 @@ local function processData(szType, content)
else else
result.tls = "0" result.tls = "0"
end end
-- https://www.v2fly.org/config/protocols/vmess.html#vmess-md5-认证信息-淘汰机制
if info.aid and (tonumber(info.aid) > 0) then
result.server = nil
end
elseif szType == "ss" then elseif szType == "ss" then
local idx_sp = 0 local idx_sp = 0
local alias = "" local alias = ""