[Pdns-users] Custom pipe backend

2011-05-27 Thread Ardhan Madras
Hi All, I wrote custom pipe backend, the backend act as recursor, logging (for statistics purposes), domain filtering, load balancing, etc. This is the famous `dig' output for my PowerDNS server with its backend. In those output just discard the ttl because it currently being harcoded.

Re: [Pdns-users] MongoDB Backend merged Re: Mongo DB and PowerDNS part 3: Now with DNSSEC

2011-05-27 Thread Nick Milas
On 27/5/2011 10:16 πμ, Jan-Piet Mens wrote: If it were C, I could help you a bit -- the last time I looked (admittedly a few years ago), PowerDNS was written in C++ ;-) Thank you. Very kind of you. It must be C++. Unfortunately, I am unfamiliar with both (C, C++). I am an old tech guy: FOR

Re: [Pdns-users] 3.0-RC2 crash on sending notify

2011-05-27 Thread Charles Sprickman
bert hubert wrote: > On Thu, May 26, 2011 at 11:06:16PM -0400, Charles Sprickman wrote: >> various values for loglevel from 5 all the way up to 999 and never saw >> an increase in verbosity), so I tried launching powerdns from gdb, just >> to see if I could get more of a hint about what was happeni

Re: [Pdns-users] MongoDB Backend merged Re: Mongo DB and PowerDNS part 3: Now with DNSSEC

2011-05-27 Thread Jan-Piet Mens
> I may have to find time to read a bit about programming in C. If it were C, I could help you a bit -- the last time I looked (admittedly a few years ago), PowerDNS was written in C++ ;-) -JP ___ Pdns-users mailing list Pdns-users@mailman.power

Re: [Pdns-users] MongoDB Backend merged Re: Mongo DB and PowerDNS part 3: Now with DNSSEC

2011-05-27 Thread Nick Milas
On 27/5/2011 12:59 πμ, fredrik danerklint wrote: Hopefully Bert can answer better than I can on this. Have you read the documentation about writeing a backend? http://doc.powerdns.com/master-backends.html It says that the backend only needs to have these two function to functions as a master b