summaryrefslogtreecommitdiffhomepage
path: root/net/dns
AgeCommit message (Expand)AuthorFilesLines
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
2025-05-07net/dns: don't link dbus, gonotify on AndroidBrad Fitzpatrick9-6/+12
2025-04-16net/netmon: publish events to event busDavid Anderson2-2/+9
2025-04-08net/{netx,memnet},all: add netx.DialFunc, move memnet Network implBrad Fitzpatrick1-1/+2
2025-04-02net/dns: add Plan 9 supportBrad Fitzpatrick4-2/+269
2025-03-27net/dns: add debug envknob to enable dual stack MagicDNSBrad Fitzpatrick2-5/+24
2025-03-19net/dns: expose a function for recompiling the DNS configuration (#15346)Jonathan Nobels1-8/+28
2025-02-11net/dns: update to illarion/gonotify/v3 to fix a panicAnton1-23/+11
2025-02-11net/dns: add a simple test for resolv.conf inotify watcherAnton2-13/+75
2025-01-16net/dns: only populate OSConfig.Hosts when MagicDNS is enabledAaron Klotz2-1/+73
2025-01-14net/dns: ensure the Windows configurator does not touch the hosts file unless...Aaron Klotz2-14/+102
2025-01-13all: use Go 1.21's binary.NativeEndianBrad Fitzpatrick1-2/+2
2025-01-09all: illumos/solaris userspace only supportNahum Shalman3-2/+16
2025-01-03util/slicesx: add MapKeys and MapValues from golang.org/x/exp/mapsBrad Fitzpatrick1-2/+2
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