]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: use multiple targets for the named forward test 14692/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 19 Sep 2024 12:33:39 +0000 (14:33 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 19 Sep 2024 14:20:48 +0000 (16:20 +0200)
This tries to work around the occasional GH networking issues

regression-tests.recursor-dnssec/test_NamedForward.py

index 14e5baff90206cf38cba39a3102df005ee4c34ab..a4b2525d8f551755aaa7ed0ab5112a1227bf34c0 100644 (file)
@@ -13,7 +13,7 @@ class NamedForwardTest(RecursorTest):
     _confdir = 'NamedForward'
     _config_template = """
 dnssec=validate
-forward-zones-recurse=.=dns.quad9.net
+forward-zones-recurse=.=dns.quad9.net;dns.google;one.one.one.one
 system-resolver-ttl=10
     """