<div dir="ltr">Thanks Remi!<div><br></div><div>Solved what we need using TimedIPSetRule and some Lua.</div><div><br></div>Quick question about that. Couldn't find a way to print the contents of a TimedIPSetRule.<div>print( tb:slice():toString() ) only prints the number of addresses in the set.<br></div><div><br></div><div>Thanks aganin!</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jun 3, 2019 at 10:02 AM Remi Gacogne <<a href="mailto:remi.gacogne@powerdns.com">remi.gacogne@powerdns.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Nico,<br>
<br>
On 6/1/19 5:39 AM, Nico wrote:<br>
> Hi!<br>
> Small question about dynamic block rules<br>
> there is no AND for rate limiting rules ?<br>
> <br>
> its always OR<br>
> <br>
> local dbr = dynBlockRulesGroup()<br>
> dbr:setQTypeRate(dnsdist.ANY, 5, 10, "Exceeded ANY rate", 60)<br>
> dbr:setResponseByteRate(10000, 10, "Exceeded resp BW rate", 60)<br>
> <br>
> If I want to limit TXT byte rate for example....<br>
<br>
There is indeed no way to combine rules for the dynamic blocking<br>
feature. You should be able to do the kind of rate-limiting you have in<br>
mind with regular rules, though.<br>
<br>
Best regards,<br>
-- <br>
Remi Gacogne<br>
PowerDNS.COM BV - <a href="https://www.powerdns.com/" rel="noreferrer" target="_blank">https://www.powerdns.com/</a><br>
<br>
_______________________________________________<br>
dnsdist mailing list<br>
<a href="mailto:dnsdist@mailman.powerdns.com" target="_blank">dnsdist@mailman.powerdns.com</a><br>
<a href="https://mailman.powerdns.com/mailman/listinfo/dnsdist" rel="noreferrer" target="_blank">https://mailman.powerdns.com/mailman/listinfo/dnsdist</a><br>
</blockquote></div>