From: Otto Moerbeek Date: Wed, 19 Jun 2019 14:27:54 +0000 (+0200) Subject: Proper default value for allow-trust-anchor-query X-Git-Tag: dnsdist-1.4.0-rc1~108^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feecef4c1cfbdc149f4e048126896511884ff84e;p=thirdparty%2Fpdns.git Proper default value for allow-trust-anchor-query --- diff --git a/regression-tests.recursor-dnssec/test_TrustAnchors.py b/regression-tests.recursor-dnssec/test_TrustAnchors.py index 094a36051c..df61345b39 100644 --- a/regression-tests.recursor-dnssec/test_TrustAnchors.py +++ b/regression-tests.recursor-dnssec/test_TrustAnchors.py @@ -11,6 +11,7 @@ class testTrustAnchorsEnabled(RecursorTest): _roothints = None _root_DS = None _lua_config_file = """ + allow-trust-anchor-query=yes addDS("powerdns.com", "44030 8 1 B763646757DF621DD1204AD3BFA0675B49BE3279") addNTA("example") addNTA("example.com", "some reason") @@ -48,7 +49,6 @@ class testTrustAnchorsDisabled(RecursorTest): _roothints = None _root_DS = None _config_template = """ - allow-trust-anchor-query=no """ def testTrustanchorDotServer(self):