• 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-2022981 2417

write-test-data.plH A D07-Mar-20226.3 KiB195155

README.md

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