分类
未分类

Linux设置http代理

vi /etc/profile 

http_proxy=proxy.com:8080
https_proxy=proxy.com:8080  
ftp_proxy=
no_proxy=10.*.*.*,192.168.*.*,*.local,localhost,127.0.0.1  
export http_proxy https_proxy ftp_proxy no_proxy  
#如需验证http_proxy=user:password@proxy.abc.com:8080  

发表评论

邮箱地址不会被公开。 必填项已用*标注