Skip to content

Instantly share code, notes, and snippets.

@nailsonlinux
Last active May 16, 2024 14:09
Show Gist options
  • Save nailsonlinux/10cf62c4f0e97792b539bdbf1660015b to your computer and use it in GitHub Desktop.
Save nailsonlinux/10cf62c4f0e97792b539bdbf1660015b to your computer and use it in GitHub Desktop.
Windows Port Forwarding

Forwarding

netsh interface portproxy add v4tov4 listenport=5000 listenaddress=0.0.0.0 connectport=5000 connectaddress=(wsl hostname -I)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment