Skip to content

Instantly share code, notes, and snippets.

@JosefJezek
Created January 6, 2016 13:44
Show Gist options
  • Save JosefJezek/e508c721b1506f63ecdf to your computer and use it in GitHub Desktop.
Save JosefJezek/e508c721b1506f63ecdf to your computer and use it in GitHub Desktop.
Port Forwarding

Port Forwarding

Windows

netsh interface portproxy add v4tov4 listenport=3000 listenaddress=192.168.0.12 connectport=3000 connectaddress=127.0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment