Lord_David2018
(usa Debian)
Enviado em 31/10/2018 - 11:50h
Olá pessoal !
Sou novo aqui ! Estou em busca de ajuda referente ao proxy\squid.
Gostaria de saber como faço para liberar TODOS os sites e bloquear alguns só para realmente saber que o squid esta funcionando.
Segue configuração do meu arquivo squid.conf
acl all src all
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 #https
acl SSL_ports port 563 #snews
acl SSL_ports port 873 #rsync
acl SSL_ports port 80 #http
acl SSL_ports port 8080 #http
acl Safe_ports port 80 #http
acl Safe_ports port 8080 #http
acl Safe_ports port 21 #ftp
acl Safe_ports port 443 #https
acl Safe_ports port 70 #gopher
acl Safe_ports port 210 #wais
acl Safe_ports port 1025-65535 #unregistered ports
acl Safe_ports port 280 #http-mgmt
acl Safe_ports port 488 #gss-http
acl Safe_ports port 591 #filemaker
acl Safe_ports port 777 #multiling http
acl Safe_ports port 631 #cups
acl Safe_ports port 873 #rsync
acl Safe_ports port 901 #SWAT
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 redelocal src 192.168.30.0/24
http_access allow localhost
http_access allow redelocal
icp_access allow redelocal
icp_access deny all
http_access allow all
#Porta a ser utilizada pelo squid (Configurada no Navegador)
http_port 192.168.30.131:3128
# Tamanho da memoria Cache
cache_mem 32 MB
#Diretorio de armazeamento de cache
cache_dir ufs /var/spool/squid 100 16 256
#Aquivo de log de acesso
access_log /var/log/squid/access.log squid
#E-mail do administrado do Proxy
cache_mgr
#Pagina de mensagem de erro
error_directory /usr/share/squid/errors/pt-br
visible_hostname
# Diretorio de armazenamento de logs
coredump_dir /var/spool/squid
Mesmo com as configuraçoes acima, alguns sites como facebook youtube e uol nao carregam.
Desde ja agradeço a todos !