alex_arantes8
(usa Fedora)
Enviado em 29/08/2011 - 10:19h
#alex arantes
http_port 3128
visible_hostname NERADU
#configurando cache.
cache_mem 64 MB
maximum_object_size_in_memory 64 kb
maximum_object_size 512 MB
minimum_object_size 4 kb
cache_swap_low 90
cache_swap_high 95
cache_dir ufs /var/spool/squid 2048 16 256
cache_access_log /var/log/squid/access.log
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.0/24
acl SSL_ports port 443 563
acl Safe_ports port 80 21 443 563 70 210 280 488 591 777 901 1025-65535
acl purge method PURGE
acl CONNECT method CONNECT
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
#conectividade social e outros site Problematico
acl site dstdomain acipp.com.br
always_direct allow site
#
#bloqueia downloads de extensao
acl extban url_regex -i \.avi \.exe \.mp3 \.torrent
http_access deny extban
#
#liberando conexao e proibindo sites.
acl bloqueio url_regex -i "/etc/squid/bloqueio.txt"
http_access deny bloqueio
#
#http_access deny all
acl redelocal src 192.168.1.0/24
#http_access deny !redelocal
#
http_access allow localhost
http_access allow redelocal
http_access deny all