With commit
b80139777ebd2e0dc14cfd88d30eed80cfc04054 / PR #6021, it appears
that the behaviour of PowerDNS has changed to not act as a supermaster any
longer by default. Having to add a new setting that did not exist before,
to retain the old behaviour should be mentioned, I believe.
:tickets: 7357
API: Add response-by-qtype and response-by-rcode on /statistics endpoint
+
+ .. change::
+ :tags: Improvements
+ :pullreq: 6021
+
+ Several improvements to processing of notifies.
+
+ * Turn off supermaster support by default (adds new setting).
+ * PowerDNS was wasting a lot of queries while processing notifies.
+ * Use comboaddress for IPs (was strings)
Supermaster: automatic provisioning of slaves
---------------------------------------------
+.. versionchanged:: 4.2.0
+ Supermaster support needs to be explicitly enabled with the
+ :ref:`setting-supermaster` setting.
+
PowerDNS can recognize so called 'supermasters'. A supermaster is a host
which is master for domains and for which we are to be a slave. When a
master (re)loads a domain, it sends out a notification to its slaves.
- Default: no
.. versionadded:: 4.2.0
+ In versions before 4.2.x, this setting did not exist and supermaster support
+ was enabled by default.
Turn on supermaster support. See :ref:`supermaster-operation`.