Skip to content

Commit

Permalink
Merge pull request PowerDNS#14655 from omoerbeek/rec-dot-test-multiple
Browse files Browse the repository at this point in the history
rec: use multiple forwarding targets for DoT forwarding test
  • Loading branch information
omoerbeek authored Sep 13, 2024
2 parents da5c389 + bba30f8 commit 6913cd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regression-tests.recursor-dnssec/test_SimpleForwardOverDoT.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

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
"""

Expand Down

0 comments on commit 6913cd5

Please sign in to comment.