mirror of
https://github.com/tailscale/tailscale.git
synced 2025-11-14 17:43:01 +00:00
net/dns/resolver: drop dropping log
Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
(cherry picked from commit 77696579f5)
This commit is contained in:
committed by
Brad Fitzpatrick
parent
784ce7c97c
commit
766a3a2e59
@@ -528,7 +528,6 @@ func (f *forwarder) forward(query packet) error {
|
||||
switch runtime.GOOS {
|
||||
case "ios", "darwin":
|
||||
if hasRDNSBonjourPrefix(domain) {
|
||||
f.logf("[v1] dropping %q", domain)
|
||||
return nil
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user