Re: [Pdns-users] default-api-rectify not working

2020-05-31 Thread Peter van Dijk via Pdns-users
Hello Sean, On Thu, 2020-05-28 at 19:00 +, Sean Lair via Pdns-users wrote: > Hi all - just wanted to follow up. Is there any additional information I can > provide? > > Since PowerDNS Admin is configured to use the PowerDNS API, the zones should > be auto-rectifying. We are running PDNS 4

Re: [Pdns-users] LUA records + DNSSEC

2020-05-31 Thread Peter van Dijk via Pdns-users
On Wed, 2020-05-27 at 11:39 +0200, Martijn Grendelman via Pdns-users wrote: > Hi, > > We have a simple setup with a PowerDNS master and two PowerDNS slaves (AXFR). > Our zones are generally signed with DNSSEC and everything has been working > fine. Recently, I started experimenting with LUA rec

Re: [Pdns-users] Recursor and LUA scripting: I don't understand why preresolve answering a CNAME won't cascade to other records

2020-05-31 Thread Oscar Koeroo via Pdns-users
Yes! This worked as expected. I assumed it was a designed choice, and it seemed it was. Thank you Bert and Roman for these quick answers. Oscar Koeroo > On 31 May 2020, at 12:14, bert hubert wrote: > > On Sun, May 31, 2020 at 12:08:36PM +0200, Oscar Koeroo via Pdns-users wrote: > >> I’m us

Re: [Pdns-users] Recursor and LUA scripting: I don't understand why preresolve answering a CNAME won't cascade to other records

2020-05-31 Thread bert hubert via Pdns-users
On Sun, May 31, 2020 at 12:08:36PM +0200, Oscar Koeroo via Pdns-users wrote: > I’m using the following LUA script to intercept, but I don’t understand > the results. Why doesn’t the dig get the CNAME to got to the A record I > have in my domain.local zone? I expected dig to try to get the CNAME

Re: [Pdns-users] Recursor and LUA scripting: I don't understand why preresolve answering a CNAME won't cascade to other records

2020-05-31 Thread Roman Steinhart via Pdns-users
Hi, If I'm not wrong you need to tell pdns to resolve the CNAME: https://doc.powerdns.com/recursor/lua-scripting/hooks.html#cname-chain-resolution Regards, Roman Am So., 31. Mai 2020 um 12:08 Uhr schrieb Oscar Koeroo via Pdns-users < pdns-users@mailman.powerdns.com>: > Hi, > > I’m using my the R

[Pdns-users] Recursor and LUA scripting: I don't understand why preresolve answering a CNAME won't cascade to other records

2020-05-31 Thread Oscar Koeroo via Pdns-users
Hi, I’m using my the Recursor version 4.3.1 on my Pi and building the following. I have a VPS and a home-server. I use “domain.net” for the internet access and in my home I use “domain.local”. Due to NAT and how my home router works, I intercept the DNS requests and provide a local answer inst