]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: use multiple forwarding targets for DoT forwarding test 14655/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 10 Sep 2024 14:20:06 +0000 (16:20 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 10 Sep 2024 14:20:06 +0000 (16:20 +0200)
regression-tests.recursor-dnssec/test_SimpleForwardOverDoT.py

index 7365b27f7668069ec7789214e2dc52d03d2102b2..d7b85e648c21e295bd76b2c123ed9837cbfeb50b 100644 (file)
@@ -5,13 +5,13 @@ from recursortests import RecursorTest
 
 class SimpleForwardOverDoTTest(RecursorTest):
     """
-    This is forwarding to a DoT server in a very basic way and is dependent on Quad9 working
+    This is forwarding to DoT servers in a very basic way and is dependent on the forwards working for DoT
     """
 
     _confdir = 'SimpleForwardOverDoT'
     _config_template = """
 dnssec=validate
-forward-zones-recurse=.=9.9.9.9:853
+forward-zones-recurse=.=1.1.1.1:853;8.8.8.8:853;9.9.9.9:853
 devonly-regression-test-mode
     """