<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">---------- Forwarded message ---------<br>From: Luigi Kurihara <<a href="mailto:luigikurihara@gmail.com">luigikurihara@gmail.com</a>><br>Date: qua, 16 de mar de 2016 às 21:56<br>Subject: Re: [squid-users] Bandwidth control with delay pool<br>To: FredB <<a href="mailto:fredbmail@free.fr">fredbmail@free.fr</a>><br></div><br><br><div dir="ltr"><div>Good night dear friend Fred,<br><br></div>I make it and its works perfect.<br><br>Thanks for your help.<br></div><br><div class="gmail_quote"><div dir="ltr">Em ter, 15 de mar de 2016 às 14:33, FredB <<a href="mailto:fredbmail@free.fr" target="_blank">fredbmail@free.fr</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You can easily make this with an acl, delay_pool is a very powerful tool<br>
<br>
eg:<br>
<br>
Bandwidth 64k for each users with an identification except for acl BP and only in time included in acl desk<br>
<br>
acl my_ldap_auth proxy_auth REQUIRED<br>
acl bp dstdom_regex "/etc/squid/limit"<br>
<br>
acl desk time 09:00-12:00<br>
acl desk time 13:30-16:00<br>
<br>
delay_pools 1<br>
delay_class 1 4<br>
delay_access 1 allow my_ldap_auth desk !bp<br>
delay_parameters 1 -1/-1 -1/-1 -1/-1 64000/64000<br>
<br>
Be careful, a recent version is needed (squid 3.5) to avoid some bugs with https<br>
<br>
Fred<br>
_______________________________________________<br>
squid-users mailing list<br>
<a href="mailto:squid-users@lists.squid-cache.org" target="_blank">squid-users@lists.squid-cache.org</a><br>
<a href="http://lists.squid-cache.org/listinfo/squid-users" rel="noreferrer" target="_blank">http://lists.squid-cache.org/listinfo/squid-users</a><br>
</blockquote></div></div></div>