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