Last active
December 23, 2022 13:58
-
-
Save deviationist/c8f41f88939254ba9983c88251d44c41 to your computer and use it in GitHub Desktop.
Open port from WSL to local network
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=3000 listenaddress=0.0.0.0 connectport=3000 connectaddress=192.168.0.69 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment