summaryrefslogtreecommitdiffhomepage
path: root/net/dns
AgeCommit message (Expand)AuthorFilesLines
2026-04-17cmd/cloner: deep-clone pointer elements in map-of-slice valuesAndrew Dunham1-2/+12
2026-04-14net/dns: fix TestDNSTrampleRecovery failure under flakestressBrad Fitzpatrick4-31/+36
2026-04-13all: fix six tests that failed with -count=2Brad Fitzpatrick1-1/+1
2026-04-05cmd/cloner, cmd/viewer: handle named map/slice types with Clone/View methodsBrad Fitzpatrick1-2/+1
2026-04-05cmd/vet: add subtestnames analyzer; fix all existing violationsBrad Fitzpatrick2-7/+7
2026-03-25net/dns: fix duplicate search line entries (OpenBSD, primarily)Greg Steuck1-1/+8
2026-03-23net/dns/resolver: treat DNS REFUSED responses as soft errors in forwarder rac...Brendan Creane4-52/+198
2026-03-19net/dns: use the correct separator for multiple servers in the same NRPT rule...Nick Khyl1-1/+1
2026-03-06all: use Go 1.26 things, run most gofix modernizersBrad Fitzpatrick6-18/+12
2026-02-25cmd/containerboot, net/dns/resolver: remove unused funcs in testsBrad Fitzpatrick1-6/+0
2026-02-20appc,feature/conn25,net: Add DNS response interception for conn25Fran Bull1-3/+24
2026-02-17net/dns: make MagicDNS IPv6 registration opt-out now, not opt-inBrad Fitzpatrick3-33/+67
2026-02-13control/controlknobs,net/dns,tailcfg: add a control knob that disables hosts ...Nick Khyl1-7/+14
2026-02-13net/dns: write MagicDNS host names to the hosts file on domain-joined Windows...Nick Khyl1-1/+9
2026-02-10net/dns, ipn/local: skip health warnings in dns forwarder when accept-dns is ...Jonathan Nobels6-5/+33
2026-01-30net/dns/resolver: set TC flag when UDP responses exceed size limits (#18157)Brendan Creane4-64/+654
2026-01-30net/dns,ipn/ipnlocal: add nodecap to resolve subdomains (#18258)Fernando Serboncini6-4/+94
2026-01-30net/dns: skip DNS base config when using userspace networking (#18355)Fernando Serboncini2-3/+8
2026-01-26net/dns: add test for DoH upgrade of system DNSAndrew Dunham2-0/+242
2026-01-26net/dns/publicdns: support CIRA Canadian ShieldAndrew Dunham1-0/+20
2026-01-23all: remove AUTHORS file and references to itWill Norris54-54/+54
2025-12-17net/dns/resolver: log source IP of forwarded queriesAndrew Dunham2-2/+50
2025-12-09net/dns: retrample resolve.conf when another process has trampled it (#18069)Claus Lensbøl15-42/+258
2025-11-18all: rename variables with lowercase-l/uppercase-IAlex Chan1-2/+2
2025-11-16syncs: add Mutex/RWMutex alias/wrappers for future mutex debuggingBrad Fitzpatrick4-6/+7
2025-10-08net/dns, wgengine: use viewer/cloner for ConfigBrad Fitzpatrick4-86/+214
2025-10-08net/dns, ipn/ipnlocal: fix regressions from change moving away from deephashBrad Fitzpatrick2-2/+75
2025-10-06util/checkchange: stop using deephash everywhereBrad Fitzpatrick1-0/+21
2025-10-02feature/featuretags: add features for c2n, peerapi, advertise/use routes/exit...Brad Fitzpatrick1-0/+4
2025-10-01net/netmon: remove usage of direct callbacks from netmon (#17292)Claus Lensbøl5-8/+25
2025-09-30feature/featuretags: add option to turn off DNSBrad Fitzpatrick7-2/+74
2025-09-29net/dns/resolver: fix data race in testBrad Fitzpatrick2-33/+21
2025-09-28util/backoff: rename logtail/backoff package to util/backoffBrad Fitzpatrick1-1/+1
2025-09-24net/dns, feature/featuretags: make NetworkManager, systemd-resolved, and DBus...Brad Fitzpatrick4-108/+173
2025-09-19feature/linuxdnsfight: move inotify watching of /etc/resolv.conf out to a fea...Brad Fitzpatrick4-175/+68
2025-09-17net/dns/recursive: remove recursive DNS resolverBrad Fitzpatrick2-1364/+0
2025-09-17net/dns: don't timeout if inotify sends multiple eventsAlex Chan1-2/+7
2025-09-16health,ipn/ipnlocal: introduce eventbus in heath.Tracker (#17085)Claus Lensbøl4-13/+13
2025-09-02util/syspolicy: finish plumbing policyclient, add feature/syspolicy, move glo...Brad Fitzpatrick10-14/+27
2025-09-02util/syspolicy/{setting,ptype}: move PreferenceOption and Visibility to new l...Brad Fitzpatrick1-2/+2
2025-09-01util/syspolicy/policyclient: add policyclient.Client interface, start plumbingBrad Fitzpatrick1-2/+2
2025-08-31util/syspolicy/*: move syspolicy keys to new const leaf "pkey" packageBrad Fitzpatrick1-2/+3
2025-07-31ipn/ipnlocal, net/dns: use slices.Equal to simplify code (#16641)jishudashu1-13/+2
2025-07-21net/dns/recursive: set EDNS on queriesBrad Fitzpatrick1-0/+1
2025-07-10all: detect JetKVM and specialize a handful of things for itBrad Fitzpatrick1-0/+5
2025-06-18net/*: remove Windows exceptions for when Resolver.PreferGo didn't workBrad Fitzpatrick1-7/+0
2025-05-28net/dns: cache dns.Config for reuse when compileConfig fails (#16059)Jonathan Nobels4-61/+76
2025-05-12net/dns,docs/windows/policy,util/syspolicy: register Tailscale IP addresses i...Nick Khyl1-12/+71
2025-05-09net/tsdial: update (*Dialer).SetRoutes() to log the size of the resulting bar...Nick Khyl1-9/+7
2025-05-09ipn/ipnlocal,net/dns/resolver: use the user dialer and routes for DNS forward...Nick Khyl1-11/+31