bind9/bin/tests/system/geoip2/data
2020-09-14 16:50:58 -07:00
..
GeoIP2-City.json add geoip2 system test 2019-06-27 14:59:13 -07:00
GeoIP2-City.mmdb add geoip2 system test 2019-06-27 14:59:13 -07:00
GeoIP2-Country.json add geoip2 system test 2019-06-27 14:59:13 -07:00
GeoIP2-Country.mmdb add geoip2 system test 2019-06-27 14:59:13 -07:00
GeoIP2-Domain.json add geoip2 system test 2019-06-27 14:59:13 -07:00
GeoIP2-Domain.mmdb add geoip2 system test 2019-06-27 14:59:13 -07:00
GeoIP2-ISP.json add geoip2 system test 2019-06-27 14:59:13 -07:00
GeoIP2-ISP.mmdb add geoip2 system test 2019-06-27 14:59:13 -07:00
GeoLite2-ASN.json add geoip2 system test 2019-06-27 14:59:13 -07:00
GeoLite2-ASN.mmdb add geoip2 system test 2019-06-27 14:59:13 -07:00
README.md add geoip2 system test 2019-06-27 14:59:13 -07:00
write-test-data.pl update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00

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 .