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

..07-Mar-2022-

GeoIP2-City.jsonH A D07-Mar-202210.9 KiB507506

GeoIP2-Country.jsonH A D07-Mar-20224.8 KiB243242

GeoIP2-Domain.jsonH A D07-Mar-20221.1 KiB7372

GeoIP2-ISP.jsonH A D07-Mar-20221.8 KiB8786

GeoLite2-ASN.jsonH A D07-Mar-20222.2 KiB8786

README.mdH A D07-Mar-2022976 2310

write-test-data.plH A D07-Mar-20226.2 KiB193155

README.md

1<!--
2 - Copyright (C) Internet Systems Consortium, Inc. ("ISC")
3 -
4 - This Source Code Form is subject to the terms of the Mozilla Public
5 - License, v. 2.0. If a copy of the MPL was not distributed with this
6 - file, you can obtain one at https://mozilla.org/MPL/2.0/.
7 -
8 - See the COPYRIGHT file distributed with this work for additional
9 - information regarding copyright ownership.
10-->
11##### Test MMDB databases
12
13This directory contains test versions of the GeoIP2/GeoLite2 CIty,
14Country, Domain, ISP, and ASN databases. The `.mmdb` files are built
15from the corresponding `.json` source files; to regenerate them, modify
16the source files and run `perl write-test-data.pl`.
17
18This script is adapted from one in
19[https://github.com/maxmind/MaxMind-DB](https://github.com/maxmind/MaxMind-DB).
20It depends on the MaxMind:DB:Writer module, which can be found in
21CPAN or at
22[https://github.com/maxmind/MaxMind-DB-Writer-perl](https://github.com/maxmind/MaxMind-DB-Writer-perl) .
23