A Fast and Simple util tool to tunnel the local TCP or UDP port to another port.

Contribute

Fork the repository in github and send us a pull request.

https://github.com/enbiso/portproxy

Download

https://github.com/enbiso/portproxy/releases

Examples

Simple example of tunnel port 80 to port 8080 locally

portproxy --source 127.0.0.1:80 --dest 127.0.0.1:8080

To publicly expose the web server which is only accesible in local

portproxy --source 127.0.0.1:80 --dest :8080

Tunnel UDP traffic in port 6000 to 8000

portproxy --source 127.0.0.1:6000 --dest :8000 --protocol udp