summaryrefslogtreecommitdiffhomepage
path: root/net/dns/nm.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-09-24net/dns, feature/featuretags: make NetworkManager, systemd-resolved, and DBus...Brad Fitzpatrick1-9/+54
2025-05-07net/dns: don't link dbus, gonotify on AndroidBrad Fitzpatrick1-1/+1
2025-01-13all: use Go 1.21's binary.NativeEndianBrad Fitzpatrick1-2/+2
2023-12-21all: cleanup unused code, part 2 (#10670)Andrew Lytvynov1-0/+7
2023-08-29net/{interfaces,netmon}: remove "interesting", EqualFiltered APIBrad Fitzpatrick1-8/+13
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-12-12util/endian: delete package; use updated josharian/native insteadBrad Fitzpatrick1-2/+2
2022-11-04all: remove old +build tagsBrad Fitzpatrick1-1/+0
2022-09-29all: fix spelling mistakesJosh Soref1-1/+1
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick1-3/+2
2022-07-25all: use various net/netip parse funcs directlyBrad Fitzpatrick1-1/+2
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-1/+1
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder1-2/+2
2021-08-05all: gofmt with Go 1.17Josh Bleecher Snyder1-0/+1
2021-06-18staticcheck.conf: turn off noisy lint errorsDavid Crawshaw1-2/+0
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