leandro_silvas
(usa Debian)
Enviado em 21/10/2008 - 12:09h
Agradeço a todos que responderam, consegui fazer funcionar da seguinte forma:
acl password proxy_auth REQUIRED
acl sitesbloqueados url_regex -i "/dados/Gerencia/sites-bloqueados.txt"
acl sitesliberados url_regex -i "/dados/Gerencia/sites-liberados.txt"
acl ipsliberados src "/etc/squid/ips-liberados.txt"
acl sem_cache url_regex "/etc/squid/sem-cache"
#
http_access allow sitesliberados
http_access deny sitesbloqueados
http_access allow password
no_cache deny sem_cache
#
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost
http_access deny all
falowss até a próxima.