summaryrefslogtreecommitdiffhomepage
path: root/net/dns/resolved.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-09-28util/backoff: rename logtail/backoff package to util/backoffBrad Fitzpatrick1-1/+1
2025-09-24net/dns, feature/featuretags: make NetworkManager, systemd-resolved, and DBus...Brad Fitzpatrick1-2/+6
2025-05-07net/dns: don't link dbus, gonotify on AndroidBrad Fitzpatrick1-1/+1
2024-10-21health: remove SysDNSOS, add two Warnables for read+set system DNS config (#1...Andrea Gottardo1-3/+6
2024-04-26health, all: remove health.Global, finish plumbing health.TrackerBrad Fitzpatrick1-7/+9
2024-04-25health: add Tracker type, in prep for removing global variablesBrad Fitzpatrick1-2/+2
2023-12-21all: cleanup unused code, part 2 (#10670)Andrew Lytvynov1-23/+0
2023-03-24net/dns: don't send on closed channel in resolvedManagerAndrew Dunham1-1/+3
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-11-04all: remove old +build tagsBrad Fitzpatrick1-1/+0
2022-09-13net/dns: fix fmt error on Revert printnyghtowl1-1/+1
2022-08-02all: gofmt for Go 1.19Brad Fitzpatrick1-1/+3
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-5/+5
2022-07-22net/dns: handle D-Bus restarts in resolved manager (#5026)Melanie Warrick1-73/+154
2022-03-17all: use any instead of interface{}Josh Bleecher Snyder1-1/+1
2022-02-11net/dns: remove some unused code for detecting systemd-resolved [Linux]Brad Fitzpatrick1-32/+0
2021-11-19net/dns: make constants for the various DBus strings.David Anderson1-14/+36
2021-11-19health: add a health state for net/dns.OSConfigurator.David Anderson1-0/+5
2021-11-19net/dns: resync config to systemd-resolved when it restarts.David Anderson1-17/+96
2021-11-16net/dns: work around old systemd-resolved setLinkDomain length limitBrad Fitzpatrick1-0/+22
2021-10-26net/dns: fall back to copy+delete/truncate if moving to/from /etc/resolv.conf...David Anderson1-1/+1
2021-10-26net/dns: remove a tiny wrapper function that isn't contributing anything.David Anderson1-1/+1
2021-10-20net/dns: ignore UnknownMethod error in SetLinkDefaultRoute for resolved managerMaxim Merzhanov1-1/+7
2021-09-16net/dns: fix error wrapping for SetLinkDefaultRoute in resolvedMaxim Merzhanov1-1/+1
2021-08-05all: gofmt with Go 1.17Josh Bleecher Snyder1-0/+1
2021-06-28net/dns: factor directManager out over an FS interfaceDavid Crawshaw1-1/+1
2021-06-25net/dns: remove ref to managerImplDavid Crawshaw1-2/+1
2021-06-18staticcheck.conf: turn off noisy lint errorsDavid Crawshaw1-2/+0
2021-05-10net/dns: don't use interfaces.Tailscale to find the tailscale interface index.David Anderson1-29/+18
2021-04-20net/dns: fix resolved match domains when no nameservers are provided.David Anderson1-1/+1
2021-04-13net/dns: refactor dbus connection setup in resolved manager.David Anderson1-46/+25
2021-04-12net/dns: return error from NewOSManager, use it to initialize NM.David Anderson1-2/+2
2021-04-11net/dns: set resolved DefaultRoute setting according to split-dns mode.David Anderson1-0/+4
2021-04-11net/dns: fix staticcheck errors.David Anderson1-12/+14
2021-04-11net/dns: pacify staticcheck for nowBrad Fitzpatrick1-0/+1
2021-04-11net/dns: support split DNS in systemd-resolved.David Anderson1-11/+71
2021-04-10util/dnsname: add FQDN type, use throughout codebase.David Anderson1-1/+1
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-2/+2
2021-04-05net/dns: rename Set to SetDNS in OSConfigurator.David Anderson1-1/+1
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-4/+7
2021-04-02net/dns: rename Config to OSConfig.David Anderson1-1/+1
2021-04-01net/dns: remove ManagerConfig, pass relevant args directly.David Anderson1-1/+1
2021-03-25wgengine/router/dns: move to net/dns.David Anderson1-0/+188