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 a39d2403bc net/dns: disable NetworkManager and resolved configurators temporarily.
They need some rework to do the right thing, in the meantime the direct
and resolvconf managers will work out.

The resolved implementation was never selected due to control-side settings.
The networkmanager implementation mostly doesn't get selected due to
unforeseen interactions with `resolvconf` on many platforms.
Both implementations also need rework to support the various routing modes
they're capable of.

Signed-off-by: David Anderson <danderson@tailscale.com>
5 years ago
..
resolver net/dns/resolver: teach the forwarder to do per-domain routing. 5 years ago
config.go wgengine: take in dns.Config, split out to resolver.Config and dns.OSConfig. 5 years ago
direct.go net/dns: replace managerImpl with OSConfigurator in code. 5 years ago
flush_windows.go Move DNS flush logic to net/dns. 5 years ago
manager.go net/dns: replace managerImpl with OSConfigurator in code. 5 years ago
manager_default.go net/dns: replace managerImpl with OSConfigurator in code. 5 years ago
manager_freebsd.go net/dns: replace managerImpl with OSConfigurator in code. 5 years ago
manager_linux.go net/dns: disable NetworkManager and resolved configurators temporarily. 5 years ago
manager_openbsd.go net/dns: replace managerImpl with OSConfigurator in code. 5 years ago
manager_windows.go net/dns: replace managerImpl with OSConfigurator in code. 5 years ago
nm.go net/dns: disable NetworkManager and resolved configurators temporarily. 5 years ago
noop.go net/dns: replace managerImpl with OSConfigurator in code. 5 years ago
osconfig.go net/dns: replace managerImpl with OSConfigurator in code. 5 years ago
registry_windows.go wgengine/router/dns: move to net/dns. 5 years ago
resolvconf.go net/dns: replace managerImpl with OSConfigurator in code. 5 years ago
resolved.go net/dns: disable NetworkManager and resolved configurators temporarily. 5 years ago