On Mon, 7 Aug 2000, Dave Wilson wrote:
> Hi guys, howzit going ?
>
> I'm running squid-2.3STABLE on a FreeBSD 4.0 box.
> Is it possbile to setup the squid so that it will only reply to sibling
> requests and not parent requests ?
>
> In other words I want to stop people from using my proxy as a parent, is
> there a way to do it ?
sure, use the 'miss_access' access list.
Being a parent is the same as allowing cache misses. So if you
will only be a sibling, and never a parent, then you can write
acl all src 0/0
miss_access deny all
Duane W.
Received on Mon Aug 07 2000 - 15:03:29 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:54:45 MST