summaryrefslogtreecommitdiffhomepage
path: root/net/dns/direct_test.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2024-04-03clientupdate, net/dns: fix some "tailsacle" typosBrad Fitzpatrick1-5/+5
2024-03-29net/dns: close ctx when close dns directManagerAsutorufa1-1/+5
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2023-01-17net/dns: fix recently added URL scheme from http to httpsBrad Fitzpatrick1-1/+1
2023-01-14net/dns/resolvconffile: link to FAQ about resolv.conf being overwrittenBrad Fitzpatrick1-0/+1
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick1-6/+5
2022-07-25all: use various net/netip parse funcs directlyBrad Fitzpatrick1-5/+6
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-1/+1
2021-11-23net/dns: require space after nameserver/search parsing resolv.confJosh Bleecher Snyder1-0/+15
2021-11-23net/dns: handle comments in resolv.confJosh Bleecher Snyder1-0/+44
2021-10-26net/dns: fall back to copy+delete/truncate if moving to/from /etc/resolv.conf...David Anderson1-10/+67
2021-06-28net/dns: factor directManager out over an FS interfaceDavid Crawshaw1-0/+83