Replies: 3 comments 16 replies
-
Please show your full config and other relevant info. I'm moving this to a discussion as there is no evidence yet it is actually a bug. |
Beta Was this translation helpful? Give feedback.
-
bpf = newBPFFilter({ipv4MaxItems=1024, ipv6MaxItems=1024, qnamesMaxItems=1024}) this is the simpled configuration i have used it does blocking the attacker ip but also the entier subnet and because of it ohter private ip queries are not processed |
Beta Was this translation helpful? Give feedback.
-
What makes you think that the entire subnet is blocked by DNSdist? The |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Short description
Environment
Steps to reproduce
Expected behaviour
my expectation dynamic block should only block those ips which are seding more queries then the rate limit instead blocking the entier subnet which will not allow other ips to send queries
Actual behaviour
queries from other ips which are not hitting the ratelimit is getting blocked because of subnet block by dyamic block group
Other information
Beta Was this translation helpful? Give feedback.
All reactions