This commit is contained in:
ACE 2025-02-10 02:03:41 +02:00 committed by GitHub
parent 95f37cbfdf
commit 6459cb1ccc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)
}