| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-28 | net/dns: cache dns.Config for reuse when compileConfig fails (#16059) | Jonathan Nobels | 1 | -2/+54 |
| 2025-01-16 | net/dns: only populate OSConfig.Hosts when MagicDNS is enabled | Aaron Klotz | 1 | -0/+70 |
| 2024-06-21 | net/dns: ensure multiple hosts with the same IP address are combined into a s... | Aaron Klotz | 1 | -8/+4 |
| 2024-06-07 | net/dns: fix crash in tests | Brad Fitzpatrick | 1 | -1/+4 |
| 2024-06-04 | net/dns: don't set MatchDomains on Apple platforms when no upstream nameserve... | Andrea Gottardo | 1 | -3/+247 |
| 2024-04-27 | net/netns, net/dns/resolver, etc: make netmon required in most places | Brad Fitzpatrick | 1 | -1/+2 |
| 2024-04-26 | health, all: remove health.Global, finish plumbing health.Tracker | Brad Fitzpatrick | 1 | -1/+1 |
| 2023-12-21 | all: cleanup unused code, part 2 (#10670) | Andrew Lytvynov | 1 | -27/+0 |
| 2023-09-25 | net/dns: retry forwarder requests over TCP | Andrew Dunham | 1 | -1/+1 |
| 2023-01-27 | all: update copyright and license headers | Will Norris | 1 | -3/+2 |
| 2022-09-08 | net/dns, types/dnstypes: update some comments, tests for DoH | Brad Fitzpatrick | 1 | -0/+12 |
| 2022-09-08 | net/dns/{publicdns,resolver}: add NextDNS DoH support | Brad Fitzpatrick | 1 | -0/+24 |
| 2022-08-30 | net/dns: set OS DNS to 100.100.100.100 for route-less ExtraRecords [cap 41] | Brad Fitzpatrick | 1 | -0/+65 |
| 2022-08-19 | net/dns: [win] add MagicDNS entries to etc/hosts | Maisem Ali | 1 | -0/+106 |
| 2022-07-25 | all: convert more code to use net/netip directly | Brad Fitzpatrick | 1 | -7/+6 |
| 2022-07-25 | all: use various net/netip parse funcs directly | Brad Fitzpatrick | 1 | -6/+7 |
| 2022-07-25 | net/netaddr: start migrating to net/netip via new netaddr adapter package | Brad Fitzpatrick | 1 | -2/+2 |
| 2022-05-06 | tailcfg,all: change structs to []*dnstype.Resolver | Maisem Ali | 1 | -7/+7 |
| 2022-04-19 | net/dns: schedule DoH upgrade explicitly, fix Resolver.Addr confusion | Brad Fitzpatrick | 1 | -35/+46 |
| 2021-12-01 | net/tsdial: move more weirdo dialing into new tsdial package, plumb | Brad Fitzpatrick | 1 | -1/+2 |
| 2021-09-07 | net/dns: replace resolver IPs with type for DoH | David Crawshaw | 1 | -9/+60 |
| 2021-06-23 | net/dns{,/resolver}: refactor DNS forwarder, send out of right link on macOS/iOS | Brad Fitzpatrick | 1 | -1/+1 |
| 2021-05-18 | net/dns: replace AuthoritativeSuffixes with nil Route entries. | David Anderson | 1 | -19/+16 |
| 2021-05-18 | net/dns: always offer MagicDNS records at 100.100.100.100. | David Anderson | 1 | -1/+23 |
| 2021-05-16 | all: adapt to opaque netaddr types | Josh Bleecher Snyder | 1 | -3/+4 |
| 2021-04-26 | net/dns: work around WSL DNS implementation flaws. | David Anderson | 1 | -0/+5 |
| 2021-04-10 | util/dnsname: add FQDN type, use throughout codebase. | David Anderson | 1 | -59/+77 |
| 2021-04-07 | net/dns: insert OS base config when emulating split DNS. | David Anderson | 1 | -10/+30 |
| 2021-04-07 | net/dns: add GetBaseConfig to OSConfigurator interface. | David Anderson | 1 | -0/+5 |
| 2021-04-07 | net/dns: add tests for DNS config generation. | David Anderson | 1 | -0/+397 |