summaryrefslogtreecommitdiffhomepage
path: root/net/dns/manager_linux.go
AgeCommit message (Expand)AuthorFilesLines
2021-05-10net/dns: don't use interfaces.Tailscale to find the tailscale interface index.David Anderson1-3/+3
2021-04-23net/dns: work around new NetworkManager in other selection paths.David Anderson1-4/+24
2021-04-23net/dns: don't use NM+resolved for NM >=1.26.6.David Anderson1-1/+48
2021-04-14net/dns: add debugging traces to DNS manager selection on linux.David Anderson1-1/+38
2021-04-14net/dns: fix inverted test for NetworkManager.David Anderson1-1/+1
2021-04-14net/dns: error out on linux if /etc/resolv.conf can't be read.David Anderson1-0/+3
2021-04-14net/dns: fix freebsd DNS manager selection.David Anderson1-31/+0
2021-04-13net/dns: implement correct manager detection on linux.David Anderson1-6/+150
2021-04-12net/dns: return error from NewOSManager, use it to initialize NM.David Anderson1-1/+1
2021-04-11net/dns: fix staticcheck errors.David Anderson1-1/+1
2021-04-11net/dns: support split DNS in systemd-resolved.David Anderson1-5/+2
2021-04-11net/dns: improve NetworkManager detection, using more DBus.David Anderson1-0/+2
2021-04-10net/dns: rename resolvconf.go to debian_resolvconf.go.David Anderson1-6/+1
2021-04-10net/dns: split resolvconfManager into a debian and an openresolv manager.David Anderson1-1/+6
2021-04-05wgengine: move DNS configuration out of wgengine/router.David Anderson1-1/+1
2021-04-02net/dns: disable NetworkManager and resolved configurators temporarily.David Anderson1-4/+5
2021-04-02net/dns: replace managerImpl with OSConfigurator in code.David Anderson1-1/+1
2021-04-01net/dns: remove ManagerConfig, pass relevant args directly.David Anderson1-5/+7
2021-04-01net/dns: remove Cleanup manager parameter.David Anderson1-10/+2
2021-04-01net/dns: remove PerDomain from Config.David Anderson1-2/+1
2021-03-25wgengine/router/dns: move to net/dns.David Anderson1-0/+27