From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: location@lists.ipfire.org Subject: Re: [PATCH] Add overrides for RFC1918 Date: Thu, 15 Oct 2020 16:29:27 +0100 Message-ID: In-Reply-To: <20201015152712.12822-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5580020340790050459==" List-Id: --===============5580020340790050459== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I just pushed this as a hot fix because we are currently taking down a couple= of networks for our users. Please refer to https://bugzilla.ipfire.org/show_bug.cgi?id=3D12499 and https://bugzilla.ipfire.org/show_bug.cgi?id=3D12501 Best, -Michael > On 15 Oct 2020, at 16:27, Michael Tremer wrot= e: >=20 > Because of RIPE (or somebody else) adding 192.168.0.0/15, we are > classifying those addresses as EU. This renders whole networks > inaccessible and therefore we are adding those networks with a > faked country until we find a better solution. >=20 > Signed-off-by: Michael Tremer > --- > overrides/override-rfc1918.txt | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) > create mode 100644 overrides/override-rfc1918.txt >=20 > diff --git a/overrides/override-rfc1918.txt b/overrides/override-rfc1918.txt > new file mode 100644 > index 0000000..768ea92 > --- /dev/null > +++ b/overrides/override-rfc1918.txt > @@ -0,0 +1,18 @@ > +# > +# override-rfc1918 [.txt] > +# > +# This files contains networks from RFC1918 (and other similar standards) > +# which are added to the database with special attributes > +# > + > +net: 10.0.0.0/8 > +descr: Private address space from RFC1918 > +country: XX > + > +net: 172.16.0.0/12 > +descr: Private address space from RFC1918 > +country: XX > + > +net: 192.168.0.0/16 > +descr: Private address space from RFC1918 > +country: XX > --=20 > 2.20.1 >=20 --===============5580020340790050459==--