]> git.ipfire.org Git - location/location-database.git/commitdiff
add networks to overrides-other which must not be added
authorPeter Müller <peter.mueller@link38.eu>
Sun, 18 Mar 2018 14:35:03 +0000 (15:35 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 19 Mar 2018 12:04:06 +0000 (12:04 +0000)
These networks are covered for special use by some RFCs
and must not be added to the database.

Signed-off-by: Peter Müller <peter.mueller@link38.eu>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
country-overrides/override-other.txt

index d7ba5b9ca8a23d92da0ee4fc5b55395eb910a624..1a83829529a9744be9615ce832aa7e5b2cf0e93d 100644 (file)
 # 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.
+#
+
+# 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
+newcountry:
+
+net:           172.16.0.0/12
+descr:         RFC1918 private address block
+remarks:       must not be added to the database
+newcountry:
+
+net:           192.168.0.0/16
+descr:         RFC1918 private address block
+remarks:       must not be added to the database
+newcountry:
+
+# 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
+newcountry:
+
+net:           100.64.0.0/10
+descr:         RFC6598 provider CNAT network
+remarks:       must not be added to the database
+newcountry:
+
+net:           127.0.0.0/8
+descr:         RFC3330 localnet
+remarks:       must not be added to the database
+newcountry:
+
+net:           169.254.0.0/16
+descr:         RFC5735 link-local address block
+remarks:       must not be added to the database
+newcountry:
+
+net:           224.0.0.0/4
+descr:         RFC3171 multicast network
+remarks:       must not be added to the database
+newcountry:
+
+net:           ::/128
+descr:         IPv6 address which must not assigned anywhere
+remarks:       must not be added to the database
+newcountry:
+
+net:           ::1/128
+descr:         IPv6 localhost address
+remarks:       must not be added to the database
+newcountry:
+