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
- Host: GitHub
- URL: https://github.com/captain-corgi/socat_alter
- Owner: captain-corgi
- License: apache-2.0
- Created: 2020-07-30T17:21:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T04:20:40.000Z (over 5 years ago)
- Last Synced: 2025-12-18T02:27:12.682Z (6 months ago)
- Topics: gateway, golang, tool
- Language: Go
- Homepage: https://github.com/hotkratos/socat_alter
- Size: 20.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.