Skip to content

Instantly share code, notes, and snippets.

@sneilan
Created July 21, 2014 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sneilan/12ead62c04bf72d09a46 to your computer and use it in GitHub Desktop.
Save sneilan/12ead62c04bf72d09a46 to your computer and use it in GitHub Desktop.
forward port 9000 to port 80 on my mac
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