Skip to content

Instantly share code, notes, and snippets.

@FelipeGangrel
Last active September 30, 2021 17:04
Show Gist options
  • Save FelipeGangrel/78138d5e3466d40657d2a11fe67acbe5 to your computer and use it in GitHub Desktop.
Save FelipeGangrel/78138d5e3466d40657d2a11fe67acbe5 to your computer and use it in GitHub Desktop.
Port proxy with netsh on PowerShell
netsh interface portproxy add v4tov4 listenport=3333 listenaddress=0.0.0.0 connectport=3333 connectaddress=<YOUR_IP>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment