net/dns/resolver: drop dropping log
Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
This commit is contained in:
parent
7742caef0a
commit
77696579f5
|
@ -538,7 +538,6 @@ func (f *forwarder) forward(query packet) error {
|
||||||
// when browsing for LAN devices. But even when filtering this
|
// when browsing for LAN devices. But even when filtering this
|
||||||
// out, playing on Sonos still works.
|
// out, playing on Sonos still works.
|
||||||
if hasRDNSBonjourPrefix(domain) {
|
if hasRDNSBonjourPrefix(domain) {
|
||||||
f.logf("[v1] dropping %q", domain)
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue