From 4c3e69af66459f18744b37cc65a616d9ef9001ea Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 15 Sep 2020 16:29:35 +0200 Subject: [PATCH] Nasty interaction between security-poll and shared negcache: if security pool is run, in the RPZ test we have a neg entry for .com which makes the TTL of the NXDOMAIN unexpected. --- regression-tests.recursor/config.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/regression-tests.recursor/config.sh b/regression-tests.recursor/config.sh index 7ef7faf13e..0e7404099e 100755 --- a/regression-tests.recursor/config.sh +++ b/regression-tests.recursor/config.sh @@ -580,6 +580,7 @@ local-port=5301 socket-dir=/tmp/recursor-service3 lua-config-file=$(pwd)/recursor-service3/config.lua lua-dns-script=$(pwd)/recursor-service3/script.lua +security-poll-suffix= EOF -- 2.47.2