[Pdns-dev] [dns-operations] dns response rate limiting (DNS RRL) patch available for testing
abang
abang at t-ipnet.net
Fri Jun 22 15:32:13 CEST 2012
Am 22.06.2012 15:01, schrieb Peter van Dijk:
> remotes never get cleared from the ips table
ips can be deleted at the end of prequery if it gets too large. I think
that would have no major negative effect.
...
maxips = 10000
function prequery ( dnspacket )
...
...
if #ips > maxips
then
ips = {}
end
end
More information about the Pdns-dev
mailing list