Re: [Pdns-users] NXDOMAIN for noon authoritative zone

2022-10-28 Thread Peter van Dijk via Pdns-users
Hello Riccardo, On Fri, 2022-10-28 at 14:37 +, Riccardo Brunetti via Pdns-users wrote: > Thanks for your answer. > Maybe I found the issue: > > mysql> select * from records where domain_id=13203; > +--+---+--+--+- > -

Re: [Pdns-users] NXDOMAIN for noon authoritative zone

2022-10-28 Thread Riccardo Brunetti via Pdns-users
Hello Peter. Thanks for your answer. Maybe I found the issue: mysql> select * from records where domain_id=13203; +--+---+--+--+--+--+--+--+---+--+ | id   | domain_id

Re: [Pdns-users] NXDOMAIN for noon authoritative zone

2022-10-28 Thread Peter van Dijk via Pdns-users
Hi Riccardo, On Fri, 2022-10-28 at 09:11 +, Riccardo Brunetti via Pdns-users wrote: > Hello. > We have a powerdns server which is authoritative for some zones, let's > say zoneA and zoneB > If we send a dns query for a zoneC we get NXDOMAIN answer instead of > REFUSED. > > Is this the correct

[Pdns-users] NXDOMAIN for noon authoritative zone

2022-10-28 Thread Riccardo Brunetti via Pdns-users
Hello. We have a powerdns server which is authoritative for some zones, let's say zoneA and zoneB If we send a dns query for a zoneC we get NXDOMAIN answer instead of REFUSED. Is this the correct behavior or we are making some configuration mistake? pdns version: 4.5.2 Thanks Riccardo