Home | History | Annotate | Line # | Download | only in data
      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