Re: [squid-users] Blocked Yahoo Messenger but want to open for some users in local group

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Mon, 18 Oct 2004 11:47:01 +0200 (CEST)

On Sun, 17 Oct 2004, Nilesh wrote:

> Could you please tell me how to allow for some IP's
> before denying others IP's

It depends a little on what your http_access ruleset looks like, but
generally by inserting a matching http_acess allow rule to allow these
access before the http_access deny rule you have today.

http_access allow special_ips yahoo
http_access deny yahoo

You can also make the http_access deny rule not apply to these IP's if
preferred.

http_access deny yahoo !special_ips

The rule is to remember how http_access works, a simple ordered list of
rules where the first rule where all acl elements is true applies to the
request.

Regards
Henrik
Received on Mon Oct 18 2004 - 03:47:02 MDT

This archive was generated by hypermail pre-2.1.9 : Mon Nov 01 2004 - 12:00:02 MST