wsl-proxy

Berrylium Lv1

WSL2 可以通过配置走 Windows 的代理。

创建并编辑主目录(C:\Users\用户名)下 .wslconfig 文件:

1
2
3
4
[wsl2]
dnsTunneling=false
networkingMode=mirrored
autoProxy=true

然后重启 WSL

1
2
wsl --shutdown
wsl

测试代理。在 WSL 中,输入:

1
curl -i www.google.com

如果一切顺利,应该输出一段 html 代码。

  • Title: wsl-proxy
  • Author: Berrylium
  • Created at : 2024-11-02 17:36:51
  • Updated at : 2024-11-04 14:36:14
  • Link: https://berrylium0078.github.io/2024/11/02/wsl-proxy/
  • License: This work is licensed under CC BY-NC-SA 4.0.
Comments
On this page
wsl-proxy