Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 195 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 195 Bytes
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