From: paulhoogsteder Date: Sat, 25 Jan 2020 22:07:53 +0000 (+0100) Subject: Update modes-of-operation.rst X-Git-Tag: rec-4.5.0-alpha1~24^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=67b1539946f2a6bb73633aeea79da13df2435dfb;p=thirdparty%2Fpdns.git Update modes-of-operation.rst Clarified usage of SOA record, NS records and supermasters table. --- diff --git a/docs/modes-of-operation.rst b/docs/modes-of-operation.rst index b4f42f69d0..5b0d8c70c1 100644 --- a/docs/modes-of-operation.rst +++ b/docs/modes-of-operation.rst @@ -202,9 +202,9 @@ must be met: - :ref:`setting-superslave` support must be enabled -- The supermaster must carry a SOA record for the notified domain -- The supermaster IP must be present in the 'supermaster' table -- The set of NS records for the domain, as retrieved by the slave from the supermaster, must include the name that goes with the IP address in the supermaster table +- The supermaster must carry a SOA record for the notified domain corresponding with one of the NS records for that domain +- The supermaster IP must be present in the 'supermasters' table in the database on the slave, along with the name mentioned in the SOA +- The set of NS records for the domain, as retrieved by the slave from the supermaster, must include the name that goes with the IP address in the supermasters table - If your master sends signed NOTIFY it will mark that TSIG key as the TSIG key used for retrieval as well - If you turn off :ref:`setting-allow-unsigned-supermaster`, then your supermaster(s) are required to sign their notifications.