Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 167 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 167 Bytes
install:
git clone git://github.com/reusee/gotunnel.git
cd gotunnel

cd server
edit config.go
go build
./server

cd ../client
edit config.go
go build
./client