Skip to content

Instantly share code, notes, and snippets.

@AlexTiTanium
Last active December 24, 2015 17:09
Show Gist options
  • Select an option

  • Save AlexTiTanium/6833037 to your computer and use it in GitHub Desktop.

Select an option

Save AlexTiTanium/6833037 to your computer and use it in GitHub Desktop.
Port forward for node js
sudo iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-ports 3000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment