tailscale/wgengine/router
Denton Gentry 1dd2552032 wgengine: actively log FlushDNS.
Intended to help in resolving customer issue with
DNS caching.

We currently exec `ipconfig /flushdns` from two
places:
- SetDNS(), which logs before invoking
- here in router_windows, which doesn't

We'd like to see a positive indication in logs that flushdns
is being run.

As this log is expected to be spammy, it is proposed to
leave this in just long enough to do an unstable 1.13.x build
and then revert it. They won't run an unsigned image that
I build.

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
2021-08-19 14:43:14 -07:00
..
callback.go net/dns: some post-review cleanups. 2021-04-07 15:40:31 -07:00
ifconfig_windows.go go.mod: upgrade wireguard-windows, de-fork wireguard-go 2021-05-25 13:18:21 -07:00
ifconfig_windows_test.go wgengine/router{win}: ignore broadcast routes added by Windows when removing routes. 2021-04-24 14:13:35 -07:00
router.go wgengine/router: take a link monitor 2021-07-20 13:43:40 -07:00
router_darwin.go wgengine/router: take a link monitor 2021-07-20 13:43:40 -07:00
router_default.go all: gofmt with Go 1.17 2021-08-05 15:54:00 -07:00
router_fake.go wgengine: pass in an explicit router.Router, rather than a generator. 2021-03-26 22:01:55 -07:00
router_freebsd.go wgengine/router: take a link monitor 2021-07-20 13:43:40 -07:00
router_linux.go wgengine/router: pass in AmbientCaps when calling `ip rule` 2021-08-18 13:28:53 -07:00
router_linux_test.go wgengine/router: take a link monitor 2021-07-20 13:43:40 -07:00
router_openbsd.go wgengine/router: take a link monitor 2021-07-20 13:43:40 -07:00
router_test.go all: gofmt with Go 1.17 2021-08-05 15:54:00 -07:00
router_userspace_bsd.go all: gofmt with Go 1.17 2021-08-05 15:54:00 -07:00
router_windows.go wgengine: actively log FlushDNS. 2021-08-19 14:43:14 -07:00
runner.go wgengine/router: pass in AmbientCaps when calling `ip rule` 2021-08-18 13:28:53 -07:00