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
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
..
dns wgengine/router/dns: remove unused code 4 years ago
ifconfig_windows.go Trivial change in function description. 4 years ago
ifconfig_windows_test.go wgengine/router: unfork winipcfg-go package, use upstream 4 years ago
router.go all: dns refactor, add Proxied and PerDomain flags from control (#615) 4 years ago
router_darwin.go all: dns refactor, add Proxied and PerDomain flags from control (#615) 4 years ago
router_default.go Remove tuntap references. We only use TUN. 4 years ago
router_fake.go all: annotate log verbosity levels on most egregiously spammy log prints 4 years ago
router_freebsd.go all: dns refactor, add Proxied and PerDomain flags from control (#615) 4 years ago
router_linux.go wgengine/router: disable IPv6 on Linux if ip rule -6 fails (#1074) 4 years ago
router_linux_test.go wgengine/router: make v6-ness configurable in test, for consistent results. 4 years ago
router_openbsd.go all: replace wgcfg.IP and wgcfg.CIDR with netaddr types 4 years ago
router_userspace_bsd.go all: replace wgcfg.IP and wgcfg.CIDR with netaddr types 4 years ago
router_windows.go Prepare for the new wireguard-go API. 4 years ago
runner.go wgengine/router: set up basic IPv6 routing/firewalling. 4 years ago