diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-09-27 15:28:25 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-09-27 15:28:25 +0200 |
commit | 8f6dc30fef1f81d25f21342f08682653e8b16de2 (patch) | |
tree | 523fa4215f9d914c404ee23bed3f782a640e6fac /test/functional/configs/plugins.conf | |
parent | 12c83b26cf7c382f3612102eb3d759d33a17c333 (diff) | |
download | rspamd-8f6dc30fef1f81d25f21342f08682653e8b16de2.tar.gz rspamd-8f6dc30fef1f81d25f21342f08682653e8b16de2.zip |
[Test] Extend SPF tests
Diffstat (limited to 'test/functional/configs/plugins.conf')
-rw-r--r-- | test/functional/configs/plugins.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/functional/configs/plugins.conf b/test/functional/configs/plugins.conf index 1e0309082..05fd4c33c 100644 --- a/test/functional/configs/plugins.conf +++ b/test/functional/configs/plugins.conf @@ -3,6 +3,9 @@ options = { url_tld = "${URL_TLD}" pidfile = "${TMPDIR}/rspamd.pid" lua_path = "${TESTDIR}/../../contrib/lua-fun/?.lua" + dns { + nameserver = ["8.8.8.8", "8.8.4.4"]; + } } logging = { type = "file", |