summaryrefslogtreecommitdiffhomepage
path: root/cmd/natc/natc_test.go
AgeCommit message (Expand)AuthorFilesLines
2025-06-16cmd/natc: add a flag to use specific DNS serversJames Tucker1-0/+196
2025-06-04cmd/natc: add optional consensus backendFran Bull1-1/+1
2025-04-14cmd/natc: cleanup unused stateFran Bull1-1/+1
2025-04-11cmd/natc: only store v4 addressesFran Bull1-29/+64
2025-04-08cmd/natc: fix handling of upstream and downstream nxdomainJames Tucker1-110/+248
2025-04-06cmd/natc: move address storage behind an interfaceFran Bull1-116/+13
2025-04-04cmd/natc: separate perPeerState from connectorFran Bull1-2/+2
2025-04-01cmd/natc: fix ip allocation runtimeJames Tucker1-25/+8
2025-03-25cmd/natc: add test and fix for ip exhaustionJames Tucker1-6/+70
2025-03-24cmd/natc: add some initial unit test coverageJames Tucker1-0/+365