PowerDNS / pdns

PowerDNS Authoritative, PowerDNS Recursor, dnsdist
https://www.powerdns.com/
GNU General Public License v2.0
3.67k stars 906 forks source link

GeoIP backend should support libmaxminddb #5268

Closed cmouse closed 6 years ago

cmouse commented 7 years ago

Short description

To support the new GeoIP2 databases, libmaxminddb support should be added to geoipbackend

ebdavison commented 7 years ago

I am in need of this now and would be happy to test. Is there any sort of plan or timeline for this feature yet?

ZE3kr commented 6 years ago

Maxmind will discontinue free GeoIP Lite Legacy before 2019. So it need to support GeoIP2 before that date.

https://support.maxmind.com/geolite-legacy-discontinuation-notice/

cmouse commented 6 years ago

Thanks for the timeline info, I'll try and see if I could get it done before that.

pieterlexis commented 6 years ago

Thanks for the timeline info, I'll try and see if I could get it done before that.

If you need some m4 for autoconf, let me know!

cmouse commented 6 years ago

m4 detection for libmaxminddb would help I think.

cmouse commented 6 years ago

@ebdavison, @ZE3kr either of you willing to test the new pull request?