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