Last active
July 24, 2016 01:03
-
-
Save zenoando/5254330 to your computer and use it in GitHub Desktop.
Squid3 delay pools configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# DELAY POOL PARAMETERS | |
# ---------------------------------------------------------------------------- | |
# lone delay pool | |
delay_pools 1 | |
# look into the documented /etc/squid3/squid.conf config file | |
# the line below means delay pool 1 belongs to a class 1 delay pool | |
# *everything is in a single delay bucket* | |
delay_class 1 1 | |
# this is delaying pool 1 to strict limit of 32000/8bytes = 256Kbps/s | |
delay_parameters 1 32000/32000 | |
# create and acl names All | |
acl All src 0/0 | |
# apply the delay pool on All | |
delay_access 1 allow All |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how to configure delay pool in redhat 6.2 please tel my
I hope you give me better response
thanks you sir