MENU

NAT模式下的WSL不支持localhost代理

May 18, 2024 • Windows

问题

wsl: 检测到 localhost 代理配置,但未镜像到 WSL。NAT 模式下的 WSL 不支持 localhost 代理

解决

%USERPROFILE%\.wslconfig 文件中配置如下内容(没有则新建文件):

[experimental]
autoMemoryReclaim=gradual  # gradual  | dropcache | disabled
networkingMode=mirrored
dnsTunneling=true
firewall=false
autoProxy=true

资料

https://github.com/microsoft/WSL/issues/10753