Skip to content

Instantly share code, notes, and snippets.

@lparry
Created October 12, 2011 06:26
Show Gist options
  • Select an option

  • Save lparry/1280439 to your computer and use it in GitHub Desktop.

Select an option

Save lparry/1280439 to your computer and use it in GitHub Desktop.
Unicorn portforwarding script
#!/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