tailscale/wgengine/router
David Crawshaw b4f70d8232 wgengine/router/dns: use the correct interface GUID
On Win10, there's a hardcoded GUID and this works.
On Win7, this GUID changes and we need to ask the tun for its
LUID and convert that from the GUID.

This commit uses the computed GUID that is placed in InterfaceName.

Diagnosed by Jason Donnenfeld. (Thanks!)
2020-12-21 16:43:24 -05:00
..
dns wgengine/router/dns: use the correct interface GUID 2020-12-21 16:43:24 -05:00
ifconfig_windows.go Trivial change in function description. 2020-12-11 00:55:37 +01:00
ifconfig_windows_test.go wgengine/router: unfork winipcfg-go package, use upstream 2020-10-13 09:21:22 -07:00
router.go all: dns refactor, add Proxied and PerDomain flags from control (#615) 2020-07-31 16:27:09 -04:00
router_darwin.go all: dns refactor, add Proxied and PerDomain flags from control (#615) 2020-07-31 16:27:09 -04:00
router_default.go Remove tuntap references. We only use TUN. 2020-09-25 13:13:13 -07:00
router_fake.go all: annotate log verbosity levels on most egregiously spammy log prints 2020-12-21 12:59:33 -08:00
router_freebsd.go all: dns refactor, add Proxied and PerDomain flags from control (#615) 2020-07-31 16:27:09 -04:00
router_linux.go wgengine/router: disable IPv6 if v6 policy routing is unavailable. 2020-11-11 15:31:15 -08:00
router_linux_test.go wgengine/router: make v6-ness configurable in test, for consistent results. 2020-09-28 23:47:05 +00:00
router_openbsd.go wgengine/router: remove unnecessary newlines in log.Printf formats 2020-09-01 13:27:42 -07:00
router_userspace_bsd.go wgengine/router: remove unnecessary newlines in log.Printf formats 2020-09-01 13:27:42 -07:00
router_windows.go Prepare for the new wireguard-go API. 2020-12-11 00:08:28 +01:00
runner.go wgengine/router: set up basic IPv6 routing/firewalling. 2020-09-24 18:37:00 -07:00