summaryrefslogtreecommitdiffhomepage
path: root/net/dns/recursive
AgeCommit message (Expand)AuthorFilesLines
2025-07-21net/dns/recursive: set EDNS on queriesBrad Fitzpatrick1-0/+1
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-1/+1
2023-12-21all: cleanup unused code, part 2 (#10670)Andrew Lytvynov1-7/+0
2023-10-30net/dns/recursive: update IP for b.root-servers.netAndrew Dunham1-2/+2
2023-08-17all: use Go 1.21 slices, maps instead of x/exp/{slices,maps}Brad Fitzpatrick2-2/+3
2023-08-08derp, net/dns/recursive: use Go 1.21 minBrad Fitzpatrick1-8/+0
2023-07-28all: update exp/slices and fix call sitesDavid Anderson1-6/+6
2023-07-06tstest: prepare for Clock API changesAdrian Dewhurst1-2/+2
2023-06-19go.mod, net/dns/recursive: update github.com/miekg/dnsAndrew Dunham1-5/+1
2023-06-09net/dns/recursive: add initial implementation of recursive DNS resolverAndrew Dunham2-0/+1381