update-01.16
This commit is contained in:
parent
c8c460ce6f
commit
a3884defba
File diff suppressed because one or more lines are too long
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue