Implements the new Maxmind database format while keeping the output complatible with https://github.com/mtodd/geoip
This depends on libmaxminddb
gem install geoip2_compat
geoip = GeoIP2Compat.new(dbfile)
geoip.lookup("24.24.24.24")
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Implements the new Maxmind database format while keeping the output complatible with https://github.com/mtodd/geoip
This depends on libmaxminddb
gem install geoip2_compat
geoip = GeoIP2Compat.new(dbfile)
geoip.lookup("24.24.24.24")