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

..03-Jul-2020-

GeoIP2-City.jsonH A D03-Jul-202010.9 KiB507506

GeoIP2-Country.jsonH A D03-Jul-20204.8 KiB243242

GeoIP2-Domain.jsonH A D03-Jul-20201.1 KiB7372

GeoIP2-ISP.jsonH A D03-Jul-20201.8 KiB8786

GeoLite2-ASN.jsonH A D03-Jul-20202.2 KiB8786

README.mdH A D03-Jul-2020585 1310

write-test-data.plH A D03-Jul-20206.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