mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-05 14:17:36 +03:00
Shorten
This commit is contained in:
parent
5c3db0dcf5
commit
bc42eda1c8
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ func fetchDNSCryptServerInfo(proxy *Proxy, name string, stamp stamps.ServerStamp
|
||||||
dlog.Infof("[%v] couldn't be reached anonymously, it will be ignored", name)
|
dlog.Infof("[%v] couldn't be reached anonymously, it will be ignored", name)
|
||||||
return ServerInfo{}, errors.New("Resolver couldn't be reached anonymously")
|
return ServerInfo{}, errors.New("Resolver couldn't be reached anonymously")
|
||||||
}
|
}
|
||||||
dlog.Warnf("[%v] couldn't be reached anonymously - check the relay and that your router doesn't drop UDP fragments", name)
|
dlog.Warnf("[%v] couldn't be reached anonymously", name)
|
||||||
}
|
}
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return ServerInfo{}, err
|
return ServerInfo{}, err
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue