summaryrefslogtreecommitdiffhomepage
path: root/net/dns/manager.go
AgeCommit message (Expand)AuthorFilesLines
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-10/+39
2025-10-01net/netmon: remove usage of direct callbacks from netmon (#17292)Claus Lensbøl1-1/+3
2025-09-30feature/featuretags: add option to turn off DNSBrad Fitzpatrick1-1/+28
2025-09-02util/syspolicy: finish plumbing policyclient, add feature/syspolicy, move glo...Brad Fitzpatrick1-1/+2
2025-05-28net/dns: cache dns.Config for reuse when compileConfig fails (#16059)Jonathan Nobels1-30/+16
2025-04-02net/dns: add Plan 9 supportBrad Fitzpatrick1-1/+1
2025-03-27net/dns: add debug envknob to enable dual stack MagicDNSBrad Fitzpatrick1-2/+2
2025-03-19net/dns: expose a function for recompiling the DNS configuration (#15346)Jonathan Nobels1-8/+28
2025-01-16net/dns: only populate OSConfig.Hosts when MagicDNS is enabledAaron Klotz1-1/+3
2025-01-03util/slicesx: add MapKeys and MapValues from golang.org/x/exp/mapsBrad Fitzpatrick1-2/+2
2024-10-21health: remove SysDNSOS, add two Warnables for read+set system DNS config (#1...Andrea Gottardo1-3/+25
2024-09-04cli: implement `tailscale dns status` (#13353)Andrea Gottardo1-0/+5
2024-07-30net/dns, cmd/tailscaled: plumb system health tracker into dns cleanup (#12969)Jonathan Nobels1-2/+4
2024-07-29net/dns, health: raise health warning for failing forwarded DNS queries (#12888)Jonathan Nobels1-1/+1
2024-06-26net/dns: move mutex before the field it guardsBrad Fitzpatrick1-6/+6
2024-06-25net/dns: recheck DNS config on SERVFAIL errors (#12547)Jonathan Nobels1-0/+44
2024-06-21net/dns: ensure multiple hosts with the same IP address are combined into a s...Aaron Klotz1-4/+14
2024-06-14various: create a catch-all NRPT rule when "Override local DNS" is enabled on...Nick Khyl1-1/+1
2024-06-07net/dns: fix crash in testsBrad Fitzpatrick1-3/+5
2024-06-06tailcfg,net/dns: add controlknob to disable battery split DNS on iOS (#12346)Andrea Gottardo1-2/+13
2024-06-04net/dns: don't set MatchDomains on Apple platforms when no upstream nameserve...Andrea Gottardo1-11/+14
2024-05-29xcode/iOS: set MatchDomains when no route requires a custom DNS resolver (#10...Andrea Gottardo1-0/+12
2024-04-27net/netns, net/dns/resolver, etc: make netmon required in most placesBrad Fitzpatrick1-5/+9
2024-04-26health, all: remove health.Global, finish plumbing health.TrackerBrad Fitzpatrick1-7/+9
2024-04-25health: add Tracker type, in prep for removing global variablesBrad Fitzpatrick1-3/+3
2024-04-09cmd/tailscaled: move cleanup to an implicit action during startupJames Tucker1-2/+2
2023-12-21all: cleanup unused code, part 2 (#10670)Andrew Lytvynov1-12/+0
2023-11-18Fix Empty Resolver SetRyan Petris1-1/+1
2023-09-25net/dns: retry forwarder requests over TCPAndrew Dunham1-6/+10
2023-09-23wgengine/magicsock, controlclient, net/dns: reduce some logspamBrad Fitzpatrick1-1/+3
2023-08-17all: use Go 1.21 slices, maps instead of x/exp/{slices,maps}Brad Fitzpatrick1-1/+1
2023-07-28all: update exp/slices and fix call sitesDavid Anderson1-7/+9
2023-04-20all: avoid repeated default interface lookupsMihai Parparita1-0/+1
2023-04-20all: move network monitoring from wgengine/monitor to net/netmonMihai Parparita1-3/+3
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2023-01-05net/dns,userspace: remove unused DNS paths, normalize query limit on iOSTom DNetto1-118/+7
2022-12-20net/dns: bump DNS-over-TCP size limit to 4kAndrew Dunham1-2/+2
2022-12-13net/dns: don't send on closed channel when message too largeAndrew Dunham1-1/+16
2022-10-13net/dns: always attempt to read the OS config on macOS/iOSMaisem Ali1-7/+25
2022-09-30all: consistently initialize Logf when creating tsdial.DialersMihai Parparita1-1/+1
2022-09-29all: fix spelling mistakesJosh Soref1-1/+1
2022-09-08net/dns/{publicdns,resolver}: add NextDNS DoH supportBrad Fitzpatrick1-0/+1
2022-08-30net/dns: set OS DNS to 100.100.100.100 for route-less ExtraRecords [cap 41]Brad Fitzpatrick1-3/+8
2022-08-19net/dns: [win] add MagicDNS entries to etc/hostsMaisem Ali1-0/+45
2022-08-12net/dns: [win] respond with SERVFAIL queries when no resolversMaisem Ali1-4/+3
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick1-9/+9
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-6/+6
2022-07-22net/dns: add Windows group policy notifications to the NRPT rule managerAaron Klotz1-7/+7
2022-05-18net/dns{., resolver}: time out DNS queries after 10 seconds (#4690)Tom1-1/+4