Created
July 21, 2014 19:53
-
-
Save sneilan/12ead62c04bf72d09a46 to your computer and use it in GitHub Desktop.
forward port 9000 to port 80 on my mac
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
sudo ipfw add 100 fwd 127.0.0.1,9000 tcp from any to any 80 in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment