Skip to content

bugparty/gotunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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