Skip to content

Instantly share code, notes, and snippets.

@kerus1024
Created July 23, 2022 14:24
Show Gist options
  • Save kerus1024/94315f102603c828f7c2919735a91052 to your computer and use it in GitHub Desktop.
Save kerus1024/94315f102603c828f7c2919735a91052 to your computer and use it in GitHub Desktop.
Simple TCP Reverse Proxy by using socat
socat -d -d TCP4-LISTEN:10999,fork TCP:10.50.20.1:4000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment