SQUID最简单的配置
date:星期六, 十月 24th, 2009 at 1:50 下午 Categories:linux
SQUID 最简单的配置
马上就可以当代理服务器使用了
安装好 把原来的文件 备份下
然后新建一个
直接可以用了
1 2 3 4 5 6 7 8 9 10 | http_port 192.168.1.88:3128 cache_mem 64 MB cache_dir ufs /var/spool/squid 4096 16 256 dns_nameservers 202.96.209.5 cache_access_log /var/log/squid/access.log cache_store_log /var/log/squid/store.log visible_hostname 192.168.1.88 cache_mgr qlj@qlj.sh.cn acl all src 0.0.0.0/0.0.0.0 http_access allow all |
