tailscale/net
Aaron Klotz 4baf34cf25 net/dns: set appropriate Windows registry values to prevent it from sending DNS changes concerning our interface to AD domain controllers.
We do this unconditionally inside SetDNS such that the values are always set
before we make any other changes to DNS configurations.

It should not be harmful for the settings to remain even when other DNS
settings are cleared out (since they only affect our network interface).

See https://docs.microsoft.com/en-us/troubleshoot/windows-server/networking/configure-dns-dynamic-updates-windows-server-2003 for details about the registry value.

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

Signed-off-by: Aaron Klotz <aaron@tailscale.com>
2022-06-24 11:41:33 -06:00
..
dns net/dns: set appropriate Windows registry values to prevent it from sending DNS changes concerning our interface to AD domain controllers. 2022-06-24 11:41:33 -06:00
dnscache control/controlclient, net/dnscache: use typed singleflight fork 2022-06-17 10:20:16 -07:00
dnsfallback net/dnsfallback: update from 'go generate' 2022-04-17 10:06:09 -07:00
flowtrack all: use any instead of interface{} 2022-03-17 11:35:09 -07:00
interfaces net/interfaces: add FreeBSD default route lookup (portmapping, etc) 2022-03-08 13:02:02 -08:00
netcheck all: gofmt all 2022-04-29 13:06:04 -07:00
neterror net/{neterror,dns/resolver}: move PacketWasTruncated to neterror from DNS code 2022-01-03 14:03:30 -08:00
netknob all: disable TCP keep-alives on iOS/Android 2021-09-28 12:03:18 -07:00
netns wasm: exclude code that's not used on iOS for Wasm too 2022-06-06 13:52:52 -07:00
netstat all: gofmt with Go 1.17 2021-08-05 15:54:00 -07:00
nettest net/nettest: deflake TestPipeTimeout 2021-11-30 12:21:59 -08:00
netutil net/netutil: add CheckIPForwardingLinux (#4301) 2022-03-28 10:24:11 -07:00
packet *: use WireGuard where logged, printed or named 2022-05-04 13:36:05 -07:00
portmapper net/portmapper: enable for iOS 2022-06-09 10:40:25 -07:00
proxymux net/proxymux: add a listener mux that can run SOCKS and HTTP on a single socket. 2021-11-29 16:49:48 -08:00
socks5 socks5: add a simple test 2022-06-09 10:41:06 -07:00
speedtest all: fix spelling mistakes 2021-10-12 21:23:14 -07:00
stun all: gofmt with Go 1.17 2021-08-05 15:54:00 -07:00
tlsdial envknob: add new package for all the strconv.ParseBool(os.Getenv(..)) 2022-01-24 11:51:23 -08:00
tsaddr net/dns/resolver, net/tsaddr: fix reverse lookups in 4to6 IP range 2022-04-21 09:37:21 -07:00
tsdial net/tsdial: add SystemDial as a wrapper on netns.Dial 2022-04-27 12:02:36 -07:00
tshttpproxy net/tshttpproxy: synology: pick proxy by scheme 2022-04-28 11:56:37 -07:00
tstun wgengine/netstack: make netstack MTU be 1280 also 2022-06-01 12:16:41 -07:00