We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bcba92 commit 6ca2697Copy full SHA for 6ca2697
1 file changed
dnscrypt-proxy/serversInfo.go
@@ -109,6 +109,7 @@ func (serversInfo *ServersInfo) refresh(proxy *Proxy) (int, error) {
109
serversInfo.inner = inner
110
if innerLen > 1 {
111
dlog.Noticef("Server with the lowest initial latency: %s (rtt: %dms)", inner[0].Name, inner[0].initialRtt)
112
+ proxy.certIgnoreTimestamp = false
113
}
114
serversInfo.Unlock()
115
return liveServers, err
0 commit comments