Hi,
On Fri, 17 May 2002 S.Schmidt@logistikpark19.at wrote:
> Hi all,
>
> please can somebody tell me if the following is possible with version 2.4
> of Squid:
>
> Can I deny access to a specific URL (i.e. www.hotmail.com) for a specific
> client of my subnet (i.E. IP-Address 192.168.0.17)? In other words: The
> clinet with the IP address of 192.168.0.17 should be not able to access www.hotmail.com, all other
> clients should be allowed to access this url.
Probably something like
acl badperson src 192.168.0.17
acl hotmail dstdomain .hotmail.com
http_access deny badperson hotmail
Make sure the http_access lines are in the right order.
Colin
Received on Fri May 17 2002 - 01:34:59 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:08:09 MST