服务器架设了squid3代理,无奈扫代理的成堆
access.log 一天就几个G
现在设置让squid3只能连接一个ip
在配置文件(/etc/squid3/squid3.conf)中找到 http_access deny all
在上面添加以下2行代码,让squid3只能连接服务器IP
1 安装squid3
apt-get install squid3
2 设置squid3
vi /etc/squid3/squid.conf
找到http_access deny all 在上面添加以下代码
acl okip dst 服务器IPapt-get install squid3
2 设置squid3
vi /etc/squid3/squid.conf
找到http_access deny all 在上面添加以下代码
http_access allow okip
http_access deny all
3设置端口
http_port 8080
4检查squid配置是否正确
squid -k check
5启动squid
/etc/init.d/squid3 start
您能浏览我的网站,能让我高兴一整天!
参考:
http://wangzan18.blog.51cto.com/8021085/1690504
http://home.arcor.de/pangj/squid/chap06.html
没有评论:
发表评论
您能评论我的帖子,能让我高兴一整天!