summaryrefslogtreecommitdiffhomepage
path: root/net/dns/config.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-10-08net/dns, wgengine: use viewer/cloner for ConfigBrad Fitzpatrick1-20/+2
2025-10-08net/dns, ipn/ipnlocal: fix regressions from change moving away from deephashBrad Fitzpatrick1-2/+9
2025-10-06util/checkchange: stop using deephash everywhereBrad Fitzpatrick1-0/+21
2025-07-31ipn/ipnlocal, net/dns: use slices.Equal to simplify code (#16641)jishudashu1-13/+2
2025-03-27net/dns: add debug envknob to enable dual stack MagicDNSBrad Fitzpatrick1-3/+22
2024-07-10all: add test for package comments, fix, add comments as neededBrad Fitzpatrick1-0/+1
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-09-08net/dns/{publicdns,resolver}: add NextDNS DoH supportBrad Fitzpatrick1-2/+4
2022-08-30net/dns: set OS DNS to 100.100.100.100 for route-less ExtraRecords [cap 41]Brad Fitzpatrick1-0/+24
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick1-4/+4
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-1/+1
2022-05-06tailcfg,all: change structs to []*dnstype.ResolverMaisem Ali1-5/+5
2022-04-19net/dns: schedule DoH upgrade explicitly, fix Resolver.Addr confusionBrad Fitzpatrick1-4/+1
2022-01-04ipnlocal, net/{dns,tsaddr,tstun}, wgengine: support MagicDNS on IPv6Brad Fitzpatrick1-0/+11
2021-09-07net/dns: replace resolver IPs with type for DoHDavid Crawshaw1-12/+37
2021-07-19net/dns{,/resolver}: quiet DNS output loggingBrad Fitzpatrick1-0/+17
2021-05-18net/dns: replace AuthoritativeSuffixes with nil Route entries.David Anderson1-11/+11
2021-05-18net/dns: always offer MagicDNS records at 100.100.100.100.David Anderson1-26/+9
2021-04-10util/dnsname: add FQDN type, use throughout codebase.David Anderson1-11/+13
2021-04-08net/dns: make FQDN dot style consistent in more places.David Anderson1-2/+3
2021-04-07net/dns: sort matchDomains to avoid test flake.David Anderson1-0/+3
2021-04-07net/dns: handle all possible translations of high-level DNS config.David Anderson1-0/+80
2021-04-05net/dns: add a Primary field to OSConfig.David Anderson1-8/+0
2021-04-05net/dns: unify the OS manager and internal resolver.David Anderson1-29/+0
2021-04-02wgengine: take in dns.Config, split out to resolver.Config and dns.OSConfig.David Anderson1-7/+0
2021-04-02net/dns: add new Config that captures tailscale+OS DNS config.David Anderson1-0/+28
2021-04-02net/dns: rename Config to OSConfig.David Anderson1-4/+3
2021-04-01net/dns: remove ManagerConfig, pass relevant args directly.David Anderson1-12/+0
2021-04-01net/dns: remove Cleanup manager parameter.David Anderson1-3/+0
2021-04-01net/dns: remove PerDomain from Config.David Anderson1-9/+1
2021-03-25wgengine/router/dns: move to net/dns.David Anderson1-0/+77