Revert "Cache DNS lookups when resolving safebrowsing or parental servers, also cache replacement hostnames as well."

This reverts commit a5d1053520.

This cache had unintended side effects.
This commit is contained in:
Eugene Bujak
2018-11-02 12:15:30 +03:00
parent 19e30dbccc
commit 2449075bca
2 changed files with 13 additions and 33 deletions

View File

@@ -17,7 +17,6 @@ import (
"sync/atomic"
"time"
_ "github.com/benburkert/dns/init"
"github.com/bluele/gcache"
"golang.org/x/net/publicsuffix"
)