Thexmam
(usa Outra)
Enviado em 27/09/2012 - 15:24h
Segue meu squid bem simples mas estava rolando legal!!
http_port 3128
visible_hostname firewall
cache_mgr mam.montanari@gmail.com
error_directory /usr/share/squid3/errors/Portuguese
hierarchy_stoplist cgi-bin ?
cache_mem 32 MB
maximum_object_size_in_memory 64 KB
maximum_object_size 100 MB
cache_dir ufs /var/spool/squid3 2048 16 256
refresh_pattern ^ftp: 360 20% 10080
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern . 0 20% 4320
access_log /var/log/squid3/access.log
cache_log /var/log/squid3/cache.log
acl localhost src 127.0.0.1/32
acl localnet src 192.168.0.0/24
#acl always_direct allow radios_on-line
#http_access allow radios_on-line
acl liberados src "/etc/squid3/liberados"
http_access allow liberados
acl almoco time SMTWHF 17:30-18:00
http_access allow almoco
acl manager proto cache_object
http_access allow manager localhost
http_access deny manager
acl purge method PURGE
http_access allow purge localhost
http_access deny purge
acl Safe_ports port 21 # ftp
acl Safe_ports port 70 # gopher
acl Safe_ports port 80 # http
acl Safe_ports port 210 # wais
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 443 # https
acl Safe_ports port 488 # gss-http
acl Safe_ports port 563 # nntps
acl Safe_ports port 591 # filemaker
acl Safe_ports port 631 # cups
acl Safe_ports port 777 # multiling http
acl Safe_ports port 873 # rsync
acl Safe_ports port 901 # swat
acl Safe_ports port 1025-65535 # unregistered ports
http_access deny !Safe_ports
acl connect method CONNECT
acl SSL_ports port 443 # https
acl SSL_ports port 563 # nntps
acl SSL_ports port 873 # rsync
http_access deny connect !SSL_ports
acl domains dstdomain "/etc/squid3/domains"
http_access deny domains
acl words url_regex -i "/etc/squid3/words"
http_access deny words
acl extensions urlpath_regex -i "/etc/squid3/extensions"
http_access allow localnet
http_access allow localhost
http_access deny all