Shorten
This commit is contained in:
parent
5c3db0dcf5
commit
bc42eda1c8
|
@ -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)
|
||||
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 {
|
||||
return ServerInfo{}, err
|
||||
|
|
Loading…
Reference in New Issue