haraka / haraka-plugin-geoip

provide geographic information about mail senders
https://www.npmjs.com/package/haraka-plugin-geoip
MIT License
4 stars 11 forks source link

Free Maxminds GeoLite alternative #43

Open analogic opened 4 years ago

analogic commented 4 years ago

Someone might find useful that there is geo ip database created from public sources which is easily downloadable and daily actualized:

https://github.com/analogic/ipgeo

mmdb file is drop in replacement for GeoLite Country and in most cases good enough...

msimerson commented 4 years ago

Can you create a PR that lets users select this alternative with a config option?