summaryrefslogtreecommitdiffhomepage
path: root/net/dnscache
AgeCommit message (Expand)AuthorFilesLines
2021-03-01control/controlclient, net/{dnscache,dnsfallback}: add DNS fallback mechanismBrad Fitzpatrick1-1/+99
2021-01-06net/dnscache: work on IPv6-only hosts (again)Brad Fitzpatrick1-33/+67
2020-11-11net/dnscache, control/controlclient: use DNS cache when dialing controlBrad Fitzpatrick1-5/+103
2020-11-11all: prepare for GOOS=ios in Go 1.16Brad Fitzpatrick1-1/+1
2020-04-30net/dnscache: remove unnecessary lint warning.David Anderson1-2/+0
2020-04-27net/dnscache: don't use the Go resolver on AndroidElias Naur1-0/+5
2020-03-09net/dnscache: ignore annoying staticcheck checkBrad Fitzpatrick1-0/+2
2020-03-09net/dnscache: initialize the single Resolver more directlyBrad Fitzpatrick1-7/+9
2020-03-09net/dnscache: do not PreferGo on macOS/iOSDavid Crawshaw1-3/+15
2020-03-09net/dnscache: add copyright header to testBrad Fitzpatrick1-0/+4
2020-03-09net/dnscache: parse passed CIDRDavid Crawshaw2-1/+25
2020-03-05net/dnscache: add overly simplistic DNS cache package for selective useBrad Fitzpatrick1-0/+151