WSL 与 宿主机之间的文件访问
宿主机访问 WSL 文件\\wsl$\Ubuntu-22.04\...
WSL 访问宿主机文件/mnt/盘符/...
为 WSL 配置代理
WSL 提示
wsl: 检测到 localhost 代理配置, 但未镜像到 WSL. NAT 模式下的 WSL 不支持 localhost 代理.
在宿主机的 %USERPROFILE%\.wslconfig
文件中添加
[experimental]
autoMemoryReclaim=gradual # gradual | dropcache | disabled
networkingMode=mirrored
dnsTunneling=true
firewall=true
autoProxy=true
See:
https://learn.microsoft.com/en-us/windows/wsl/networking