squid3 (squid.conf)

Arquivo squid.conf limpo e simples para squid3

Categoria: Segurança

Software: squid3

[ Hits: 9.025 ]

Por: Mário RPG


Arquivo squid.conf  para squid3, configuração limpa e simples.


http_port 3128
visible_hostname gnu


cache_mem 456 MB
maximum_object_size_in_memory 10 MB
maximum_object_size 700 MB
minimum_object_size 0 KB
cache_swap_low 90
cache_swap_high 95
cache_dir aufs /dev/shm 300 20 512 
cache_access_log /var/log/squid3/access.log
refresh_pattern ^ftp: 15 20% 2280
refresh_pattern ^gopher: 15 0% 2280
refresh_pattern . 15 20% 2280

#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

# Palavras Liberadas:
acl permitidas url_regex -i "/etc/squid3/liberadas"
http_access allow permitidas

acl bloqueados url_regex -i "/etc/squid3/bloqueados"
http_access deny bloqueados


acl redelocal src 192.168.0.0/24
http_access allow localhost
http_access allow redelocal
http_access deny all

  


Comentários
[1] Comentário enviado por dlins em 30/10/2017 - 17:48h

Mário, após por esta nova configuração no novo arquivo squid.conf, qual o próximo passo?

como faz para a maquina q estiver com o unbutu + squid3 seja "vista" pelas máquinas clientes de uma mesma rede sem IP fixo?


Contribuir com comentário