CentOS7 通过代理上网
Posted bigcome
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS7 通过代理上网相关的知识,希望对你有一定的参考价值。
1.修改/etc/profile,增加以下内容
export http_proxy="http://10.5.3.9:80"
export https_proxy="http://10.5.3.9:80"
export ftp_proxy="http://10.5.3.9:80"
2.立刻生效
source /etc/profile
3.测试
curl http://2018.ip138.com/ic.asp
以上是关于CentOS7 通过代理上网的主要内容,如果未能解决你的问题,请参考以下文章