我已按照这两个链接设置 apt-get 代理。https://github.com/microsoft/WSL/issues/6143和https://askubuntu.com/questions/7470/how-to-run-sudo-apt-get-update-through-proxy-in-commandline意义;
我编辑/etc/sudoers
为:
默认值 env_keep = "http_proxy https_proxy ftp_proxy 显示 XAUTHORITY"
并像这样设置代理:
导出 HTTPS_PROXY="http://${hostip}:1080" 导出 HTTPS_PROXY="http://${hostip}:1080" 导出 https_proxy="http://${hostip}:1080" 导出 http_proxy="http ://${主机IP}:1080"
但我仍然无法连接到我的 Shadowsocks 服务器。有什么想法吗?
答案1
如果您想在 WSL 上安装 VPN,只需安装protonvpn
:
pip install protonvpn-cli