]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Fix QType rate dynamic block with YAML
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 24 Jul 2025 08:57:28 +0000 (10:57 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 24 Jul 2025 08:57:28 +0000 (10:57 +0200)
commiteb01c11a5418da08d5e11acdd519e2816e937835
tree57f6e7878d62fecc598df2abb4b382272bbd7f2e
parentf33ae94a04204e86830b3fd74abc877e5fb2cfe1
dnsdist: Fix QType rate dynamic block with YAML

The YAML configuration for the the "QType rate" dynamic block was
totally broken, trying to configure a rcode rate rule instead of a
qtype rate one.
Thanks to HellSpawn for reporting this the issue!

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
pdns/dnsdistdist/dnsdist-configuration-yaml.cc
regression-tests.dnsdist/dnsdistDynBlockTests.py
regression-tests.dnsdist/test_DynBlocksGroup.py