]> git.ipfire.org Git - location/location-database.git/commitdiff
Add overrides for RFC1918
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 15 Oct 2020 15:25:00 +0000 (15:25 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 15 Oct 2020 15:25:00 +0000 (15:25 +0000)
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.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
overrides/override-rfc1918.txt [new file with mode: 0644]

diff --git a/overrides/override-rfc1918.txt b/overrides/override-rfc1918.txt
new file mode 100644 (file)
index 0000000..768ea92
--- /dev/null
@@ -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