You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Brad Fitzpatrick
38bde61b3d
wgengine/router: make Windows firewall configuration async
...
Updating the Windows firewall is usually reasonably fast, but
sometimes blocks for 20 seconds, 4 minutes, etc. Not sure why.
Until we understand that's happening, configure it in the background
without blocking the normal control flow.
Updates #785
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
6 years ago
..
dns
wgengine/router/dns: appease staticcheck (again)
6 years ago
ifconfig_windows.go
wgengine/router: unfork winipcfg-go package, use upstream
6 years ago
ifconfig_windows_test.go
wgengine/router: unfork winipcfg-go package, use upstream
6 years ago
router.go
all: dns refactor, add Proxied and PerDomain flags from control ( #615 )
6 years ago
router_darwin.go
all: dns refactor, add Proxied and PerDomain flags from control ( #615 )
6 years ago
router_default.go
Remove tuntap references. We only use TUN.
6 years ago
router_fake.go
wgengine/router: rename config.Settings to config.Config, make pointer.
6 years ago
router_freebsd.go
all: dns refactor, add Proxied and PerDomain flags from control ( #615 )
6 years ago
router_linux.go
wgengine/router: fix configuration of loopback netfilter rules for v6.
6 years ago
router_linux_test.go
wgengine/router: make v6-ness configurable in test, for consistent results.
6 years ago
router_openbsd.go
wgengine/router: remove unnecessary newlines in log.Printf formats
6 years ago
router_userspace_bsd.go
wgengine/router: remove unnecessary newlines in log.Printf formats
6 years ago
router_windows.go
wgengine/router: make Windows firewall configuration async
6 years ago
runner.go
wgengine/router: set up basic IPv6 routing/firewalling.
6 years ago