Skip to content

laikitleung/otunnel

 
 

Repository files navigation

otunnel

otunnel is a simple safe tunnel for peer-to-peer

Build

make

Usage

Start a server at a public server ( example.com ):

./otunnel listen -d

Start a client (reverse forward):

./otunnel connect example.com:10000 -d -t r:LOCAL_HOST:LOCAL_PORT::REMOTE_PORT

Now, anyone can access your LOCAL_HOST:LOCAL_PORT by example.com:REMOTE_PORT.

Document

Wiki/手册

Download

Download

For example:

wget http://dl.ooclab.com/otunnel/1.1.0/otunnel_linux_amd64.xz
unxz otunnel_linux_amd64.xz
chmod a+x otunnel_linux_amd64
mv otunnel_linux_amd64 otunnel

Help

Please send issues to github.com/ooclab/otunnel/issues .

About

peer-to-peer tunnel tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 87.2%
  • Shell 6.6%
  • Makefile 6.2%