1
0
mirror of https://github.com/DNSCrypt/dnscrypt-proxy.git synced 2024-12-27 00:12:31 +01:00
This commit is contained in:
Frank Denis 2023-04-05 21:33:21 +02:00
parent b9f8f78c6e
commit 36c17eb59a

View File

@ -423,7 +423,7 @@ func (xTransport *XTransport) resolveAndUpdateCache(host string) error {
foundIP, ttl, err = xTransport.resolveUsingSystem(host) foundIP, ttl, err = xTransport.resolveUsingSystem(host)
if err != nil { if err != nil {
err = errors.New("System DNS is not usable yet") err = errors.New("System DNS is not usable yet")
dlog.Notice( err) dlog.Notice(err)
} }
} }
if err != nil { if err != nil {