summaryrefslogtreecommitdiffhomepage
path: root/net/dnsfallback/dnsfallback.go
AgeCommit message (Expand)AuthorFilesLines
2025-09-30feature, net/tshttpproxy: pull out support for using proxies as a featureBrad Fitzpatrick1-2/+2
2025-09-17net/dns/recursive: remove recursive DNS resolverBrad Fitzpatrick1-154/+1
2025-06-18net/tlsdial: fix TLS cert validation of HTTPS proxiesBrad Fitzpatrick1-1/+1
2024-08-05{control,net}: close idle connections of custom transportsAnton Tolchanov1-0/+1
2024-07-26health: introduce captive-portal-detected Warnable (#12707)Andrea Gottardo1-4/+7
2024-04-25tsd, ipnlocal, etc: add tsd.System.HealthTracker, start some plumbingBrad Fitzpatrick1-9/+13
2023-11-15net/dnsfallback: add singleflight to recursive resolverAndrew Dunham1-53/+143
2023-10-16net/dnsfallback: disable recursive resolver for nowBrad Fitzpatrick1-2/+10
2023-09-29net/dnsfallback: remove net/dnsfallback go:generate lineJames Tucker1-2/+5
2023-09-29go.mod,net/dnsfallback: bump go4.org/netipxJames Tucker1-3/+4
2023-08-17all: use Go 1.21 slices, maps instead of x/exp/{slices,maps}Brad Fitzpatrick1-1/+1
2023-07-28all: update exp/slices and fix call sitesDavid Anderson1-2/+3
2023-07-10net/dnsfallback: run recursive resolver and compare resultsAndrew Dunham1-1/+70
2023-04-20all: avoid repeated default interface lookupsMihai Parparita1-6/+10
2023-04-17net/dnsfallback: more explicitly pass through logf functionMihai Parparita1-27/+11
2023-03-12various: pass logger.Logf through to more placesAndrew Dunham1-4/+7
2023-03-03util/slicesx: add package for generic slice functions, useAndrew Dunham1-4/+4
2023-03-02net/dnsfallback: shuffle returned IPsAndrew Dunham1-0/+1
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-09-06net/dnsfallback: allow setting log function (#5550)Andrew Dunham1-10/+28
2022-09-05net/dnsfallback: cache most recent DERP map on disk (#5545)Andrew Dunham1-5/+107
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-3/+4
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-2/+2
2022-04-13Revert ".github/workflows: work around golang/go#51629"Brad Fitzpatrick1-0/+2
2022-03-24net/dnsfallback: do not attempt lookups of IPs.Maisem Ali1-0/+4
2022-03-17.github/workflows: work around golang/go#51629David Anderson1-2/+0
2021-11-18net/netns: thread logf into control functionsJosh Bleecher Snyder1-1/+1
2021-10-01net/tlsdial: bake in LetsEncrypt's ISRG Root X1 rootBrad Fitzpatrick1-0/+2
2021-06-28ipn, etc: use controlplane.tailscale.comDavid Crawshaw1-1/+1
2021-06-27net/dnsfallback: don't depend on derpmap.ProdBrad Fitzpatrick1-2/+24
2021-03-04net/dnsfallback: fix infinite loop and limit number of candidatesBrad Fitzpatrick1-8/+22
2021-03-01control/controlclient, net/{dnscache,dnsfallback}: add DNS fallback mechanismBrad Fitzpatrick1-0/+103