squid 代理转发内网服务器
参考:https://www.cnblogs.com/ssgeek/p/12302135.html
参考:https://blog.51cto.com/zhangxueliang/2970035
需要连外网的服务器被squid代理所有命令,注意:会影响k8s集群
1、添加环境变量
vim /etc/environment http_proxy=http://192.168.0.71:1228 https_proxy=http://192.168.0.71:1228
2、重新登录shell