William Bohannan wrote:
> Hi I currently have been running squid for a while now and it work
> fantastic. On one problem when I disable my firewall I notice that squid
> goes overtime on caching and external users start using it? Is there a
> way
> to make squid only accept connections from my internal interface?
Bind Squid only to the internal interface:
http_port internal.interface.ipaddress:port
And deny access from non-internal clients:
acl my_lan network/mask
http_access allow my_lan
http_access deny all
Joost
Received on Thu Sep 14 2006 - 08:06:35 MDT
This archive was generated by hypermail pre-2.1.9 : Sun Oct 01 2006 - 12:00:03 MDT