Hi Amos,
I have updated the config files with the changes you suggested.
*cat /var/spool/squid-1.conf*
http_port 3128
acl localnet src 10.0.0.0/8 # RFC1918 possible internal network
acl localnet src 172.16.0.0/12 # RFC1918 possible internal network
acl localnet src 192.168.0.0/16 # RFC1918
I have 2 squid instances running inside docker containers on the same host. I
am trying to set these two instances as cache_peer siblings for storage
optimization. Here is the config I am using:
http_port 3128
acl localnet src 10.0.0.0/8 # RFC1918 possible internal network
acl localnet src