Skip to content

gili-yankovitch/tcpproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tcpproxy

Proxy TCP on a specific port. This is used to proxy data between two distinct ports on the same machine or two different machines entirely.

usage: tcpproxy.py [-h] [--listenAddr LISTENADDR] [--chunkSize CHUNKSIZE]
                   proxyAddr

End-to-end TCP Proxy

positional arguments:
  proxyAddr             Destination server address to proxy

optional arguments:
  -h, --help            show this help message and exit
  --listenAddr LISTENADDR
                        Listen on this address. Default: "0.0.0.0"
  --chunkSize CHUNKSIZE
                        Data reception is done in chunks. Default: 1024

About

Proxy TCP on a specific port

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages