tailscale/wgengine/router/dns
David Crawshaw 2b2a16d9a2 wgengine/router/dns: reduce windows registry key open timeout
The windows key timeout is longer than the wgengine watchdog timeout,
which means we never reach the timeout, instead the process exits.
Reduce the timeout so if we do hit it, at least the process continues.

Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
2020-12-21 17:24:58 -05:00
..
config.go wgengine/router/dns: fix typo in comment 2020-12-21 13:07:30 -08:00
direct.go Change some os.IsNotExist to errors.Is(err, os.ErrNotExist) for non-os errors. 2020-11-02 08:33:34 -08:00
manager_default.go all: dns refactor, add Proxied and PerDomain flags from control (#615) 2020-07-31 16:27:09 -04:00
manager_freebsd.go all: dns refactor, add Proxied and PerDomain flags from control (#615) 2020-07-31 16:27:09 -04:00
manager_linux.go all: dns refactor, add Proxied and PerDomain flags from control (#615) 2020-07-31 16:27:09 -04:00
manager_openbsd.go all: dns refactor, add Proxied and PerDomain flags from control (#615) 2020-07-31 16:27:09 -04:00
manager_windows.go wgengine/router/dns: reduce windows registry key open timeout 2020-12-21 17:24:58 -05:00
manager.go wgengine/router/dns: appease staticcheck (again) 2020-09-11 11:02:57 -07:00
nm.go wgengine/router/dns: remove unsafe endianness detection on Linux 2020-12-21 13:11:09 -08:00
noop.go all: dns refactor, add Proxied and PerDomain flags from control (#615) 2020-07-31 16:27:09 -04:00
registry_windows.go wgenginer/router/dns: use constant from golang.org/x/sys/windows 2020-12-10 17:23:01 -08:00
resolvconf.go all: dns refactor, add Proxied and PerDomain flags from control (#615) 2020-07-31 16:27:09 -04:00
resolved.go all: dns refactor, add Proxied and PerDomain flags from control (#615) 2020-07-31 16:27:09 -04:00