Proxy
add proxy
export http_proxy="http://username:[email protected]:5717"
export https_proxy="http://username:[email protected]:5717"unset proxy
unset http_proxy
unset https_proxyCheck proxyset
echo $http_proxy
echo $https_proxy
Last updated
add proxy
export http_proxy="http://username:[email protected]:5717"
export https_proxy="http://username:[email protected]:5717"unset proxy
unset http_proxy
unset https_proxyCheck proxyset
echo $http_proxy
echo $https_proxy
Last updated