Created
October 12, 2011 06:26
-
-
Save lparry/1280439 to your computer and use it in GitHub Desktop.
Unicorn portforwarding script
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
| #!/bin/sh | |
| sudo ipfw add fwd 127.0.0.1,8080 ip from any to any dst-port 80 dst-ip 127.0.0.1,80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment