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 Anderson da4cc8bbb4 net/dns: handle all possible translations of high-level DNS config.
With this change, all OSes can sort-of do split DNS, except that the
default upstream is hardcoded to 8.8.8.8 pending further plumbing.
Additionally, Windows 8-10 can do split DNS fully correctly, without
the 8.8.8.8 hack.

Part of #953.

Signed-off-by: David Anderson <danderson@tailscale.com>
4 years ago
..
resolver net/dns/resolver: remove unused err return value. 4 years ago
config.go net/dns: handle all possible translations of high-level DNS config. 4 years ago
direct.go net/dns: split out search domains and match domains in OSConfig. 4 years ago
flush_windows.go Move DNS flush logic to net/dns. 4 years ago
manager.go net/dns: handle all possible translations of high-level DNS config. 4 years ago
manager_default.go wgengine: move DNS configuration out of wgengine/router. 4 years ago
manager_freebsd.go wgengine: move DNS configuration out of wgengine/router. 4 years ago
manager_linux.go wgengine: move DNS configuration out of wgengine/router. 4 years ago
manager_openbsd.go wgengine: move DNS configuration out of wgengine/router. 4 years ago
manager_windows.go net/dns: split out search domains and match domains in OSConfig. 4 years ago
nm.go net/dns: split out search domains and match domains in OSConfig. 4 years ago
noop.go net/dns: add a Primary field to OSConfig. 4 years ago
osconfig.go net/dns: split out search domains and match domains in OSConfig. 4 years ago
registry_windows.go wgengine/router/dns: move to net/dns. 4 years ago
resolvconf.go net/dns: split out search domains and match domains in OSConfig. 4 years ago
resolved.go net/dns: split out search domains and match domains in OSConfig. 4 years ago