mirror of
https://github.com/kenzok8/small-package.git
synced 2026-02-08 07:37:13 +08:00
update 04-19 07:44:18
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user