Re: [Pdns-users] pdns query wrong SOA records with ipv6 and miss the right domain this way

2020-10-08 Thread Oliver Dzombic via Pdns-users
Hi, sorry for my late reply, short on time yesterday! And thank you so much for all your feedback! # pdnsutil --config-name ns3 check-all-zones [Warning] SOA autocomplete is deprecated, missing field(s) in SOA content: 3.1.0.0.8.d.2.1.0.0.a.2.ip6.arpa IN SOA 'ns3.isp4p.net

Re: [Pdns-users] pdns query wrong SOA records with ipv6 and miss the right domain this way

2020-10-06 Thread Frank Louwers via Pdns-users
> On 6 Oct 2020, at 20:42, bert hubert via Pdns-users > wrote: > > On Tue, Oct 06, 2020 at 08:29:49PM +0200, Oliver Dzombic via Pdns-users wrote: >> SELECT content,ttl,prio,type,domain_id,disabled,name,auth FROM records >> WHERE disabled=0 and type='SOA' and >>

Re: [Pdns-users] pdns query wrong SOA records with ipv6 and miss the right domain this way

2020-10-06 Thread bert hubert via Pdns-users
On Tue, Oct 06, 2020 at 08:29:49PM +0200, Oliver Dzombic via Pdns-users wrote: > SELECT content,ttl,prio,type,domain_id,disabled,name,auth FROM records > WHERE disabled=0 and type='SOA' and > name='7.3.c.f.9.0.2.0.0.0.0.0.3.1.0.0.8.d.2.1.0.0.a.2.ip6.arpa' Can you run that query on your database

[Pdns-users] pdns query wrong SOA records with ipv6 and miss the right domain this way

2020-10-06 Thread Oliver Dzombic via Pdns-users
Hi folks, for some reason i dont understand, powerdns does not query the SOA records until the end to find the correct domain. This works: host 2a00:12d8:0013:1675::::0001 Powerdns will start query: SELECT content,ttl,prio,type,domain_id,disabled,name,auth FROM records WHERE