Skip to content

Instantly share code, notes, and snippets.

@alanwei43
Last active April 18, 2024 11:19
Show Gist options
  • Save alanwei43/3abab996af4499bbc7b853afd32abc3e to your computer and use it in GitHub Desktop.
Save alanwei43/3abab996af4499bbc7b853afd32abc3e to your computer and use it in GitHub Desktop.
windows powershell port forward
netsh interface portproxy add v4tov4 protocol=tcp connectaddress=192.168.67.128 connectport=9091 listenport=9091
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment