From bdbed0808e6de2dde912093cb8fd8900ef3b0f8b Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sun, 3 Jan 2016 17:17:37 +0000 Subject: [PATCH] Add some more networks as defined in RFC as private --- conf/options.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/options.inc b/conf/options.inc index 44ba68bd6..d9b48a51e 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"; -- 2.39.5