maxmind free geoip DB returns 错误的国家
maxmind free geoip DB returns wrong country
我正在使用 maxmind 免费数据库 (geoip.mmdb),我有一个每天更新到最新的脚本,但是,昨天我注意到它开始 return 错误的 IP 地址国家.
约旦的 IP 地址 (80.10.53.78)。
例如:
$location = GeoIP::getLocation("80.10.53.78");
return以下回复
["ip" => "80.10.53.78",
"isoCode" => "FR",
"country" => "France",
"city" => null,
"state" => null,
"postal_code" => null,
"lat" => 48.8582,
"lon" => 2.3387,
"timezone" => "Europe/Paris",
"continent" => "EU",
"default" => false,
]
仔细检查 https://www.maxmind.com/en/geoip-demo,return输入了正确的国家/地区。成为乔丹。
如何解决这个问题?
感谢您的报告。我在 MaxMind 工作,我们正在努力解决您提出的问题,预计今天晚些时候 post 更新 GeoLite 数据库。
我正在使用 maxmind 免费数据库 (geoip.mmdb),我有一个每天更新到最新的脚本,但是,昨天我注意到它开始 return 错误的 IP 地址国家.
约旦的 IP 地址 (80.10.53.78)。
例如:
$location = GeoIP::getLocation("80.10.53.78");
return以下回复
["ip" => "80.10.53.78",
"isoCode" => "FR",
"country" => "France",
"city" => null,
"state" => null,
"postal_code" => null,
"lat" => 48.8582,
"lon" => 2.3387,
"timezone" => "Europe/Paris",
"continent" => "EU",
"default" => false,
]
仔细检查 https://www.maxmind.com/en/geoip-demo,return输入了正确的国家/地区。成为乔丹。
如何解决这个问题?
感谢您的报告。我在 MaxMind 工作,我们正在努力解决您提出的问题,预计今天晚些时候 post 更新 GeoLite 数据库。