Re: [Pdns-users] Retry NXDOMAIN with a secondary forwarder

2012-01-09 Thread Richard Connon
On 09/01/2012 11:11, Peter van Dijk wrote: Hello, Could you possibly access "your" data by any other means than DNS (like database or something)? If so, couldn't you just write a plugin that checks your backend for the record and otherwise just return to normal lookup mode? There is no easy wa

Re: [Pdns-users] Retry NXDOMAIN with a secondary forwarder

2012-01-09 Thread Richard Connon
On 08/01/2012 21:55, Erik Weber wrote: On Sat, Jan 7, 2012 at 6:30 PM, Richard Connon wrote: On 07/01/2012 17:24, Peter van Dijk wrote: On Jan 7, 2012, at 4:45 , Richard Connon wrote: Is it possible through lua scripting or otherwise to configure powerdns to look NXDOMAIN responses up in a

Re: [Pdns-users] Retry NXDOMAIN with a secondary forwarder

2012-01-08 Thread Richard Connon
n 08, 2012 at 09:30:38PM +0000, Richard Connon wrote: Wouldn't that mean I'd need the zone data for the entire zone rather than just my hosts? On 08/01/2012 21:09, Aki Tuomi wrote: I would suggest you configure an powerdns AUTH server which contains the entire zone and use optio

Re: [Pdns-users] Retry NXDOMAIN with a secondary forwarder

2012-01-08 Thread Richard Connon
.conf instead. Much cleaner approach. Aki Tuomi On Sat, Jan 07, 2012 at 05:30:51PM +, Richard Connon wrote: I want to overlay a set of names onto an existing DNS zone for which I don't control the nameserver. I have a number of names which are "mine" inside a zone managed &q

Re: [Pdns-users] Retry NXDOMAIN with a secondary forwarder

2012-01-07 Thread Richard Connon
. DNS updates can take over 3 weeks (ridiculous, no?) to happen on the actual organisational nameservers so I want to make a resolver which will reflect our changes immediately. On 07/01/2012 17:24, Peter van Dijk wrote: Hello Richard, On Jan 7, 2012, at 4:45 , Richard Connon wrote: Is it possible th

[Pdns-users] Retry NXDOMAIN with a secondary forwarder

2012-01-06 Thread Richard Connon
Is it possible through lua scripting or otherwise to configure powerdns to look NXDOMAIN responses up in a second forwarder before returning NXDOMAIN. To clarify I'd like it to go something like: lookup name in NS1 if found in NS1: return NS1 result else: lookup name in NS2 return N