aboutsummaryrefslogtreecommitdiffstats
path: root/conf/options.inc
diff options
context:
space:
mode:
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}/";