You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
install:
git clone git://github.com/reusee/gotunnel.git
cd gotunnel
git submodule update --init
cd server
edit config.go
go build
./server
cd ../client
edit config.go
go build
./client