Limit bandwidth between squid & net
I'm running a Squid proxy at the entry point to my network.I want to limit the used bandwidth between my squid proxy and the internet to prevent high bandwidth bursts (my traffic is measured). The only bandwidth limiting option in Squid (that I know) of is "delay pools", but it only solves the problem between the proxy server and clients and does not allow strict limit on the bandwidth used to fetch pages/files to the proxy from the outside.
Any ideas how to do it?
Thank you