summaryrefslogtreecommitdiffhomepage
path: root/net/dns/manager_test.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-26net/dns: add test for DoH upgrade of system DNSAndrew Dunham1-0/+204
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-12-09net/dns: retrample resolve.conf when another process has trampled it (#18069)Claus Lensbøl1-2/+40
2025-10-01net/netmon: remove usage of direct callbacks from netmon (#17292)Claus Lensbøl1-2/+8
2025-09-16health,ipn/ipnlocal: introduce eventbus in heath.Tracker (#17085)Claus Lensbøl1-2/+3
2025-05-28net/dns: cache dns.Config for reuse when compileConfig fails (#16059)Jonathan Nobels1-2/+54
2025-01-16net/dns: only populate OSConfig.Hosts when MagicDNS is enabledAaron Klotz1-0/+70
2024-06-21net/dns: ensure multiple hosts with the same IP address are combined into a s...Aaron Klotz1-8/+4
2024-06-07net/dns: fix crash in testsBrad Fitzpatrick1-1/+4
2024-06-04net/dns: don't set MatchDomains on Apple platforms when no upstream nameserve...Andrea Gottardo1-3/+247
2024-04-27net/netns, net/dns/resolver, etc: make netmon required in most placesBrad Fitzpatrick1-1/+2
2024-04-26health, all: remove health.Global, finish plumbing health.TrackerBrad Fitzpatrick1-1/+1
2023-12-21all: cleanup unused code, part 2 (#10670)Andrew Lytvynov1-27/+0
2023-09-25net/dns: retry forwarder requests over TCPAndrew Dunham1-1/+1
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-09-08net/dns, types/dnstypes: update some comments, tests for DoHBrad Fitzpatrick1-0/+12
2022-09-08net/dns/{publicdns,resolver}: add NextDNS DoH supportBrad Fitzpatrick1-0/+24
2022-08-30net/dns: set OS DNS to 100.100.100.100 for route-less ExtraRecords [cap 41]Brad Fitzpatrick1-0/+65
2022-08-19net/dns: [win] add MagicDNS entries to etc/hostsMaisem Ali1-0/+106
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick1-7/+6
2022-07-25all: use various net/netip parse funcs directlyBrad Fitzpatrick1-6/+7
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-2/+2
2022-05-06tailcfg,all: change structs to []*dnstype.ResolverMaisem Ali1-7/+7
2022-04-19net/dns: schedule DoH upgrade explicitly, fix Resolver.Addr confusionBrad Fitzpatrick1-35/+46
2021-12-01net/tsdial: move more weirdo dialing into new tsdial package, plumbBrad Fitzpatrick1-1/+2
2021-09-07net/dns: replace resolver IPs with type for DoHDavid Crawshaw1-9/+60
2021-06-23net/dns{,/resolver}: refactor DNS forwarder, send out of right link on macOS/iOSBrad Fitzpatrick1-1/+1
2021-05-18net/dns: replace AuthoritativeSuffixes with nil Route entries.David Anderson1-19/+16
2021-05-18net/dns: always offer MagicDNS records at 100.100.100.100.David Anderson1-1/+23
2021-05-16all: adapt to opaque netaddr typesJosh Bleecher Snyder1-3/+4
2021-04-26net/dns: work around WSL DNS implementation flaws.David Anderson1-0/+5
2021-04-10util/dnsname: add FQDN type, use throughout codebase.David Anderson1-59/+77
2021-04-07net/dns: insert OS base config when emulating split DNS.David Anderson1-10/+30
2021-04-07net/dns: add GetBaseConfig to OSConfigurator interface.David Anderson1-0/+5
2021-04-07net/dns: add tests for DNS config generation.David Anderson1-0/+397