Skip to content

Commit

Permalink
Update backend-writers-guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlexis committed Oct 8, 2015
1 parent ea9a2a7 commit 7525a00
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 7525a00

Please sign in to comment.