summaryrefslogtreecommitdiffhomepage
path: root/net/dns/manager.go
AgeCommit message (Expand)AuthorFilesLines
2021-05-16all: adapt to opaque netaddr typesJosh Bleecher Snyder1-2/+2
2021-04-26net/dns: work around WSL DNS implementation flaws.David Anderson1-2/+24
2021-04-20net/dns: remove ForceSplitDNSForTesting.David Anderson1-17/+0
2021-04-14net/dns: add debugging traces to DNS manager selection on linux.David Anderson1-1/+0
2021-04-12net/dns: return error from NewOSManager, use it to initialize NM.David Anderson1-1/+5
2021-04-10util/dnsname: add FQDN type, use throughout codebase.David Anderson1-19/+9
2021-04-08net/dns: add temporary fallback to quad-9 resolver for split-DNS testing.David Anderson1-1/+22
2021-04-08net/dns: add missing FQDN qualification.David Anderson1-1/+1
2021-04-08net/dns: make FQDN dot style consistent in more places.David Anderson1-1/+1
2021-04-07net/dns: some post-review cleanups.David Anderson1-8/+6
2021-04-07net/dns: insert OS base config when emulating split DNS.David Anderson1-8/+23
2021-04-07net/dns: handle all possible translations of high-level DNS config.David Anderson1-26/+129
2021-04-06net/dns: split out search domains and match domains in OSConfig.David Anderson1-2/+1
2021-04-05net/dns: set OSConfig.Primary.David Anderson1-0/+1
2021-04-05net/dns: rename Set to SetDNS in OSConfigurator.David Anderson1-1/+1
2021-04-05net/dns: unify the OS manager and internal resolver.David Anderson1-25/+57
2021-04-05net/dns: rename impl to os.David Anderson1-7/+7
2021-04-05wgengine: move DNS configuration out of wgengine/router.David Anderson1-3/+4
2021-04-02net/dns: replace managerImpl with OSConfigurator in code.David Anderson1-13/+5
2021-04-02net/dns: rename Config to OSConfig.David Anderson1-3/+3
2021-04-01net/dns: remove ManagerConfig, pass relevant args directly.David Anderson1-12/+6
2021-04-01net/dns: remove Cleanup manager parameter.David Anderson1-1/+0
2021-04-01net/dns: remove PerDomain from Config.David Anderson1-14/+2
2021-04-01wgengine/router: move DNS cleanup into the DNS package.David Anderson1-0/+15
2021-03-25wgengine/router/dns: move to net/dns.David Anderson1-0/+100