]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
docs: Add paragraph on benefits of the BIND backend
authorGert van Dijk <gertvdijk@gmail.com>
Sun, 31 Mar 2019 17:25:22 +0000 (19:25 +0200)
committerGert van Dijk <gertvdijk@gmail.com>
Mon, 8 Apr 2019 10:15:07 +0000 (12:15 +0200)
docs/backends/bind.rst

index 4a18f255f33b6c18bcee57e61b9bb9c05e78f79d..b8b8c73eb1d59a1bf7a85712d3f346a706f3c8c2 100644 (file)
@@ -22,8 +22,13 @@ information about zones from it. It makes no attempt to honour other
 configuration flags, which you should configure (when available) using
 the PowerDNS native configuration.
 
+Unique to this PowerDNS backend is that it serves from plain zone files,
+which allows for hand-crafting zone files, only takes a tiny footprint
+in terms of server resource usage while being
+:ref:`performant efficiently <bind_performance>`.
+
 .. note::
-  Because this backend retrieves its configuration from a text file and
+  Because this backend retrieves its configuration from plain files and
   not a database, the HTTP API is unable to process changes for this
   backend. This effectively makes the API read-only for zones hosted by
   the BIND backend.
@@ -152,6 +157,8 @@ removed from memory.
 All zones with a changed timestamp are reloaded at the next incoming
 query for them.
 
+.. _bind_performance:
+
 Performance
 -----------