start laying in the VPN thingy

This commit is contained in:
idk
2018-12-03 16:50:50 -05:00
parent f6aff1be50
commit 525d54e7b2
9 changed files with 117 additions and 22 deletions

View File

@ -16,9 +16,9 @@ echo:
find . -path ./.go -prune -o -name "*.go" -exec gofmt -w {} \;
find . -path ./.go -prune -o -name "*.i2pkeys" -exec rm {} \;
test: test-ntcp test-ssu test-vpn test-config test-manager
test: test-ntcp test-ssu test-config test-manager
full-test: test-serve test
full-test: test-serve test-vpn test
test-serve:
cd serve_test && go test