diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/configs/plugins.conf | 5 |
1 files changed, 5 insertions, 0 deletions
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"]; }]; } } |