Created
December 12, 2018 22:13
-
-
Save fernyb/728447472acbb3fa5441a9d10bef8fa7 to your computer and use it in GitHub Desktop.
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
| *nat | |
| :PREROUTING ACCEPT | |
| :POSTROUTING ACCEPT | |
| -A PREROUTING -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 8080 | |
| -A OUTPUT -o lo -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 8080 | |
| COMMIT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment