From 8a9ea70a3afc3958d3ae8d3864cc4ffb78de281b Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Wed, 21 Jul 2021 16:42:48 +0300 Subject: [PATCH] bindbackend: Document bind-supermaster-config --- docs/backends/bind.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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 -- 2.47.2