Difference between revisions of "PowerDNS OpenDBX Backend/Introduction"
(header hierarchy) |
(→Download) |
||
Line 7: | Line 7: | ||
== Download == | == Download == | ||
− | The OpenDBX backend is included in the PowerDNS source tree. Additionally, you can get the latest patches for the PowerDNS OpenDBX backend from the [[PowerDNS OpenDBX Backend | + | The OpenDBX backend is included in the PowerDNS source tree. Additionally, you can get the latest patches for the PowerDNS OpenDBX backend from the [[PowerDNS OpenDBX Backend/Download|download]] page. You will also need the [[OpenDBX]] library to be able to use the OpenDBX backend. |
== Credits == | == Credits == |
Revision as of 15:55, 17 May 2007
Contents
Rationale
This HOWTO documents the steps necessary to build and use the OpenDBX backend I've written for PowerDNS, an extremely versatile name server. This backend enables PowerDNS to retrieve DNS information from all databases supported by the OpenDBX library.
Download
The OpenDBX backend is included in the PowerDNS source tree. Additionally, you can get the latest patches for the PowerDNS OpenDBX backend from the download page. You will also need the OpenDBX library to be able to use the OpenDBX backend.
Credits
I would like to thank Bert Hubert for his courage to write a clean implementation of the DNS protocol, which is a real nightmare for every good programmer. You will understand what I mean, if you read the specs yourself
As a result PowerDNS is an extremely versatile DNS server consisting of very good source code which is easy to understand and to extend. Please support him by contributing code or bug reports or spread the word of PowerDNS ;-)
Back to Overview