summaryrefslogtreecommitdiffhomepage
path: root/net/dns/resolved.go
AgeCommit message (Expand)AuthorFilesLines
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