maxmind free geoip DB返回错误的国家/地区

时间:2016-09-07 04:21:44

标签: php laravel-5 geolocation maxmind

我正在使用maxmind free 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,它返回了正确的国家/地区。是乔丹。

如何解决这个问题?

1 个答案:

答案 0 :(得分:0)

感谢您的报告。我在MaxMind工作,我们正在针对您提出的问题进行修复,并期望在今天晚些时候发布更新的GeoLite数据库。