summaryrefslogtreecommitdiffhomepage
path: root/net/dnsfallback
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris3-3/+3
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
2025-04-16net/netmon: publish events to event busDavid Anderson1-1/+5
2024-08-05{control,net}: close idle connections of custom transportsAnton Tolchanov1-0/+1
2024-07-26net/dnsfallback: set CanPort80 in static DERPMap (#12929)Andrea Gottardo1-24/+48
2024-07-26health: introduce captive-portal-detected Warnable (#12707)Andrea Gottardo2-6/+9
2024-04-25tsd, ipnlocal, etc: add tsd.System.HealthTracker, start some plumbingBrad Fitzpatrick1-9/+13
2023-11-15net/dnsfallback: add singleflight to recursive resolverAndrew Dunham2-53/+174
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 Parparita2-41/+15
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 Norris3-9/+6
2022-11-04all: remove old +build tagsBrad Fitzpatrick1-1/+0
2022-09-15refactor: move from io/ioutil to io and os packagesEng Zer Jun1-2/+1
2022-09-06net/dnsfallback: allow setting log function (#5550)Andrew Dunham2-10/+38
2022-09-05net/dnsfallback: cache most recent DERP map on disk (#5545)Andrew Dunham2-6/+264
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 Fitzpatrick2-10/+17
2022-04-17net/dnsfallback: update from 'go generate'Brad Fitzpatrick1-8/+15
2022-04-13Revert ".github/workflows: work around golang/go#51629"Brad Fitzpatrick2-10/+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 Anderson2-2/+10
2021-11-18net/netns: thread logf into control functionsJosh Bleecher Snyder1-1/+1
2021-10-16cmd/cloner: mangle "go:generate" in cloner.goJoe Tsai1-4/+4
2021-10-01net/tlsdial: bake in LetsEncrypt's ISRG Root X1 rootBrad Fitzpatrick1-0/+2
2021-09-22net/dnsfallback: update static map for new derp11.David Anderson1-4/+4
2021-09-05net/dnsfallback: go generate, pick up new DERPsBrad Fitzpatrick1-0/+28
2021-09-05net/dnsfallback: run go generate to pick up new derp9s.David Anderson1-0/+14
2021-08-05all: gofmt with Go 1.17Josh Bleecher Snyder1-0/+1
2021-08-01net/dnsfallback: re-run go generateBrad Fitzpatrick1-21/+14
2021-07-29net/dnsfallback: add new nodesBrad Fitzpatrick1-0/+21
2021-07-19net/dnsfallback: regenerateJosh Bleecher Snyder1-0/+7
2021-06-28ipn, etc: use controlplane.tailscale.comDavid Crawshaw1-1/+1
2021-06-27net/dnsfallback: don't depend on derpmap.ProdBrad Fitzpatrick4-2/+267
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