started http-specific tunnels(These will pass through the client X-DEST*

This commit is contained in:
idk
2018-09-08 03:57:37 -04:00
parent d2cb355c34
commit f93bea2b0b
8 changed files with 78 additions and 36 deletions

View File

@ -13,7 +13,7 @@ echo:
find . -name "*.go" -exec gofmt -w {} \;
find . -name "*.i2pkeys" -exec rm {} \;
test: echo
test:
go test
cd udp && go test
cd config && go test