Created
February 18, 2016 14:54
-
-
Save jeremija/30e082131e6d9de42f70 to your computer and use it in GitHub Desktop.
forward port 8080 to port 80
This file contains 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
sudo socat tcp-listen:80,reuseaddr,fork tcp:localhost:8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment