From 4b237a7e75be781128f7d99f27f6f03b0292e3f9 Mon Sep 17 00:00:00 2001 From: Mikhail Galanin Date: Mon, 10 Sep 2018 09:44:56 +0100 Subject: [PATCH] [Test] And another fake domain Used in "Blacklist" test and slows it down when no connection --- test/functional/configs/plugins.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/functional/configs/plugins.conf b/test/functional/configs/plugins.conf index 5587eeae5..7109cfa80 100644 --- a/test/functional/configs/plugins.conf +++ b/test/functional/configs/plugins.conf @@ -431,6 +431,11 @@ options = { name = "www.dnssec-failed.org", type = "txt"; rcode = 'timeout'; + }, + { + name = "cacophony.za.org", + type = "txt"; + replies = ["v=spf1 redirect=asdfsfewewrredfs"]; }]; } } -- 2.39.5