From: bert hubert Date: Fri, 29 Jun 2018 21:05:40 +0000 (+0200) Subject: Document that BIND backend hosted zones can't be altered from the API X-Git-Tag: dnsdist-1.3.1~15^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6765%2Fhead;p=thirdparty%2Fpdns.git Document that BIND backend hosted zones can't be altered from the API --- diff --git a/docs/backends/bind.rst b/docs/backends/bind.rst index 29ce67a7c8..0dc1bf9efb 100644 --- a/docs/backends/bind.rst +++ b/docs/backends/bind.rst @@ -9,6 +9,7 @@ Bind zone file backend * DNSSEC: Yes * Disabled data: No * Comments: No +* API: Read-only * Module name: bind * Launch: ``bind`` @@ -21,6 +22,8 @@ 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. +**note**: Because this backend retrieves its configuration from a text file 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. + Configuration Parameters ------------------------