[dnsdist] DynBlockRulesGroup > setQueryRate not triggered

denis.machard at orange.com denis.machard at orange.com
Mon Sep 13 09:36:25 UTC 2021


Hi,

I am trying to implement dynamic block rules in the dnsdist (1.6.0) with the basic following configuration

local dbr = dynBlockRulesGroup()
dbr:setQueryRate(500, 20, "Exceeded query rate", 60)

function maintenance()
  dbr:apply()
end

After some tests with a client sending 1000qps for more than 20 sec, I see that my dynamic rule is never triggered :(
But if I change the maximum rate from 500 to 499 then the dynamic rule works fine.

I don't find anything in the documentation about this limitation, but after some investigation, my conclusion is that the "rate"  argument of the setQueryRate function has a maximum value not to be exceeded.

maxRate = (The maximum amount of queries in the ringbuffer /  Number of seconds the rate has been exceeded)  - 1

Could you confirm  that my understanding is correct?
If yes , perhaps it will be nice to have some notes in documentation about that, or I just missed it ?

By the way, many thanks for this great product!
denis


_________________________________________________________________________________________________________________________

Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc
pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler
a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration,
Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci.

This message and its attachments may contain confidential or privileged information that may be protected by law;
they should not be distributed, used or copied without authorisation.
If you have received this email in error, please notify the sender and delete this message and its attachments.
As emails may be altered, Orange is not liable for messages that have been modified, changed or falsified.
Thank you.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.powerdns.com/pipermail/dnsdist/attachments/20210913/a13058ef/attachment.htm>


More information about the dnsdist mailing list