Created
December 5, 2011 23:00
-
-
Save kwdowicz/1435813 to your computer and use it in GitHub Desktop.
Forward any requestes to port 80 to port 3000 (Mac OSX)
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 1 forward 127.0.0.1,3000 ip from any to any 80 in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment