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/net/dns
David Crawshaw 6b9f8208f4 net/dns: do not run wsl.exe as LocalSystem
It doesn't work. It needs to run as the user.

	https://github.com/microsoft/WSL/issues/4803

The mechanism for doing this was extracted from:

	https://web.archive.org/web/20101009012531/http://blogs.msdn.com/b/winsdk/archive/2009/07/14/launching-an-interactive-process-from-windows-service-in-windows-vista-and-later.aspx

While here, we also reclaculate WSL distro set on SetDNS.
This accounts for:

	1. potential inability to access wsl.exe on startup
	2. WSL being installed while Tailscale is running
	3. A new WSL distrobution being installed

Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
3 years ago
..
resolver net/dns/resolver: fmt item 3 years ago
config.go net/dns: replace AuthoritativeSuffixes with nil Route entries. 3 years ago
debian_resolvconf.go net/dns: add GOOS build tags 3 years ago
direct.go net/dns: set WSL /etc/resolv.conf 3 years ago
direct_test.go net/dns: factor directManager out over an FS interface 3 years ago
flush_windows.go Move DNS flush logic to net/dns. 3 years ago
ini.go net/dns: set WSL /etc/resolv.conf 3 years ago
ini_test.go net/dns: set WSL /etc/resolv.conf 3 years ago
manager.go net/dns{,/resolver}: refactor DNS forwarder, send out of right link on macOS/iOS 3 years ago
manager_default.go net/dns: return error from NewOSManager, use it to initialize NM. 3 years ago
manager_freebsd.go net/dns: factor directManager out over an FS interface 3 years ago
manager_linux.go net/dns: factor directManager out over an FS interface 3 years ago
manager_openbsd.go net/dns: factor directManager out over an FS interface 3 years ago
manager_test.go net/dns{,/resolver}: refactor DNS forwarder, send out of right link on macOS/iOS 3 years ago
manager_windows.go net/dns: do not run wsl.exe as LocalSystem 3 years ago
nm.go staticcheck.conf: turn off noisy lint errors 3 years ago
noop.go net/dns: return error from NewOSManager, use it to initialize NM. 3 years ago
openresolv.go net/dns: add GOOS build tags 3 years ago
osconfig.go net/dns: make debian_resolvconf correctly clear DNS configs. 3 years ago
registry_windows.go wgengine/router/dns: move to net/dns. 3 years ago
resolvconf-workaround.sh net/dns: also include 'tail' and 'base' files when fixing up resolv.conf. 3 years ago
resolvconf.go net/dns: add GOOS build tags 3 years ago
resolved.go net/dns: factor directManager out over an FS interface 3 years ago
wsl_windows.go net/dns: do not run wsl.exe as LocalSystem 3 years ago