Skip to content

Instantly share code, notes, and snippets.

@vini-btc
Last active September 9, 2015 18:05
Show Gist options
  • Save vini-btc/1f14e716b89494b949f2 to your computer and use it in GitHub Desktop.
Save vini-btc/1f14e716b89494b949f2 to your computer and use it in GitHub Desktop.
Mac OSX Port Forwading
sudo ifconfig lo0 alias 10.0.0.1 && echo "rdr pass on lo0 inet proto tcp from any to 10.0.0.1 port 80 -> 127.0.0.1 port 3000" | sudo pfctl -ef -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment