oschwald / maxminddb-golang

MaxMind DB Reader for Go
ISC License
597 stars 101 forks source link

Wrong result for an IP #32

Closed speier closed 8 years ago

speier commented 8 years ago

It seems I got invalid result for the following IP: 185.100.86.147. Tested with both country and city geolite2 dbs, the expected country is FI however i got RO.

Hard to tell if it's a bug in maxmind's geolite2 db though it works fine with the latest legacy db.

# geoiplookup -f /usr/share/GeoIP/GeoIP.dat 185.100.86.147
GeoIP Country Edition: FI, Finland

Could you please investigate this issue?

oschwald commented 8 years ago

This is an issue with the MaxMind database, not this API. I have raised this issue at MaxMind, but it might help if you email support@maxmind.com.

speier commented 8 years ago

Ok, I've emailed them. Thanks!