maxmind free geoip DB返回错误的国家/地区
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了maxmind free geoip DB返回错误的国家/地区相关的知识,希望对你有一定的参考价值。
我正在使用maxmind免费DB(geoip.mmdb),我有一个脚本,每天更新到最新,但是,昨天我注意到它开始通过IP地址返回错误的国家。
约旦的IP地址(80.10.53.78)。
例如:
$location = GeoIP::getLocation("80.10.53.78");
返回以下响应
["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,它返回了正确的国家。是乔丹。
如何解决这个问题?
答案
谢谢你的报道。我在MaxMind工作,我们正在为您提出的问题进行修复,并希望今天晚些时候发布更新的GeoLite数据库。
以上是关于maxmind free geoip DB返回错误的国家/地区的主要内容,如果未能解决你的问题,请参考以下文章
安装 GeoIP2 时出错:geoip2/geoip2 v2.3.1 需要 maxmind/web-service-common
如何为 maxmind geoip2 eclipse 添加依赖项
MaxMind GeoIP API:fseek() [function.fseek]:流不支持在 geoip.inc 中查找