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