]> source.dussan.org Git - rspamd.git/commitdiff
Add some more networks as defined in RFC as private
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 3 Jan 2016 17:17:37 +0000 (17:17 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sun, 3 Jan 2016 17:17:37 +0000 (17:17 +0000)
conf/options.inc

index 44ba68bd666cfb105dbd7ea42f3cee7a5cb88c72..d9b48a51e89a46e286eaa8bc0802a3347cedba3c 100644 (file)
@@ -34,4 +34,4 @@ allow_raw_input = true;
 words_decay = 200;
 
 # Local networks
-local_addrs = "192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/8";
+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";