Last updated 12 days ago
Was this helpful?
export http_proxy="http://127.0.0.1:8080" export https_proxy="http://127.0.0.1:8080"
To unset the proxy use:
unset http_proxy unset https_proxy