Skip to content

Instantly share code, notes, and snippets.

@MarshalOfficial
Created July 25, 2022 05:14
Show Gist options
  • Save MarshalOfficial/476178fa1657f731e97337c07aaea87d to your computer and use it in GitHub Desktop.
Save MarshalOfficial/476178fa1657f731e97337c07aaea87d to your computer and use it in GitHub Desktop.
win-wsl-port-proxy poweshell
netsh interface portproxy add v4tov4 listenport=8085 listenaddress=0.0.0.0 connectport=8085 connectaddress=172.30.32.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment