Last active
December 22, 2021 18:10
-
-
Save dakom/efb1ad7f8c22df3da2ddbf45439768b3 to your computer and use it in GitHub Desktop.
forward ports
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
this will allow connections to local machines local port to be forwarded to remote_ip and remote port | |
socat tcp-listen:[LOCAL_PORT],reuseaddr,fork tcp:[REMOTE_IP]:[REMOTE_PORT] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment