Re: [squid-users] combining acls with delay pools help

From: Henrik Nordstrom <henrik_at_henriknordstrom.net>
Date: Thu, 12 Feb 2009 11:02:57 +0100

ons 2009-02-11 klockan 08:39 -0800 skrev agent59624285:
> Hi
>
> I'm trying to create a delay pool such that a specific group of IP's which
> attempt to access specific URLS get their bandwidth capped.
>
> So far ive manged to do this globally using:
>
> acl slow_domains dstdomain .facebook.com .bebo.com
>
> delay_pools 1
> delay_class 1 1
> delay_access 1 allow slow_domains
> delay_parameters 1 6000/6000
>
> But I now want this to happen only for specific client IP's
> I guess its a quesion of combining acls but not sure how to do it..?

acl slow_clients src ....
delay_access 1 allow slow_clients slow_domains

Regards
Henrik
Received on Thu Feb 12 2009 - 10:03:08 MST

This archive was generated by hypermail 2.2.0 : Thu Feb 12 2009 - 12:00:02 MST