windows下的wsl端口映射到宿主机端口以能在局域网中访问
WSL
Issues found on WSL
项目地址:https://gitcode.com/gh_mirrors/ws/WSL
免费下载资源
·
netsh interface portproxy add v4tov4 listenport=xxxx listenaddress=0.0.0.0 connectport=xxxx connectaddress=xxx.xxx.xxx.xxx
listenport 是需要在局域网中监听的端口
connectport 是要在wsl中访问的端口
connectaddress 是wsl的ip地址
设置完可用以下命令查看是否设置成功
netsh interface portproxy show all
GitHub 加速计划 / ws / WSL
8
0
下载
Issues found on WSL
最近提交(Master分支:4 个月前 )
f007ede7
5 天前
7ef20042
* Move pull-request permissions to the job instead of the workflow
* Use pull_request_target
* Undo test change 6 天前
更多推荐
已为社区贡献1条内容
所有评论(0)