公司服务器只允许YUM出公网

# vi /etc/yum.conf
# 添加下面一行
proxy=http://10.1.1.1:55555 # proxy ip:端口

END

05-23 01:48