My Jump Proxy is alternative for Socat TCP4 redirect written in Go.
- Listen on TCP4 IP and PORT, redirect all traffic to remote TCP IP PORT
- Multithreading
- Connection pooling
Edit configuration on /etc/myjp.conf:
0.0.0.0:12345 git-codecommit.ap-southeast-2.amazonaws.com:22
0.0.0.0:54321 google.com:443
- Validate IP/HOST and PORT for config
- Implement Viper for ENV variables
make build
sudo make install