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
5bcac4eaac
net/tshttpproxy: add GetProxyForURL negative cache
...
Otherwise when PAC server is down, we log, and each log entry is a new
HTTP request (from logtail) and a new GetProxyForURL call, which again
logs, non-stop. This is also nicer to the WinHTTP service.
Then also hook up link change notifications to the cache to reset it
if there's a chance the network might work sooner.
6 years ago
..
dns
wgengine/router/dns: appease staticcheck (again)
6 years ago
ifconfig_windows.go
net/tshttpproxy: add GetProxyForURL negative cache
6 years ago
ifconfig_windows_test.go
wgengine/router: fix Windows route sorting that caused de-dup to not work ( #727 )
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
all: dns refactor, add Proxied and PerDomain flags from control ( #615 )
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: restore /etc/resolv.conf after tailscale down is called
6 years ago
router_linux_test.go
wgengine/router: don't use 88 or 8888 as table/rule numbers.
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: run netsh advfirewall less, rename, document setFirewall
6 years ago
runner.go
wgengine/router: also accept exit code 254 from `ip rule del`.
6 years ago