mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-06 06:37:36 +03:00
Format
This commit is contained in:
parent
b9f8f78c6e
commit
36c17eb59a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue