Linux操作系统配置代理服务器

设置代理:

export http_proxy=ip:port
export https_proxy=ip:port

取消代理:

unset http_proxy
unset https_proxy

配置文件设置:

vim /etc/profile

export http_proxy=ip:port
exprot https_proxy=ip:port

soruce /etc/profile

 

参考:

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享