Created
June 26, 2018 01:49
-
-
Save cmdoptesc/b21a83332b6842272a7d6ef953e079c4 to your computer and use it in GitHub Desktop.
Revisions
-
cmdoptesc created this gist
Jun 26, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ netsh interface portproxy show all netsh interface portproxy add v4tov4 listenport=8081 listenaddress=127.0.0.1 connectport=8081 connectaddress=[remote-ip] netsh interface portproxy reset