From: Otto Moerbeek Date: Thu, 19 Sep 2024 12:33:39 +0000 (+0200) Subject: rec: use multiple targets for the named forward test X-Git-Tag: rec-5.2.0-alpha1~69^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F14692%2Fhead;p=thirdparty%2Fpdns.git rec: use multiple targets for the named forward test This tries to work around the occasional GH networking issues --- diff --git a/regression-tests.recursor-dnssec/test_NamedForward.py b/regression-tests.recursor-dnssec/test_NamedForward.py index 14e5baff90..a4b2525d8f 100644 --- a/regression-tests.recursor-dnssec/test_NamedForward.py +++ b/regression-tests.recursor-dnssec/test_NamedForward.py @@ -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 """