Add support for firefox canary domain for disabling DoH

This commit is contained in:
Patrick Pacher
2020-04-17 11:01:26 +02:00
parent cee50745bb
commit 943246c747
4 changed files with 55 additions and 4 deletions

View File

@@ -151,7 +151,6 @@ func (e *Entity) getLocation() {
e.fetchLocationOnce.Do(func() {
// need IP!
if e.IP == nil {
log.Warningf("intel: cannot get location for %s data without IP", e.Domain)
return
}