From: Vsevolod Stakhov Date: Sun, 3 Jan 2016 17:17:37 +0000 (+0000) Subject: Add some more networks as defined in RFC as private X-Git-Tag: 1.1.0~140 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdbed0808e6de2dde912093cb8fd8900ef3b0f8b;p=thirdparty%2Frspamd.git Add some more networks as defined in RFC as private --- diff --git a/conf/options.inc b/conf/options.inc index 44ba68bd66..d9b48a51e8 100644 --- a/conf/options.inc +++ b/conf/options.inc @@ -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";