Skip to content

Instantly share code, notes, and snippets.

@thomastraum
Created October 14, 2012 15:06
Show Gist options
  • Save thomastraum/3888856 to your computer and use it in GitHub Desktop.
Save thomastraum/3888856 to your computer and use it in GitHub Desktop.
ip tables express on port 80
sudo iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment