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>
2021-04-02 02:41:33 -07:00
..
resolver net/dns/resolver: teach the forwarder to do per-domain routing. 2021-04-01 19:42:48 -07:00
config.go wgengine: take in dns.Config, split out to resolver.Config and dns.OSConfig. 2021-04-02 00:59:44 -07:00
direct.go net/dns: replace managerImpl with OSConfigurator in code. 2021-04-02 02:34:40 -07:00
flush_windows.go Move DNS flush logic to net/dns. 2021-03-25 17:40:52 -07:00
manager_default.go net/dns: replace managerImpl with OSConfigurator in code. 2021-04-02 02:34:40 -07:00
manager_freebsd.go net/dns: replace managerImpl with OSConfigurator in code. 2021-04-02 02:34:40 -07:00
manager_linux.go net/dns: disable NetworkManager and resolved configurators temporarily. 2021-04-02 02:41:33 -07:00
manager_openbsd.go net/dns: replace managerImpl with OSConfigurator in code. 2021-04-02 02:34:40 -07:00
manager_windows.go net/dns: replace managerImpl with OSConfigurator in code. 2021-04-02 02:34:40 -07:00
manager.go net/dns: replace managerImpl with OSConfigurator in code. 2021-04-02 02:34:40 -07:00
nm.go net/dns: disable NetworkManager and resolved configurators temporarily. 2021-04-02 02:41:33 -07:00
noop.go net/dns: replace managerImpl with OSConfigurator in code. 2021-04-02 02:34:40 -07:00
osconfig.go net/dns: replace managerImpl with OSConfigurator in code. 2021-04-02 02:34:40 -07:00
registry_windows.go wgengine/router/dns: move to net/dns. 2021-03-25 16:25:30 -07:00
resolvconf.go net/dns: replace managerImpl with OSConfigurator in code. 2021-04-02 02:34:40 -07:00
resolved.go net/dns: disable NetworkManager and resolved configurators temporarily. 2021-04-02 02:41:33 -07:00