andersju / webbkoll

An online tool that checks how a website is doing with regards to privacy
MIT License
266 stars 28 forks source link

GeoIP path change #21

Closed arlogilbert closed 4 years ago

arlogilbert commented 4 years ago

It looks like the maxmind databases have moved to a slightly different URL which is easy to change in the config, but now instead of being a pure .gz file it is a .tar.gz file and the code does not know what to do with the tar file.

I've tried installing a mix tar package but I'm pretty new to mix and unclear what I"m doing wrong. Any suggestions?

andersju commented 4 years ago

Thanks for the heads up! Looks like the old URLs still work, but I might as well change them now. The fix I just committed should work. Turns out Erlang already comes with a tar module so no extra dependency necessary :)