From: Tomas Krizek Date: Wed, 24 Jul 2019 10:20:24 +0000 (+0200) Subject: modules/stats: adjust test X-Git-Tag: v4.2.0~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b4f4dfe4fac529acf3291e02ec3f77559decbc2;p=thirdparty%2Fknot-resolver.git modules/stats: adjust test --- diff --git a/modules/stats/test.integr/kresd_config.j2 b/modules/stats/test.integr/kresd_config.j2 index 56c56e6c4..97d99b251 100644 --- a/modules/stats/test.integr/kresd_config.j2 +++ b/modules/stats/test.integr/kresd_config.j2 @@ -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')