defabio
(usa Ubuntu)
Enviado em 24/04/2012 - 21:27h
Olá, Boa Noite.
Tenho uma VM com Debian6, tenho um squid simples e não tenho nenhuma regra de iptables, o squid está bloqueando as palavras que cadastrei mas está bloqueando rádios online e tbm o Msn fica off-line, oq tenho q fazer?
vou postar meu squid.conf:
http_port 3128 transparent
visible_hostname SquidDB6
cache_mem 64 MB
maximum_object_size_in_memory 128 KB
maximum_object_size 512 MB
cache_dir ufs /var/spool/squid 4096 16 256
cache_access_log /var/log/squid/access.log
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 redelocal src 10.1.1.0/24
acl SSL_ports port 443 563
acl Safe_ports port 80 21 22 110 443 563 280 403 488 591 777 1863 11425
acl purge method PURGE
acl CONNECT method CONNECT
#acl acessototal src 10.1.1.2
#http_access allow acessototal
acl palavrasbloqueadas url_regex -i "/etc/squid/palavrasbloqueadas.txt"
http_access deny palavrasbloqueadas
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
http_access allow localhost
http_access allow redelocal
http_access deny all