kinderjoy
(usa Debian)
Enviado em 03/03/2011 - 17:57h
#WELCOME TO SQUID 2.6.STABLE
http_port 3128 transparent
visible_hostname gdh
cache_mem 32 MB
maximum_object_size_in_memory 100 KB
maximum_object_size 6144 MB
minimum_object_size 0 KB
cache_swap_low 90
cache_swap_high 95
cache_dir ufs /var/spool/squid 300 16 256
access_log /var/log/squid/access.log squid
refresh_pattern ^ftp: 15 20% 2280
refresh_pattern ^gopher: 15 0% 2280
refresh_pattern . 15 20% 2280
#
#
#Recommended minimum configuration:
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 to_localhost dst 127.0.0.0/8
#
acl SSL_ports port 443 # https
acl SSL_ports port 563 # snews
acl SSL_ports port 873 # rsync
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl Safe_ports port 631 # cups
acl Safe_ports port 873 # rsync
acl Safe_ports port 901 # SWAT
acl purge method PURGE
acl CONNECT method CONNECT
#
#
acl Diretoria src "/etc/squid/ip.diretoria
acl DownloadsLiberados url_regex -i"/etc/squid/downloads.allow"
acl DownloadsBloqueados url_regex -i"/etc/squid/downloads.deny"
acl PalavrasBloqueados url_regex -i"/etc/squid/palavras.deny"
acl SitesBloqueadas url_regex -i"/etc/squid/sites.deny"
#
http_access allow Diretoria
http_access allow DownloadsLiberados
http_access deny DownloadsBloqueados
http_access deny PalavrasBloqueados
http_access deny SitesBloqueadas
http_access allow all
http_access deny all
#
http_access allow 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
http_access allow localhost
http_access deny to_localhost