update 04-19 07:44:18

This commit is contained in:
github-actions[bot]
2022-04-19 07:44:18 +08:00
parent 1b616e5ed4
commit f9183db592
10 changed files with 33 additions and 57 deletions

View File

@@ -209,10 +209,10 @@ local function processData(szType, content)
end
if info.tls == "tls" or info.tls == "1" then
result.tls = "1"
if info.sni then
result.tls_host = info.sni
elseif info.host then
if info.host then
result.tls_host = info.host
elseif info.sni then
result.tls_host = info.sni
end
result.insecure = 1
else