Home | History | Annotate | only in /src/external/mpl/bind/dist/bin/tests/system/geoip2/data
Up to higher level directory
NameDateSize
GeoIP2-City.json05-Sep-201910.9K
GeoIP2-City.mmdb05-Sep-20193.1K
GeoIP2-Country.json05-Sep-20194.8K
GeoIP2-Country.mmdb05-Sep-20192.9K
GeoIP2-Domain.json05-Sep-20191.1K
GeoIP2-Domain.mmdb05-Sep-20192.5K
GeoIP2-ISP.json05-Sep-20191.8K
GeoIP2-ISP.mmdb05-Sep-20192.6K
GeoLite2-ASN.json05-Sep-20192.2K
GeoLite2-ASN.mmdb05-Sep-20192.6K
README.md23-Sep-2022981
write-test-data.pl23-Sep-20226.3K

README.md

      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