chiappa 2c14cba864 feat(M11): MMDB enrichment with DB-IP / MaxMind / IPinfo providers 1 week ago
..
README.md 2c14cba864 feat(M11): MMDB enrichment with DB-IP / MaxMind / IPinfo providers 1 week ago
asn.mmdb 2c14cba864 feat(M11): MMDB enrichment with DB-IP / MaxMind / IPinfo providers 1 week ago
country.mmdb 2c14cba864 feat(M11): MMDB enrichment with DB-IP / MaxMind / IPinfo providers 1 week ago

README.md

GeoIP test fixtures

These two .mmdb files are vendored from maxmind/MaxMind-DB, licensed under Apache-2.0:

  • country.mmdb — copy of GeoIP2-Country-Test.mmdb
  • asn.mmdb — copy of GeoLite2-ASN-Test.mmdb

They cover a small set of well-known IPs (notably 81.2.69.142 → GB and a handful of IPv6 addresses). The schema matches MaxMind's, so the test suite uses MaxMindRecordAdapter against them. The provider-specific download/verify paths (DB-IP, IPinfo) are exercised with stubbed Guzzle clients — no network in CI.