mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2024-12-27 00:12:31 +01:00
Format
This commit is contained in:
parent
b9f8f78c6e
commit
36c17eb59a
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user