mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-20 11:58:39 +00:00
Revert "wgengine: actively log FlushDNS."
This log is quite verbose, it was only to be left in for one unstable build to help debug a user issue. This reverts commit 1dd25520326f0adc1d37c12710c9f33c830a7ef5. Signed-off-by: Denton Gentry <dgentry@tailscale.com>
This commit is contained in:
parent
47045265b9
commit
6731f934a6
@ -86,7 +86,6 @@ func (r *winRouter) Set(cfg *Config) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Flush DNS on router config change to clear cached DNS entries (solves #1430)
|
// Flush DNS on router config change to clear cached DNS entries (solves #1430)
|
||||||
r.logf("router_windows.go:Set calling ipconfig /flushdns")
|
|
||||||
if err := dns.Flush(); err != nil {
|
if err := dns.Flush(); err != nil {
|
||||||
r.logf("flushdns error: %v", err)
|
r.logf("flushdns error: %v", err)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user