From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: location@lists.ipfire.org Subject: [PATCH 1/2] override-other.txt: drop non-routable IP networks Date: Wed, 13 May 2020 19:55:34 +0000 Message-ID: <0761bf3d-5954-63a3-a4e0-fc540f1888a4@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5039791212000406103==" List-Id: --===============5039791212000406103== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable These are now handled by the location-importer, so we do not need to maintain an additional list here. Signed-off-by: Peter M=C3=BCller --- country-overrides/override-other.txt | 55 +--------------------------- 1 file changed, 1 insertion(+), 54 deletions(-) diff --git a/country-overrides/override-other.txt b/country-overrides/overrid= e-other.txt index 9269f28..b970443 100644 --- a/country-overrides/override-other.txt +++ b/country-overrides/override-other.txt @@ -10,62 +10,9 @@ # or hostile (faked WHOIS data in order to bypass country filtering or # to hide the owners' identity). # -# Further, some networks (such as RFC1918 addresses) must not be -# added to the database since it does not make sense to do so. +# Please keep this file sorted. # =20 -# never add private address blocks (RFC1918) -net: 10.0.0.0/8 -descr: RFC1918 private address block -remarks: must not be added to the database -country: - -net: 172.16.0.0/12 -descr: RFC1918 private address block -remarks: must not be added to the database -country: - -net: 192.168.0.0/16 -descr: RFC1918 private address block -remarks: must not be added to the database -country: - -# never add other special address blocks -net: 0.0.0.0/8 -descr: RFC3232 current network alias -remarks: must not be added to the database -country: - -net: 100.64.0.0/10 -descr: RFC6598 provider CNAT network -remarks: must not be added to the database -country: - -net: 127.0.0.0/8 -descr: RFC3330 localnet -remarks: must not be added to the database -country: - -net: 169.254.0.0/16 -descr: RFC5735 link-local address block -remarks: must not be added to the database -country: - -net: 224.0.0.0/4 -descr: RFC3171 multicast network -remarks: must not be added to the database -country: - -net: ::/128 -descr: IPv6 address which must not assigned anywhere -remarks: must not be added to the database -country: - -net: ::1/128 -descr: IPv6 localhost address -remarks: must not be added to the database -country: - # networks with faked location net: 88.151.117.0/24 descr: Golden Internet LLC --=20 2.26.1 --===============5039791212000406103==--