Monday, May 11, 2009

Limit bandwidth with squid

acl magicwords url_regex -i .rpm .exe .iso .avi .mp3 .tar.gz .tar

delay_pools 1
delay_class 1 2
delay_parameters 1 5000/15000 5000/15000
delay_access allow magicwords

this will limit the bandwidth to 5 Kbps when the download reach 15 Kbps or more

thanks for squid cache guy

No comments:

 Simple Python Calculator This script will allows your to calculate the integers given with the chosen operation. You can add, substract, mu...