• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..08-Oct-2021-

GeoIP2-City.jsonH A D08-Oct-202110.9 KiB507506

GeoIP2-Country.jsonH A D08-Oct-20214.8 KiB243242

GeoIP2-Domain.jsonH A D08-Oct-20211.1 KiB7372

GeoIP2-ISP.jsonH A D08-Oct-20211.8 KiB8786

GeoLite2-ASN.jsonH A D08-Oct-20212.2 KiB8786

README.mdH A D08-Oct-2021585 1310

write-test-data.plH A D08-Oct-20216.2 KiB193155

README.md

1##### Test MMDB databases
2
3This directory contains test versions of the GeoIP2/GeoLite2 CIty,
4Country, Domain, ISP, and ASN databases. The `.mmdb` files are built
5from the corresponding `.json` source files; to regenerate them, modify
6the source files and run `perl write-test-data.pl`.
7
8This script is adapted from one in
9[https://github.com/maxmind/MaxMind-DB](https://github.com/maxmind/MaxMind-DB).
10It depends on the MaxMind:DB:Writer module, which can be found in
11CPAN or at
12[https://github.com/maxmind/MaxMind-DB-Writer-perl](https://github.com/maxmind/MaxMind-DB-Writer-perl) .
13