DellOver
(usa Ubuntu)
Enviado em 09/09/2016 - 15:00h
Tive que me virar nos 30, para achar a solução que era a mais simples, devido a mudança de versão do squid, na sua versão 3(atual) ele difere em muito as configurações básicas que se encontra na internet. Para as pessoas atuais e de um futuro proximo segue abaixo minha squid.conf!!
-------------------Squid.conf------------------
#Porta default do proxy
http_port 3128
#O nome do servidor
visible_hostname administrator-VirtualBox
#Cache
cache_mem 64 mb
maximum_object_size_in_memory 64 kb
cache_swap_low 90
cache_swap_high 95
cache_dir ufs /var/spool/squid3 2048 16 256
access_log /var/log/squid3/access.log squid
cache_log /var/log/squid3/cache.log
#padrao de utilização do cache
refresh_pattern ^ftp: 15 20% 2280
refresh_pattern ^gopher: 15 0% 2280
refresh_pattern . 15 20% 2280
#Regras de acesso para rede local
acl SSL_ports port 443 563
acl Safe_ports port 80 #http
acl Safe_ports port 21 #ftp
acl Safe_ports port 70 #gopher
acl Safe_ports port 210 #wais
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 901 #swat
acl Safe_ports port 443 563 #https e snews
acl Safe_ports port 1025-65535 #portas altas
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
#auth_param basic program /usr/lib/squid3/mysqlt_auth
#auth_param basic program /usr/lib/squid3/basic_ncsa_auth
auth_param basic children 5
auth_param basic realm PROXY: SEU ACESSO ESTA SENDO MONITORADO.
auth_param basic credentialsttl 2 hours
#auth_param basic program /usr/lib/squid3/basic_ncsa_auth /etc/squid/squid_passwd
auth_param basic casesensitive off
#Bloqueando por dominios e palavras
acl bloqueados url_regex "/etc/squid3/bloqueados/block.txt"
http_access deny bloqueados
#acl palavras dstdom_regex "/etc/squid3/palavras"
#http_access deny palavras
error_directory /usr/share/squid3/errors/Portuguese
deny_info bloqueados
acl redelocal src 192.168.100.0/24
#acl usuarios proxy_auth /etc/squid3/usuarios
#http_access allow usuarios
http_access allow localhost
http_access deny all
http_access deny !redelocal
http_access allow redelocal