An open API service indexing awesome lists of open source software.

https://github.com/captain-corgi/socat_alter

Small handy project
https://github.com/captain-corgi/socat_alter

gateway golang tool

Last synced: 3 months ago
JSON representation

Small handy project

Awesome Lists containing this project

README

          

SOCAT ALTER



This is a small application for fowarding port from your localhost to public IP.


Just specific your source->destination port in routes.json file.


Example:


[
{
"src":"2375",
"dst":"2375"
},
{
"src":"8080",
"dst":"80"
}
]


NOTE: This is a private application, use it in a safe local network only. I'm not take responsible for any data leak from this application.