Skip to content

Commit

Permalink
Merge pull request #2781 from pieterlexis/docs-nit
Browse files Browse the repository at this point in the history
Update backend-writers-guide.md
  • Loading branch information
Peter van Dijk committed Oct 8, 2015
2 parents 2a11ad4 + 7525a00 commit 86c244a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/markdown/appendix/backend-writers-guide.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 86c244a

Please sign in to comment.