update-01.16

This commit is contained in:
github-actions[bot] 2022-01-16 09:11:03 +08:00
parent c8c460ce6f
commit a3884defba
2 changed files with 8695 additions and 8693 deletions

File diff suppressed because one or more lines are too long

View File

@ -280,7 +280,7 @@ if node_section then
protocol = "dokodemo-door",
settings = {network = proto, followRedirect = true},
streamSettings = {sockopt = {tproxy = proxy_way}},
sniffing = {enabled = true, destOverride = {"http", "tls", (dns_fakedns) and "fakedns"}, metadataOnly = dns_fakedns and true or nil, RouteOnly = route_only and true or nil}
sniffing = {enabled = true, destOverride = {"http", "tls", (dns_fakedns) and "fakedns"}, metadataOnly = false, RouteOnly = route_only and true or nil}
})
end