Configuración simple de Squid

/etc/squid.conf

Control de Acceso


acl manager             proto  cache_object
acl localhost           src    127.0.0.1/255.255.255.255
acl all                 src    0.0.0.0/0.0.0.0
acl allowed_hosts       src    192.168.0.0/255.255.255.0

http_access             deny   manager all
http_access             allow  allowed_hosts

icp_access              allow  allowed_hosts
icp_access              deny   all

cache_mgr               webmaster@casa.red
cache_effective_user    nobody
cache_effective_group   nogroup