Created
August 31, 2016 20:00
-
-
Save joswr1ght/2f0d66d91beebc79c6c259ac968983ee to your computer and use it in GitHub Desktop.
Netsh Port Forward
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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