设置代理
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