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")
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")