summaryrefslogtreecommitdiffhomepage
path: root/cmd/natc/natc.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-08-20cmd/natc,tsconsensus: add cluster config adminFran Bull1-0/+38
2025-08-20tsconsensus,cmd/natc: add 'follower only' bootstrap optionFran Bull1-13/+18
2025-06-16cmd/natc: add a flag to use specific DNS serversJames Tucker1-2/+29
2025-06-11cmd/natc: allow specifying the tsnet state dirFran Bull1-2/+33
2025-06-05cmd/natc: use new on disk state store for consensusFran Bull1-1/+2
2025-06-04cmd/natc: add optional consensus backendFran Bull1-3/+25
2025-04-14cmd/natc: cleanup unused stateFran Bull1-1/+1
2025-04-11cmd/natc: only store v4 addressesFran Bull1-2/+21
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 Tucker1-132/+121
2025-04-06cmd/natc: move address storage behind an interfaceFran Bull1-119/+23
2025-04-04cmd/natc: separate perPeerState from connectorFran Bull1-4/+12
2025-04-01cmd/natc: fix ip allocation runtimeJames Tucker1-72/+37
2025-03-25cmd/natc: add test and fix for ip exhaustionJames Tucker1-12/+34
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