summaryrefslogtreecommitdiffstats
path: root/conf/options.inc
diff options
context:
space:
mode:
authorAndrey Igoshin <ai@vsu.ru>2018-05-06 16:35:37 +0300
committerAndrey Igoshin <ai@vsu.ru>2018-05-06 16:35:37 +0300
commit8d637ed84fc810ddc4eac93f682fbeb1094a9a01 (patch)
tree4d8c9a52fe52245b58e1c56ff91dc67d9797ffae /conf/options.inc
parenta3191bd7b34d3373d151827a6e6592ea82084747 (diff)
downloadrspamd-8d637ed84fc810ddc4eac93f682fbeb1094a9a01.tar.gz
rspamd-8d637ed84fc810ddc4eac93f682fbeb1094a9a01.zip
[Feature] support for CommuniGate Pro self-generated messages
Diffstat (limited to 'conf/options.inc')
-rw-r--r--conf/options.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/options.inc b/conf/options.inc
index 9238cca3c..f374fe76c 100644
--- a/conf/options.inc
+++ b/conf/options.inc
@@ -40,5 +40,5 @@ words_decay = 200;
rrd = "${DBDIR}/rspamd.rrd";
# Local networks
-local_addrs = "192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, fd00::/8, 169.254.0.0/16, fe80::/10";
+local_addrs = [192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, fd00::/8, 169.254.0.0/16, fe80::/10];
hs_cache_dir = "${DBDIR}/";