tailscale/net/dns/resolver
Mihai Parparita edb02b63f8 net/sockstats: pass in logger to sockstats.WithSockStats
Using log.Printf may end up being printed out to the console, which
is not desirable. I noticed this when I was investigating some client
logs with `sockstats: trace "NetcheckClient" was overwritten by another`.
That turns to be harmless/expected (the netcheck client will fall back
to the DERP client in some cases, which does its own sockstats trace).

However, the log output could be visible to users if running the
`tailscale netcheck` CLI command, which would be needlessly confusing.

Updates tailscale/corp#9230

Signed-off-by: Mihai Parparita <mihai@tailscale.com>
2023-04-12 18:40:03 -07:00
..
debug.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
doh_test.go net/dns/resolver: remove maxDoHInFlight 2023-02-03 17:07:12 -08:00
forwarder_test.go net/dns/resolver: remove maxDoHInFlight 2023-02-03 17:07:12 -08:00
forwarder.go net/sockstats: pass in logger to sockstats.WithSockStats 2023-04-12 18:40:03 -07:00
macios_ext.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
tsdns_server_test.go all: update copyright and license headers 2023-01-27 15:36:29 -08:00
tsdns_test.go all: use tstest.Replace more 2023-03-04 12:24:55 -08:00
tsdns.go net/dns/resolver: add envknob to debug exit node DNS queries on on Windows 2023-02-03 12:09:00 -05:00