You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/net/dns
Maisem Ali 68d9d161f4 net/dns: [win] fix regression in disableDynamicUpdate
Somehow I accidentally set the wrong registry value here.
It should be DisableDynamicUpdate=1 and not EnableDNSUpdate=0.

This is a regression from 545639e.

Signed-off-by: Maisem Ali <maisem@tailscale.com>
2 years ago
..
publicdns net/dns/publicdns: Add Mullvad DoH 2 years ago
resolvconffile all: convert more code to use net/netip directly 2 years ago
resolver net/dns/publicdns: Add Mullvad DoH 2 years ago
config.go all: convert more code to use net/netip directly 2 years ago
debian_resolvconf.go
direct.go all: convert more code to use net/netip directly 2 years ago
direct_test.go all: convert more code to use net/netip directly 2 years ago
flush_default.go
flush_windows.go
ini.go
ini_test.go all: gofmt -w -s (simplify) tests 3 years ago
manager.go net/dns: [win] add MagicDNS entries to etc/hosts 2 years ago
manager_darwin.go net/dns: add tailscaled-on-macOS DNS OSConfigurator 3 years ago
manager_default.go net/dns: add tailscaled-on-macOS DNS OSConfigurator 3 years ago
manager_freebsd.go
manager_linux.go net/dns: remove systemd-resolved ping 2 years ago
manager_linux_test.go net/dns: remove systemd-resolved ping 2 years ago
manager_openbsd.go net/dns: teach OpenBSD's manager to talk to resolvd(8). (#2789) 3 years ago
manager_tcp_test.go all: convert more code to use net/netip directly 2 years ago
manager_test.go net/dns: [win] add MagicDNS entries to etc/hosts 2 years ago
manager_windows.go net/dns: [win] fix regression in disableDynamicUpdate 2 years ago
manager_windows_test.go net/dns: [win] add MagicDNS entries to etc/hosts 2 years ago
nm.go all: convert more code to use net/netip directly 2 years ago
noop.go
nrpt_windows.go all: use syncs.AtomicValue 2 years ago
openresolv.go
osconfig.go net/dns: [win] add MagicDNS entries to etc/hosts 2 years ago
resolvconf-workaround.sh
resolvconf.go
resolvd.go net/dns/resolvconffile: unify three /etc/resolv.conf parsers into new package 3 years ago
resolved.go all: gofmt for Go 1.19 2 years ago
utf.go
utf_test.go
wsl_windows.go