From: Pieter Lexis Date: Thu, 8 Oct 2015 14:04:55 +0000 (+0200) Subject: Update backend-writers-guide.md X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7525a000f8d50a6adb43ce1d900590792fb2e7c4;p=thirdparty%2Fpdns.git Update backend-writers-guide.md --- diff --git a/docs/markdown/appendix/backend-writers-guide.md b/docs/markdown/appendix/backend-writers-guide.md index c8254ad8bf..738de14d19 100644 --- a/docs/markdown/appendix/backend-writers-guide.md +++ b/docs/markdown/appendix/backend-writers-guide.md @@ -1,5 +1,5 @@ # Backend writers' guide -PDNS backends are implemented via a simple yet powerful C++ interface. If your needs are not met by the PipeBackend, you may want to write your own. Before doing any PowerDNS development, please visit [the wiki](http://wiki.powerdns.com). +PowerDNS backends are implemented via a simple yet powerful C++ interface. If your needs are not met by the PipeBackend, you may want to write your own. Before doing any PowerDNS development, please visit [the wiki](http://wiki.powerdns.com). A backend contains zero DNS logic. It need not look for CNAMEs, it need not return NS records unless explicitly asked for, etcetera. All DNS logic is contained within PDNS itself - backends should simply return records matching the description asked for.