Last active
August 29, 2015 14:01
-
-
Save jiverson/3cff50f06955a34736d6 to your computer and use it in GitHub Desktop.
port forward on mac useing ipfs
This file contains 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
# 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