Skip to content

Commit

Permalink
rec: use multiple targets for the named forward test
Browse files Browse the repository at this point in the history
This tries to work around the occasional GH networking issues
  • Loading branch information
omoerbeek committed Sep 19, 2024
1 parent 72ae147 commit 3a7ba08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regression-tests.recursor-dnssec/test_NamedForward.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""

Expand Down

0 comments on commit 3a7ba08

Please sign in to comment.