Re: [squid-users] Combining ACLs

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Thu, 16 Oct 2003 12:10:30 +0200 (CEST)

On Thu, 16 Oct 2003, Edmund Turner wrote:

> Hey!, Is it possible to combine acls?

Yes.

> I want all to limit downloads to 20MB for all users from the ADMIN group
> from 9am -5pm. After the specified WORKHOUR, I do not need to impose a
> limit on downloads. How do I accomplish this?
> This is the current config :
>
> acl WORKHOUR time 09:00-17:00
> acl ADMIN src 172.24.3.0/24
> reply_body_max_size 20000000 allow Admin

You just list the acls to combine on the same line

reply_body_max_size 20000000 allow ADMIN WORKHOUR
 
Regards
Henrik
Received on Thu Oct 16 2003 - 04:10:38 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:20:30 MST