tailscale/wgengine
Denton Gentry 93c2882a2f wgengine: flush DNS cache after major link change.
Windows has a public dns.Flush used in router_windows.go.
However that won't work for platforms like Linux, where
we need a different flush mechanism for resolved versus
other implementations.

We're instead adding a FlushCaches method to the dns Manager,
which can be made to work on all platforms as needed.

Fixes https://github.com/tailscale/tailscale/issues/2132

Signed-off-by: Denton Gentry <dgentry@tailscale.com>
2021-09-19 22:58:53 -07:00
..
bench wgengine/wgcfg: use just the hexlified node key as the WireGuard endpoint. 2021-09-01 15:13:21 -07:00
filter cmd/cloner: add Clone context to regen struct assignments 2021-09-17 16:46:08 -07:00
magicsock wgengine/magicsock: skip alloc test with -race 2021-09-17 09:56:32 -07:00
monitor all: gofmt with Go 1.17 2021-08-05 15:54:00 -07:00
netstack wgengine/netstack: clarify a comment 2021-08-27 11:10:56 -07:00
router tstest: add MemLogger bytes.Buffer wrapper with Logf method 2021-09-07 15:33:45 -07:00
wgcfg cmd/cloner: add Clone context to regen struct assignments 2021-09-17 16:46:08 -07:00
wglog wgengine/wglog: Fix docstring on wireguardGoString to match args 2021-09-05 15:52:16 -07:00
winnet wgengine/winnet: don't build on non-windows 2021-02-09 21:09:24 -08:00
mem_ios.go go.mod: upgrade wireguard-windows, de-fork wireguard-go 2021-05-25 13:18:21 -07:00
pendopen.go cmd/tailscale: fix "tailscale ip $self-host-hostname" 2021-09-07 11:57:23 -07:00
userspace_ext_test.go go.mod: upgrade wireguard-windows, de-fork wireguard-go 2021-05-25 13:18:21 -07:00
userspace_test.go all: close fake userspace engines when tests complete 2021-09-15 15:31:51 -07:00
userspace.go wgengine: flush DNS cache after major link change. 2021-09-19 22:58:53 -07:00
watchdog_test.go all: close fake userspace engines when tests complete 2021-09-15 15:31:51 -07:00
watchdog.go wgengine: randomize client port if netmap says to 2021-06-23 08:51:37 -07:00
wgengine.go wgengine: randomize client port if netmap says to 2021-06-23 08:51:37 -07:00