Re: [Pdns-users] rate-limit support

2020-01-16 Thread Pieter Lexis
Hi Abubin, On 1/14/20 10:12 AM, abubin . wrote: > I have been using pdns for a year now. It is mainly used for our > internal LAN. Recently due to security compliance, we need to set rate > limit to queries. A quick search found that we need to use LUA script > for rate limit in pdns. Just wonderi

Re: [Pdns-users] rate-limit support

2020-01-14 Thread Thomas Mieslinger
I do rate limiting with linux iptables hash limits. Does well and is easy to observe with the list you find in /proc filesystem. On 14.01.20 10:12, abubin . wrote: Hi, I have been using pdns for a year now. It is mainly used for our internal LAN. Recently due to security compliance, we need to

[Pdns-users] rate-limit support

2020-01-14 Thread abubin .
Hi, I have been using pdns for a year now. It is mainly used for our internal LAN. Recently due to security compliance, we need to set rate limit to queries. A quick search found that we need to use LUA script for rate limit in pdns. Just wondering is this still the case or new version of pdns alr