From: Aki Tuomi Date: Wed, 21 Jul 2021 13:42:48 +0000 (+0300) Subject: bindbackend: Document bind-supermaster-config X-Git-Tag: auth-4.7.0-alpha1~83^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a9ea70a3afc3958d3ae8d3864cc4ffb78de281b;p=thirdparty%2Fpdns.git bindbackend: Document bind-supermaster-config --- diff --git a/docs/backends/bind.rst b/docs/backends/bind.rst index 04a110ebbb..16a8f19b52 100644 --- a/docs/backends/bind.rst +++ b/docs/backends/bind.rst @@ -105,6 +105,28 @@ Store DNSSEC keys and metadata storage in another backend. See the Setting this option to ``yes`` makes PowerDNS ignore out of zone records when loading zone files. +.. _setting-bind-supermasters: + +``bind-supermasters`` +~~~~~~~~~~~~~~~~~~~~~ + +Specifies file where to read list of autoprimaries. +BIND backend only checks IP address of primary server. + +The file must contain one IP and account per line, separated by whitespace. + +BIND backend can only read this file, not write it. + + +.. _setting-bind-supermaster-config: + +``bind-supermaster-config`` +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +When a new zone is configured via the autosecondary mechanism, bindbackend *writes* a zone entry to this file. + +Your ``bind-config`` file should have an ``include`` statement to make sure this file is read on startup. + .. _bind-operation: Operation