Re: [squid-users] deny specific ip access to specific domain

From: L.TK <squidmailist@dont-contact.us>
Date: Thu, 08 Mar 2007 11:47:53 +0800

Michael Gichoga wrote:
>
>
> I'm fairly new to squid and I want to implement a policy to deny a
> specific ip access to a particular domain e.g ebay.com How can I make
> this work with acls?
>
> Thanks
>
acl client src 10.0.0.0/255.255.255.0
acl ebay dstdomain .ebay.com
http_access deny client ebay
Received on Wed Mar 07 2007 - 20:48:42 MST

This archive was generated by hypermail pre-2.1.9 : Sat Mar 31 2007 - 13:00:01 MDT