Windows给命令行终端配置代理

林一二2021年10月01日 11:31
Ref:
Keywords:
$env:http_proxy="http://127.0.0.1:12833"; $env:https_proxy="http://127.0.0.1:12833"

其中 12833 改为自己的 shadowsocks 的端口号。