This commit is contained in:
2026-08-16 05:41:28 -04:00
parent 502cc142e6
commit e8180755f8

View File

@@ -10,7 +10,7 @@ require "geoip2.phar";
use MaxMind\Db\Reader as MmdbReader; use MaxMind\Db\Reader as MmdbReader;
$cf = new MmdbReader("cloudfish.mmdb"); $cf = new MmdbReader("cloudfish.mmdb");
$cf_lookup = $reader_abuse->get("45.80.201.66"); $cf_lookup = $cf->get("45.80.201.66");
print_r($cf_lookup); // ["is_hosting" => true] print_r($cf_lookup); // ["is_hosting" => true]
``` ```