aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-01-03 17:13:14 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-01-03 17:13:24 +0000
commitfbce349729b85fd5b6ded13d50674bc3cd758871 (patch)
treec6fea5d0d83e2d592e1ab4bff3c28002276dc3c8 /conf
parentfcefb0a6d71faaa1b47f5f5f6a3961d41e94cfc3 (diff)
downloadrspamd-fbce349729b85fd5b6ded13d50674bc3cd758871.tar.gz
rspamd-fbce349729b85fd5b6ded13d50674bc3cd758871.zip
Add local_addrs/local_networks option
Diffstat (limited to 'conf')
-rw-r--r--conf/options.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/options.inc b/conf/options.inc
index 29e737712..44ba68bd6 100644
--- a/conf/options.inc
+++ b/conf/options.inc
@@ -32,3 +32,6 @@ allow_raw_input = true;
# Start ignore words when reaching the following limit, so the total
# amount of words processed will not be *LIKELY more than the twice of that limit
words_decay = 200;
+
+# Local networks
+local_addrs = "192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/8";