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.
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
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
> 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
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