Created
February 10, 2021 00:52
-
-
Save leveled/e25852e43c811fc9514c96f6acbf2ed5 to your computer and use it in GitHub Desktop.
Setting up SOCKS proxy on Windows CLI
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=8080 listenaddress=0.0.0.0 connectport=80 connectaddress=x.x.x.x | |
#Add Windows Firewall rule if necessary | |
netsh advfirewall firewall add rule name="Totally Legit Rule" dir=in action=allow protocol=TCP localport=8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment