]> granicus.if.org Git - pdns/commitdiff
Update backend-writers-guide.md
authorPieter Lexis <pieterlexis@users.noreply.github.com>
Thu, 8 Oct 2015 14:04:55 +0000 (16:04 +0200)
committerPieter Lexis <pieterlexis@users.noreply.github.com>
Thu, 8 Oct 2015 14:04:55 +0000 (16:04 +0200)
docs/markdown/appendix/backend-writers-guide.md

index c8254ad8bf914840a235422168deb03f476ea032..738de14d192a398156171d1a068a9e2b0d6151b3 100644 (file)
@@ -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.