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

2012-01-09 Thread Peter van Dijk
Hi, On Jan 9, 2012, at 12:13 , Richard Connon wrote: > I guess what's really needed here is really a DNS backend to the auth server, > but the use-cases for such a thing are very limited. This is the second time in 5 months that I've heard of a remotely sensible use case for such a backend :)

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 Peter van Dijk
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 way to hook this into the recursor; what

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

2012-01-09 Thread Peter van Dijk
Hello, On Jan 9, 2012, at 11:43 , Erik Weber wrote: >> >> I could do that. How difficult would that be? At the moment I wouldn't know >> where to start. > > Take a look at the sample here: > http://doc.powerdns.com/recursor-scripting.html > > You'd have to write some lookup code (to the datab

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

2012-01-09 Thread Erik Weber
On Mon, Jan 9, 2012 at 11:30 AM, Richard Connon wrote: > 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 thr

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 s