mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-03 21:27:37 +03:00
Fix typo
This commit is contained in:
parent
95f37cbfdf
commit
6459cb1ccc
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ func (xTransport *XTransport) resolveAndUpdateCache(host string) error {
|
|||
}
|
||||
}
|
||||
}
|
||||
if err != nil && xTransport.ignoreSystemDNS {
|
||||
if err != nil && !xTransport.ignoreSystemDNS {
|
||||
dlog.Noticef("Bootstrap resolvers didn't respond - Trying with the system resolver as a last resort")
|
||||
foundIP, ttl, err = xTransport.resolveUsingSystem(host)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue