mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 05:37:38 +03:00
Update xtransport.go
change message
This commit is contained in:
parent
3478ec2387
commit
2d807ae432
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ func (xTransport *XTransport) resolveAndUpdateCache(host string) error {
|
|||
dlog.Noticef("Bootstrap resolvers didn't respond - Trying with the system resolver as a last resort")
|
||||
foundIP, ttl, err = xTransport.resolveUsingSystem(host)
|
||||
if err != nil {
|
||||
err = errors.New("System DNS is not usable yet")
|
||||
err = errors.New("System DNS error")
|
||||
dlog.Notice(err)
|
||||
}
|
||||
}else if err != nil && xTransport.ignoreSystemDNS == true {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue