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.