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/wgengine/router/dns
Alex Brainman 6e4231c03c wgengine/router/dns: remove unused code
Commit 68ddf1 removed code that reads
`SOFTWARE\Tailscale IPN\SearchList` registry value. But the commit
left code that writes that value.

So now this package writes and never reads the value.

Remove the code to stop pointless work.

Updates #853

Signed-off-by: Alex Brainman <alex.brainman@gmail.com>
4 years ago
..
config.go wgengine/router/dns: fix typo in comment 4 years ago
direct.go
manager.go
manager_default.go
manager_freebsd.go
manager_linux.go
manager_openbsd.go
manager_windows.go wgengine/router/dns: remove unused code 4 years ago
nm.go wgengine/router/dns: remove unsafe endianness detection on Linux 4 years ago
noop.go
registry_windows.go wgenginer/router/dns: use constant from golang.org/x/sys/windows 4 years ago
resolvconf.go
resolved.go