]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Enable packet cache in test
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 5 Mar 2026 15:41:06 +0000 (16:41 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 12 Mar 2026 13:18:02 +0000 (14:18 +0100)
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
regression-tests.recursor-dnssec/test_RPZ.py

index 8b89cae16ec4b5da7bfd3bdf63fadf70b7f1c474..58dcd3589e966e01bb56d003fd43b1a935b78669 100644 (file)
@@ -393,7 +393,7 @@ webserver-port=%d
 webserver-address=127.0.0.1
 webserver-password=%s
 api-key=%s
-disable-packetcache
+#disable-packetcache no longer needed since the auto-PC clearing
 allow-notify-from=127.0.0.0/8
 allow-notify-for=zone.rpz
 """ % (_confdir, _wsPort, _wsPassword, _apiKey)