Created
January 3, 2016 23:51
-
-
Save ryanbennettvoid/6acb4258e06d830539b7 to your computer and use it in GitHub Desktop.
IP route 80 to 8080
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
iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to 8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment