Enviado em 11/01/2013 - 12:03h
Olá pessoal gostaria de contar com à ajuda de vocês, é o seguinte
http_port 3128 transparent
visible_hostname debian
#cache_mem 350 MB
#maximum_object_size_in_memory 64 KB
#maximum_object_size 512 MB
#minimum_object_size 0 KB
#cache_swap_low 90
#cache_swap_high 95
#cache_dir ufs /var/spool/squid 51200 16 256
#cache_mgr suporte@samed.med.br
#cache_access_log /var/log/squid/access.log
#coredump_dir /var/spool/squid
#refresh_pattern ^ftp: 15 20% 2280
#refresh_pattern ^gopher: 15 0% 2280
#refresh_pattern . 15 20% 2280
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 21 80 443 563 70 210 280 488 59 777 901 1025-65535
acl purge method PURGE
acl CONNECT method CONNECT
### ACL's de acesso
acl sitesliberados url_regex -i "/etc/squid/sitesliberados"
acl sitesnegados url_regex -i "/etc/squid/sitesnegados"
acl palavras url_regex -i "/etc/squid/palavras"
acl ipdiretoria src "/etc/squid/ipdiretoria"
acl ipfuncionarios src "/etc/squid/ipfuncionarios"
acl redelocal src 192.168.0.0/24
acl fantasma src "/etc/squid/fantasma"
acl liberacao src "/etc/squid/liberacao"
### Regras padrao
http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
### Fim regras padrao
### Regras de acesso
http_access deny fantasma
http_access allow ipdiretoria
http_access allow liberacao sitesliberados
http_access deny sitesnegados
#http_access allow liberacao sitesliberados
http_access deny palavras
http_access allow ipfuncionarios
http_access allow localhost
http_access allow redelocal
http_access deny all