PowerShell

1
2
$env:http_proxy="http://127.0.0.1:10809"
$env:https_proxy="http://127.0.0.1:10809"

CMD

1
set http_proxy=http://127.0.0.1:1080