Replies: 1 comment 1 reply
-
Hi Axel, AXFR and IXFR responses are tricky in the sense that they might be composed of multiple DNS messages, contrary to "normal" DNS responses. As it is not really clear what should be recorded in DNSdist's in-memory ring-buffers for the responses, they are currently not recorded, and the bandwidth limit uses the information contained in these ring-buffers. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, we have implemented the following bandwidth limiting feature in our dnsdist configuration, which works correctly for all standard resolution requests:
However, when we make AXFR requests, we are unable to trigger the bandwidth limiting threshold. We have searched the documentation but found no information regarding this matter. Is this the expected behaviour for AXFR queries?
dnsdist version: 1.9.7
Let met know if you need the rest of our configuration files!
Thanks,
Axel
Beta Was this translation helpful? Give feedback.
All reactions