1
0
Fork 0
bind9/bin/tests/system/geoip2/data
Daniel Baumann f66ff7eae6
Adding upstream version 1:9.20.9.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 13:32:37 +02:00
..
GeoIP2-City.json Adding upstream version 1:9.20.9. 2025-06-21 13:32:37 +02:00
GeoIP2-City.mmdb Adding upstream version 1:9.20.9. 2025-06-21 13:32:37 +02:00
GeoIP2-Country.json Adding upstream version 1:9.20.9. 2025-06-21 13:32:37 +02:00
GeoIP2-Country.mmdb Adding upstream version 1:9.20.9. 2025-06-21 13:32:37 +02:00
GeoIP2-Domain.json Adding upstream version 1:9.20.9. 2025-06-21 13:32:37 +02:00
GeoIP2-Domain.mmdb Adding upstream version 1:9.20.9. 2025-06-21 13:32:37 +02:00
GeoIP2-ISP.json Adding upstream version 1:9.20.9. 2025-06-21 13:32:37 +02:00
GeoIP2-ISP.mmdb Adding upstream version 1:9.20.9. 2025-06-21 13:32:37 +02:00
GeoLite2-ASN.json Adding upstream version 1:9.20.9. 2025-06-21 13:32:37 +02:00
GeoLite2-ASN.mmdb Adding upstream version 1:9.20.9. 2025-06-21 13:32:37 +02:00
README.md Adding upstream version 1:9.20.9. 2025-06-21 13:32:37 +02:00
write-test-data.pl Adding upstream version 1:9.20.9. 2025-06-21 13:32:37 +02:00

Copyright (C) Internet Systems Consortium, Inc. ("ISC")

SPDX-License-Identifier: MPL-2.0

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, you can obtain one at https://mozilla.org/MPL/2.0/.

See the COPYRIGHT file distributed with this work for additional information regarding copyright ownership.

Test MMDB databases

This directory contains test versions of the GeoIP2/GeoLite2 CIty, Country, Domain, ISP, and ASN databases. The .mmdb files are built from the corresponding .json source files; to regenerate them, modify the source files and run perl write-test-data.pl.

This script is adapted from one in https://github.com/maxmind/MaxMind-DB. It depends on the MaxMind:DB:Writer module, which can be found in CPAN or at https://github.com/maxmind/MaxMind-DB-Writer-perl .