Skip to content

Instantly share code, notes, and snippets.

@kwdowicz
Created December 5, 2011 23:00
Show Gist options
  • Save kwdowicz/1435813 to your computer and use it in GitHub Desktop.
Save kwdowicz/1435813 to your computer and use it in GitHub Desktop.
Forward any requestes to port 80 to port 3000 (Mac OSX)
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