excerpt from my.squid.conf
acl magic_words1 url_regex -i 192.168
acl magic_words2 url_regex -i <extension files in regex .exe, etc>
delay_pools 2
delay_class 1 2
delay_parameters 1 -1/-1 -1/-1
delay_access 1 allow magic_words1
delay_class 2 2
delay_parameters 2 64000/150000 6400/150000 <<<---this line
delay_access 2 allow magic_words2
------
If I have delay parameter like this "2 64000/150000 6400/150000", I know this part "64000 or 6400" is for my clients, so which class is used for squid to connect to/from internet?


Is this some kind of what squid gives equal what squid gets? How if we prefer to differ that, I mean what squid gives <> what squid gets.

I usually used cbq for bandwidth limiting to/from squid machine, and I think for my new network, it's time to enroll squid on its own.

regards,

damk

Reply via email to