]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Proper default value for allow-trust-anchor-query
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 19 Jun 2019 14:27:54 +0000 (16:27 +0200)
committerGitHub <noreply@github.com>
Wed, 19 Jun 2019 14:27:54 +0000 (16:27 +0200)
regression-tests.recursor-dnssec/test_TrustAnchors.py

index 094a36051cd650bc2f622b2ba952efcd373f761b..df61345b3925a7aad05670996a58a46387a5e5eb 100644 (file)
@@ -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):