WSLHostPatcher
WSLHostPatcher copied to clipboard
Dynamic patch WSL2 to listen port on any interface.
I have a web server running in WSL2 in ubuntu. I'm using postman in windows GUI. If I try to send a GET request to http://127.0.0.1:3001 it never makes a...
Hello, Recently I upgraded my WSL2 to latest stable version, and unfortunately I found that WSLHostPatcher no longer works with latest version. ``` WSL version: 2.0.9.0 Kernel version: 5.15.133.1-1 WSLg...
hostpatcher will cause the IP address of all network requests sent to WSL to become localhost. 所有来自远程的请求,其ip地址都变成了localhost 
I've been using wslhostpatcher successfully for a while to get access to my locally running Rancher-Desktop from an Domain from outside (only for development purposes). Setup: - Windows 10 Enterprise...