赞
踩
echo "alias proxy='export all_proxy=http://${proxy_addr}:${port}'" >> ~/.bash_profile && source ~/.bash_profile
echo "alias proxy='export all_proxy=socks5://${proxy_addr}:${port}'" >> ~/.bash_profile && source ~/.bash_profile
echo "alias unproxy='unset all_proxy'" >> ~/.bash_profile && source ~/.bash_profile
proxy # 开始使用代理
unproxy # 停止使用代理
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。