Skip to content

Instantly share code, notes, and snippets.

@jiverson
Last active August 29, 2015 14:01
Show Gist options
  • Save jiverson/3cff50f06955a34736d6 to your computer and use it in GitHub Desktop.
Save jiverson/3cff50f06955a34736d6 to your computer and use it in GitHub Desktop.
port forward on mac useing ipfs
# http://blog.xeiam.com/blog/2013/06/27/port-forwarding-80-to-8080-for-tomcat-using-ipfw-on-mac-osx/
sudo ipfw add 100 fwd 127.0.0.1,3080 tcp from any to any 80 in
sudo ipfw add 200 fwd 127.0.0.1,3443 tcp from any to any 443 in
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment