Linux 设置HTTP代理
2018-09-09 本文已影响0人
yitianzhuyue
设置代理
ip=xxx.xxx.xxx.xxx&&port=1087&&export http_proxy=http://$ip:$port&&export https_proxy=http://$ip:$port
取消代理
unset http_proxy&&unset https_proxy
设置代理
ip=xxx.xxx.xxx.xxx&&port=1087&&export http_proxy=http://$ip:$port&&export https_proxy=http://$ip:$port
取消代理
unset http_proxy&&unset https_proxy