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.
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>
5 years ago
..
config.go
wgengine/router/dns: fix typo in comment
5 years ago
direct.go
Change some os.IsNotExist to errors.Is(err, os.ErrNotExist) for non-os errors.
6 years ago
manager.go
wgengine/router/dns: appease staticcheck (again)
6 years ago
manager_default.go
all: dns refactor, add Proxied and PerDomain flags from control ( #615 )
6 years ago
manager_freebsd.go
all: dns refactor, add Proxied and PerDomain flags from control ( #615 )
6 years ago
manager_linux.go
all: dns refactor, add Proxied and PerDomain flags from control ( #615 )
6 years ago
manager_openbsd.go
all: dns refactor, add Proxied and PerDomain flags from control ( #615 )
6 years ago
manager_windows.go
wgengine/router/dns: reduce windows registry key open timeout
5 years ago
nm.go
wgengine/router/dns: remove unsafe endianness detection on Linux
5 years ago
noop.go
all: dns refactor, add Proxied and PerDomain flags from control ( #615 )
6 years ago
registry_windows.go
wgenginer/router/dns: use constant from golang.org/x/sys/windows
5 years ago
resolvconf.go
all: dns refactor, add Proxied and PerDomain flags from control ( #615 )
6 years ago
resolved.go
all: dns refactor, add Proxied and PerDomain flags from control ( #615 )
6 years ago