Skip to content

Instantly share code, notes, and snippets.

@joswr1ght
Created August 31, 2016 20:00
Show Gist options
  • Save joswr1ght/2f0d66d91beebc79c6c259ac968983ee to your computer and use it in GitHub Desktop.
Save joswr1ght/2f0d66d91beebc79c6c259ac968983ee to your computer and use it in GitHub Desktop.
Netsh Port Forward
netsh interface portproxy add v4tov4 listenport=8001 listenaddress=192.168.0.10 connectport=80 connectaddress=192.168.0.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment