Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Delay Pools Helppp

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
leodanmg94
Posts: 1
Joined: 2021-09-02 20:25

Delay Pools Helppp

#1 Post by leodanmg94 »

I have Debian 10 installed with squid and I want to control the bandwidth of each user, I am using delay pools with the following configuration:
#Delay pools
delay_pools 1
delay_class 1 2
delay_parameters 1 20480/65000 20480/65000
acl ip_permitidos src "/etc/squid/acls/ip_permitidos"
delay_access 1 allow ip_permitidos
----- works well for me, but for http connections, for https connections, that is, with ssl, the traffic control does not work.
What solution can be given to this?

Post Reply