From: Otto Moerbeek Date: Tue, 23 Jan 2024 09:22:11 +0000 (+0100) Subject: Make the refresh 1 again, to work around the new rate limiting X-Git-Tag: dnsdist-1.9.0-rc1~15^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=71ada8e045af192eeaf41e85353d78fcf46fa17f;p=thirdparty%2Fpdns.git Make the refresh 1 again, to work around the new rate limiting --- diff --git a/regression-tests.recursor-dnssec/test_RPZ.py b/regression-tests.recursor-dnssec/test_RPZ.py index d71953268d..ca7292d39c 100644 --- a/regression-tests.recursor-dnssec/test_RPZ.py +++ b/regression-tests.recursor-dnssec/test_RPZ.py @@ -385,7 +385,7 @@ class RPZXFRRecursorTest(RPZRecursorTest): global rpzServerPort _lua_config_file = """ -- The first server is a bogus one, to test that we correctly fail over to the second one - rpzMaster({'127.0.0.1:9999', '127.0.0.1:%d'}, 'zone.rpz.', { refresh=3600, includeSOA=true}) + rpzMaster({'127.0.0.1:9999', '127.0.0.1:%d'}, 'zone.rpz.', { refresh=1, includeSOA=true}) """ % (rpzServerPort) _confdir = 'RPZXFR' _wsPort = 8042