Last active
June 1, 2026 22:21
-
-
Save joao-esteves/a1c05d601be66e8b67543ab5f2884f43 to your computer and use it in GitHub Desktop.
Stuff
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
| bundle update --conservative $(bundle outdated | grep PREFIX | awk '{print $1;}') | |
| # WSL LAN | |
| netsh interface portproxy add v4tov4 listenport=3000 listenaddress=0.0.0.0 connectport=3000 connectaddress=(wsl hostname -I) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment