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
David Anderson 4c61ebacf4 wgengine: move DNS configuration out of wgengine/router.
Signed-off-by: David Anderson <danderson@tailscale.com>
4 years ago
..
callback.go wgengine/router: add a CallbackRouter shim. 4 years ago
ifconfig_windows.go
ifconfig_windows_test.go
router.go wgengine: move DNS configuration out of wgengine/router. 4 years ago
router_darwin.go wgengine/router: remove unused wireguard *Device argument. 4 years ago
router_default.go wgengine/router: remove unused wireguard *Device argument. 4 years ago
router_fake.go wgengine: pass in an explicit router.Router, rather than a generator. 4 years ago
router_freebsd.go wgengine/router: remove unused wireguard *Device argument. 4 years ago
router_linux.go wgengine: move DNS configuration out of wgengine/router. 4 years ago
router_linux_test.go wgengine/router: remove unused wireguard *Device argument. 4 years ago
router_openbsd.go wgengine: move DNS configuration out of wgengine/router. 4 years ago
router_userspace_bsd.go wgengine: move DNS configuration out of wgengine/router. 4 years ago
router_windows.go wgengine: move DNS configuration out of wgengine/router. 4 years ago
runner.go