summaryrefslogtreecommitdiffhomepage
path: root/cmd/derper/bootstrap_dns.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2024-05-22cmd/derper: support TXT-mediated unpublished bootstrap DNS rolloutsBrad Fitzpatrick1-31/+102
2023-08-17cmd/derper: count bootstrap dns unique lookups.Denton Gentry1-0/+8
2023-03-03util/slicesx: add package for generic slice functions, useAndrew Dunham1-2/+2
2023-03-02cmd/derper: randomize IPs on refreshBootstrapDNS (#7440)shayne1-0/+8
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-09-02cmd/derper: add support for unpublished bootstrap DNS entries (#5529)Andrew Dunham1-16/+81
2022-08-04all: use syncs.AtomicValueMaisem Ali1-3/+4
2022-02-11cmd/derper: fix regression from bootstrap DNS optimizationBrad Fitzpatrick1-1/+1
2022-02-11Revert "cmd/derper: stop setting content header in handleBootstrapDNS"Josh Bleecher Snyder1-0/+1
2022-02-11cmd/derper: close connections once bootstrap DNS has been servedJosh Bleecher Snyder1-0/+4
2022-02-11cmd/derper: stop setting content header in handleBootstrapDNSJosh Bleecher Snyder1-1/+0
2022-02-11cmd/derper: optimize handleBootstrapDNSJosh Bleecher Snyder1-16/+10
2021-02-26 cmd/derper: add /bootstrap-dns handlerBrad Fitzpatrick1-0/+69