summaryrefslogtreecommitdiffhomepage
path: root/net/dns/nm.go
AgeCommit message (Expand)AuthorFilesLines
2021-05-06Revert "net/dns: set IPv4 auto mode in NM, so it lets us set DNS."David Anderson1-22/+12
2021-05-06net/dns: log the correct error when NM Reapply fails.David Anderson1-1/+1
2021-05-06net/dns: set IPv4 auto mode in NM, so it lets us set DNS.David Anderson1-12/+22
2021-05-06net/dns: don't try to configure LLMNR or mdns in NetworkManager.David Anderson1-3/+6
2021-04-29net/dns: stop NetworkManager breaking v6 connectivity when setting DNS.David Anderson1-0/+20
2021-04-20net/dns: correctly capture all traffic in non-split configs.David Anderson1-2/+23
2021-04-13net/dns: fix staticheck.David Anderson1-43/+0
2021-04-13net/dns: implement correct manager detection on linux.David Anderson1-0/+9
2021-04-13net/dns: fix NM's GetBaseConfig when no configs exist.David Anderson1-0/+4
2021-04-12net/dns: return error from NewOSManager, use it to initialize NM.David Anderson1-29/+28
2021-04-12net/dns: support split and unsplit DNS in NetworkManager.David Anderson1-2/+124
2021-04-11net/dns: fix up NetworkManager configurator a bit.David Anderson1-26/+36
2021-04-11net/dns: improve NetworkManager detection, using more DBus.David Anderson1-7/+33
2021-04-07net/dns: some post-review cleanups.David Anderson1-2/+1
2021-04-07net/dns: add GetBaseConfig to OSConfigurator interface.David Anderson1-0/+5
2021-04-06net/dns: split out search domains and match domains in OSConfig.David Anderson1-2/+2
2021-04-05net/dns: add a Primary field to OSConfig.David Anderson1-1/+1
2021-04-05net/dns: rename Set to SetDNS in OSConfigurator.David Anderson1-2/+2
2021-04-02net/dns: disable NetworkManager and resolved configurators temporarily.David Anderson1-0/+2
2021-04-02net/dns: replace managerImpl with OSConfigurator in code.David Anderson1-6/+6
2021-04-02net/dns: rename Config to OSConfig.David Anderson1-2/+2
2021-04-01net/dns: remove ManagerConfig, pass relevant args directly.David Anderson1-2/+2
2021-03-25wgengine/router/dns: move to net/dns.David Anderson1-0/+205