navinpeiris/geoip

Using local database instead of HTTP API

h4cc opened this issue · 3 comments

h4cc commented

How about using the maxmind files directly, instead of freegeoip.net?

Example: https://maxmind.github.io/MaxMind-DB/

Hi @h4cc, there's already another project geolix that uses the MaxMind DB files directly, which is recommended if that's what you prefer.

The motivation behind this one is to make it easy to use your own FreeGeoIP installation, which can be very easily deployed using docker etc, but is defaulted to use the free service if you don't need all that.

h4cc commented

Thanks for that info. Maybe having a strategy for freegeoip or geolix would be cool.

As far as i can see, geolix does not have a integration for Plug.Conn

Running a own freegeoip container somewhere is out of scope for most users :(

Closing this out, documented Geolix usage for maxmind DB files directly in the readme a75080d