Skip to content

physacco/teleport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

teleport

A set of tools for easily transporting data over networks

Installation

It is assumed that you have set GOPATH in your environment and added $GOPATH/bin to your PATH. Then you can use the following command to automatically download, compile and install this software:

# install the SOCKS5 server
go get github.com/physacco/teleport/xsocks5

# install the relayer
go get github.com/physacco/teleport/xrelay

# or you can install both the server and the relayer (Don't omit the trailing "...")
go get github.com/physacco/teleport/...

The newly compiled executables (xsocks5[.exe], xrelay[.exe]) will be placed in your $GOPATH/bin directory.

About

A set of tools for easily transporting data over networks

Resources

Stars

Watchers

Forks

Packages

No packages published