powershell配置socks5代理
- 设置
$env:http_proxy="socks5://127.0.0.1:7890"
$env:https_proxy="socks5://127.0.0.1:7890"
- 取消
$env:http_proxy
$env:https_proxy
$env:http_proxy="socks5://127.0.0.1:7890"
$env:https_proxy="socks5://127.0.0.1:7890"
$env:http_proxy
$env:https_proxy