Re: [Pdns-users] How to use GeoIP2 database with PowerDNS

2018-05-26 Thread Chris Jones
Ok, great. Do we have an idea on the release timeline for 4.2? The reason I ask is that Maxmind have said that the legacy .DAT database file will be discontinued in Jan 2019. Regards, Chris. On Sun, May 27, 2018, 4:28 PM Aki Tuomi wrote: > After digging into this more, it seems that the problem

Re: [Pdns-users] How to use GeoIP2 database with PowerDNS

2018-05-26 Thread Aki Tuomi
After digging into this more, it seems that the problem is that 4.1.3 does not support MMDB. That support is going to be added in v4.2.0. It should not crash though, but the fix is going to be more like "your database is not supported" -type of fix, if accepted by maintainers. Aki > On May 27,

Re: [Pdns-users] How to use GeoIP2 database with PowerDNS

2018-05-26 Thread Chris Jones
Thanks for documenting Aki. I look forward to this bug being resolved. Regards, Chris. On Sun, May 27, 2018, 4:15 PM Aki Tuomi wrote: > It seems you found a bug. https://github.com/PowerDNS/pdns/issues/6676 > > Aki > > On Sun, May 27, 2018 at 08:43:22AM +1000, Chris Jones wrote: > > Hi Aki, > >

Re: [Pdns-users] How to use GeoIP2 database with PowerDNS

2018-05-26 Thread Aki Tuomi
It seems you found a bug. https://github.com/PowerDNS/pdns/issues/6676 Aki On Sun, May 27, 2018 at 08:43:22AM +1000, Chris Jones wrote: > Hi Aki, > > Here is my geo.yml zone file: > > domains: > - domain: geo.example.org > ttl: 60 > records: > geo.example.org: >- soa: ns.example

Re: [Pdns-users] How to use GeoIP2 database with PowerDNS

2018-05-26 Thread Chris Jones
Hi Aki, Here is my geo.yml zone file: domains: - domain: geo.example.org ttl: 60 records: geo.example.org: - soa: ns.example.org. geoman.example.org. 1 7200 3600 86400 60 - ns: ns.example.org. deu.geo.example.org: - a: 192.0.0.2 - txt: Guten Tag esp.ge

Re: [Pdns-users] Unable to create Zone using pdns REST API

2018-05-26 Thread Aki Tuomi
> Hi there, > > I am trying to create a new zone using the REST API, and I am getting a > very generic error message saying *{ "error": "Creating domain > 'testdomain.com .' failed" }* > > Can someone please advise if the following JSON is valid or not? > > POST to http://

Re: [Pdns-users] How to use GeoIP2 database with PowerDNS

2018-05-26 Thread Aki Tuomi
On Sat, May 26, 2018 at 08:14:15PM +1000, Chris Jones wrote: > Hi there, > > I have successfully setup a pdns instance using the geoip backend and a > copy of the legacy GeoIP database (from > https://dev.maxmind.com/geoip/legacy/install/country/). Throughout the > MaxMind website, I read that thi

[Pdns-users] How to use GeoIP2 database with PowerDNS

2018-05-26 Thread Chris Jones
Hi there, I have successfully setup a pdns instance using the geoip backend and a copy of the legacy GeoIP database (from https://dev.maxmind.com/geoip/legacy/install/country/). Throughout the MaxMind website, I read that this database is end of life in favor for GeoIP2 (available at https://dev.m