Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

This program listens for TCP connections on a given local address and port. When a connection is accepted, it forks and then creates a new connection to a given remote address and port. As long as both connections remain established, the program copies packets between the two sides. Not unlike SSH tunnels, but without the SSH.

Usage

simple-tcp-proxy localip localport remoteip remoteport &

About

A simple TCP connection proxy aka tunnel.

Resources

Stars

36 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages