summaryrefslogtreecommitdiffhomepage
path: root/net/dns
AgeCommit message (Expand)AuthorFilesLines
2024-10-28net/dns: fix blank lines being added to resolv.conf on OpenBSD (#13928)Renato Aguiar1-1/+2
2024-10-24net/dns/resolver: fix test flakeAndrew Dunham1-7/+11
2024-10-21health: remove SysDNSOS, add two Warnables for read+set system DNS config (#1...Andrea Gottardo2-6/+31
2024-10-11net/dns/resolver: add tests for using a forwarder with multiple upstream reso...Nick Khyl1-45/+190
2024-10-11net/dns/resolver: update (*forwarder).forwardWithDestChan to always return an...Nick Hill3-16/+15
2024-10-11net/dns/resolver: translate 5xx DoH server errors into SERVFAIL DNS responsesNick Hill1-0/+4
2024-10-11net/dns/resolver: forward SERVFAIL responses over PeerDNSNick Hill2-9/+2
2024-10-02net/dns: tweak DoH timeout, limit MaxConnsPerHost, require TLS 1.3 (#13564)Andrea Gottardo1-5/+23
2024-09-24cli: add `tailscale dns query` (#13368)Andrea Gottardo2-0/+17
2024-09-18net/dns/resolver: fix dns-sd NXDOMAIN responses from quad-100James Tucker2-11/+77
2024-09-07net/dns: disable DNS registration for Tailscale interface on WindowsNick Khyl1-0/+3
2024-09-05net/dns: fix IsZero and Equal methods on OSConfigAndrew Dunham2-1/+29
2024-09-04cli: implement `tailscale dns status` (#13353)Andrea Gottardo1-0/+5
2024-09-04net/dns: support GetBaseConfig on Darwin OSS tailscaled (#13351)Andrea Gottardo1-1/+31
2024-08-29dns: increase TimeToVisible before DNS unavailable warning (#13317)Andrea Gottardo1-1/+1
2024-08-22net/dns: updated gonotify dependency to v2 that supports closable contextIlarion Kovalchuk1-10/+4
2024-08-16health/dns: reduce severity of DNS unavailable warning (#13152)Andrea Gottardo1-1/+1
2024-08-08net/dns/resolver: log forwarded query details when TS_DEBUG_DNS_FORWARD_SEND ...Nick Khyl2-9/+28
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 Nobels6-8/+49
2024-07-10net/dns/publicdns: remove additional information in DOH URL passed to IPv6 ad...KevinLiang102-1/+17
2024-07-10all: add test for package comments, fix, add comments as neededBrad Fitzpatrick1-0/+1
2024-07-08util/winutil/gp, net/dns: add package for Group Policy APINick Khyl2-129/+16
2024-07-02net/dns: fix broken dns benchmark tests (#12686)Jonathan Nobels1-5/+6
2024-06-26net/dns: move mutex before the field it guardsBrad Fitzpatrick3-10/+14
2024-06-26net/dns: ensure /etc/resolv.conf is world-readable even with a umaskAndrew Dunham4-5/+74
2024-06-25net/dns/resolver: fix test failureAndrew Dunham1-1/+3
2024-06-25net/dns: recheck DNS config on SERVFAIL errors (#12547)Jonathan Nobels3-17/+59
2024-06-21net/dns: ensure multiple hosts with the same IP address are combined into a s...Aaron Klotz2-12/+18
2024-06-14various: create a catch-all NRPT rule when "Override local DNS" is enabled on...Nick Khyl8-12/+50
2024-06-14health: begin work to use structured health warnings instead of strings, pipe...Andrea Gottardo1-4/+8
2024-06-12net/dns: re-query system resolvers on no-upstream resolver failure on apple p...Jonathan Nobels1-0/+19
2024-06-11cmd/tailscaled, net/dns, wgengine/router: start Windows child processes with ...Aaron Klotz3-5/+16
2024-06-11net/dns/resolver: return an empty successful response instead of NXDomain whe...Nick Khyl2-4/+28
2024-06-07net/dns: fix crash in testsBrad Fitzpatrick2-4/+9
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 Gottardo3-16/+263
2024-06-03net/dns: fix typo in OSConfig logging (#12330)Andrew Dunham1-1/+1
2024-05-29xcode/iOS: set MatchDomains when no route requires a custom DNS resolver (#10...Andrea Gottardo3-0/+68
2024-05-15Net/DNS/Publicdns: update the IPv6 range that we use to recreate route endpoi...Kevin Liang2-6/+6
2024-05-06net/dns/resolver, control/controlknobs, tailcfg: use UserDial instead of Syst...Nick Khyl1-15/+20
2024-05-02net/dns/resolver: add better error wrappingAndrew Dunham1-4/+14
2024-04-27net/netns, net/dns/resolver, etc: make netmon required in most placesBrad Fitzpatrick6-21/+38
2024-04-26health, all: remove health.Global, finish plumbing health.TrackerBrad Fitzpatrick15-56/+70
2024-04-25health: break Warnable into a global and per-Tracker value halvesBrad Fitzpatrick1-3/+3
2024-04-25health: add Tracker type, in prep for removing global variablesBrad Fitzpatrick4-7/+7
2024-04-17net/dns/resolver: use SystemDial in DoH forwarderAndrew Dunham1-3/+14
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick6-7/+7
2024-04-12net/dns: unconditionally write NRPT rules to local settingsAaron Klotz2-165/+75
2024-04-09cmd/tailscaled: move cleanup to an implicit action during startupJames Tucker1-2/+2