#####################
安装squid
#####################
yum install squid -y
#####################
正向解析
#####################
netstat -antlpe | grep squid ###查看squid所使用的端口
vim /etc/squid/squid.conf ###squid主配置文件
####################
反向代理加速
####################
vim /etc/squid/squid.conf ###主配置文件
http_access allow all ###允许所有人连接
cache_peer 172.25.254.116 parent 80 0 no-query ##设定父网为172.25.254.116
本文转自Super_MONKEY 51CTO博客,原文链接:http://blog.51cto.com/supermk/1926424