summaryrefslogtreecommitdiffhomepage
path: root/cmd/natc
AgeCommit message (Expand)AuthorFilesLines
2026-03-24all: use `bart.Lite` instead of `bart.Table` where appropriateAlex Chan2-10/+10
2026-03-06all: use Go 1.26 things, run most gofix modernizersBrad Fitzpatrick2-4/+3
2026-01-23all: remove AUTHORS file and references to itWill Norris9-9/+9
2025-11-18all: rename variables with lowercase-l/uppercase-IAlex Chan1-2/+2
2025-08-20cmd/natc,tsconsensus: add cluster config adminFran Bull2-0/+55
2025-08-20tsconsensus,cmd/natc: add 'follower only' bootstrap optionFran Bull2-16/+30
2025-06-16cmd/natc: add a flag to use specific DNS serversJames Tucker2-2/+225
2025-06-11cmd/natc: allow specifying the tsnet state dirFran Bull2-33/+34
2025-06-05cmd/natc: use new on disk state store for consensusFran Bull2-2/+34
2025-06-04cmd/natc: add optional consensus backendFran Bull7-10/+1029
2025-04-14cmd/natc: cleanup unused stateFran Bull4-11/+3
2025-04-11cmd/natc: only store v4 addressesFran Bull4-89/+120
2025-04-08cmd/natc: attempt to match IP version between upstream and downstreamJames Tucker1-9/+55
2025-04-08cmd/natc: fix handling of upstream and downstream nxdomainJames Tucker2-242/+369
2025-04-06cmd/natc: move address storage behind an interfaceFran Bull6-237/+294
2025-04-04cmd/natc: separate perPeerState from connectorFran Bull2-6/+14
2025-04-01cmd/natc: fix ip allocation runtimeJames Tucker4-97/+325
2025-03-25cmd/natc: add test and fix for ip exhaustionJames Tucker2-18/+104
2025-03-24cmd/natc: add some initial unit test coverageJames Tucker1-0/+365
2025-03-10cmd/natc: error and log when IP range is exhaustedJames Tucker1-7/+15
2025-02-06cmd/natc: remove speculative tuning from natcJames Tucker1-22/+0
2025-02-05all: use new LocalAPI client package locationBrad Fitzpatrick1-3/+3
2025-01-24cmd/natc: expose netstack metrics in client metrics in natcJames Tucker1-0/+4
2025-01-24cmd/natc,wgengine/netstack: tune buffer size and segment lifetime in natcJames Tucker1-0/+31
2024-09-17cmd/natc: fix nil pointerFran Bull1-0/+5
2024-09-10cmd/natc: fix nil pointerFran Bull1-0/+3
2024-07-08go.mod: bump bartMaisem Ali1-3/+3
2024-06-05cmd/natc: add --wg-port flagFran Bull1-0/+7
2024-06-05cmd/natc: add --ignore-destinations flagFran Bull1-34/+137
2024-06-03cmd/natc: use ListenPacketMaisem Ali1-25/+17
2024-06-03cmd/natc: initial implementation of a NAT based connectorMaisem Ali1-0/+465