]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
modules/stats: adjust test
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 24 Jul 2019 10:20:24 +0000 (12:20 +0200)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 24 Jul 2019 10:52:59 +0000 (12:52 +0200)
modules/stats/test.integr/kresd_config.j2

index 56c56e6c4f6b876fe22efc662c920dd129baf942..97d99b25112e9e30c969e9a52be638bec172df29 100644 (file)
@@ -54,6 +54,9 @@ policy.add(policy.all(FWD_TARGET)) -- avoid iteration
 -- make sure DNSSEC is turned off for tests
 trust_anchors.remove('.')
 
+-- Enable queries without RD bit
+pcall(modules.unload, 'refuse_nord')
+
 -- Disable RFC5011 TA update
 if ta_update then
         modules.unload('ta_update')