renan03barbosa
(usa Ubuntu)
Enviado em 12/11/2014 - 12:32h
O arquivo de configuração squid.conf está bloqueando tudo, quando deveria bloquear somente 2 páginas e liberar todo resto.
Este é meu arquivo:
http_port 3128
acl redelocal src 10.0.2.0/24
visible_hostname RENAN
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 SSL_ports port 443 563
acl Safe_ports port 21 80 443 563 70 210 280 488 59 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
acl bloqueados url_regex "/etc/squid/bloqueados"
http_access deny bloqueados
acl sites url_regex "/etc/squid/site"
acl manha time MTWHF 08:00-12:00
acl tarde time MTWHF 13:00-17:00
http_access deny redelocal sites manha
http_access deny redelocal sites tarde
http_access allow localhost
http_access allow redelocal
http_access allow all
access_log /var/log/squid/access.log squid