
http_port 1010
icp_port 1011

cache_mem 48 MB

cache_dir /var/spool/squid 400 16 256

acl manager proto cache_object

acl all src 0.0.0.0/0.0.0.0
acl localhost src 127.0.0.1/255.255.255.255
acl allowed_hosts src 222.234.53.0/255.255.255.0
acl allowed_hosts src 10.0.0.2/255.0.0.0

acl FTP proto FTP
always_direct allow FTP

acl badsites dstdomain "/etc/squid/bad-sites"
acl porn dstdom_regex "/etc/squid/porn"
acl notporn dstdom_regex "/etc/squid/notporn"


http_access deny manager all
http_access deny badsites
http_access allow notporn
http_access deny porn
http_access allow allowed_hosts
http_access deny all

icp_access allow allowed_hosts
#icp_access deny all

cache_mgr carvalho@autovidros.com.br

cache_effective_user nobody
cache_effective_group nobody

visible_hostname xxx.dominio.com.br

# debug_options ALL,1 28,9

