[squid-users] Delay_pools does not work

From: Mr Crack <mrcrack007_at_gmail.com>
Date: Sat, 29 Nov 2008 21:55:50 +0630

Hi All,
I want to limit total download bandwidth to 30 kbps
and individual to 12 kbps
Here is my delay pools configuration and that does not work

acl download_time time 9:30-21:30
acl bfree url_regex -i 192.168.0.1
acl download url_regex -i /etc/all.txt

delay_pools 2

delay_class 1 2
delay_parameters 1 -1/-1 -1/-1
delay_access 1 allow bfree
delay_access 1 deny !bfree

delay_class 2 2
delay_parameters 2 30000/70000 12000/50000
delay_access 2 allow all download_time download
Received on Sat Nov 29 2008 - 15:25:54 MST

This archive was generated by hypermail 2.2.0 : Sun Nov 30 2008 - 12:00:04 MST