alecthomas / geoip

A pure Go interface to the free MaxMind GeoIP database
38 stars 8 forks source link

The GeoIP DB no longer exists #2

Open vRobM opened 5 years ago

vRobM commented 5 years ago

See https://dev.maxmind.com/geoip/geoip2/geolite2/

Needs an update for the new GeoLite2 DBs

phuslu commented 4 years ago

I created a similar lib on https://github.com/phuslu/geoip based on ip2location database

  1. better performance (10x faster)
  2. ipv6 address support
  3. auto-update database by github actions