aboutsummaryrefslogtreecommitdiffstats
path: root/conf/options.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/options.inc')
-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";