Revert the cache clear

Implementing this is going to be more complicated
This commit is contained in:
Frank Denis 2018-03-21 10:17:13 +01:00
parent 3c05b38edd
commit 2eac8d52d5
1 changed files with 0 additions and 3 deletions

View File

@ -89,9 +89,6 @@ func (proxy *Proxy) StartProxy() {
liveServers, err := proxy.serversInfo.refresh(proxy)
if liveServers > 0 {
dlog.Noticef("dnscrypt-proxy is ready - live servers: %d", liveServers)
if !proxy.xTransport.ignoreSystemDNS {
proxy.xTransport.clearCache()
}
SystemDNotify()
} else if err != nil {
dlog.Error(err)