]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
formatting
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 21 Jan 2021 08:43:20 +0000 (09:43 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 31 Mar 2021 10:46:24 +0000 (12:46 +0200)
docs/appendices/FAQ.rst
docs/appendices/backend-writers-guide.rst
docs/settings.rst

index 53aac8c73860bb6544c3bcbfcf524e235a1dd293..a7a0ac2e5cc0b45a32f1664f39bedbc298fd0115 100644 (file)
@@ -19,7 +19,7 @@ In :ref:`secondary mode<secondary-operation>` PowerDNS Authoritative Server list
 and will also periodically check for SOA serial number changes at the primary.
 
 Can PowerDNS Server act as Secondary and Primary at the same time?
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 Yes totally, enable both by saying ``yes`` to :ref:`setting-primary` and :ref:`setting-secondary` in your configuration.
 
 How can I limit Zone Transfers (AXFR) per Domain?
@@ -27,7 +27,7 @@ How can I limit Zone Transfers (AXFR) per Domain?
 With the ALLOW-AXFR-FROM metadata, See :ref:`the documentation <metadata-allow-axfr-from>`.
 
 I have a working Autoprimary/Autosecondary setup but when I remove Domains from the Primary they still remain on the Secondary. Am I doing something wrong?
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 You're not doing anything wrong.
 This is the perfectly normal and expected behavior because the AXFR (DNS Zonetransfer) Protocol does not provide for zone deletion.
 You need to remove the zones from the secondary manually or via a custom script.
@@ -51,13 +51,13 @@ Invite such operators to look at :rfc:`section 6.2.1 of RFC 1034 <1034#section-6
 In fact, none of the non-deprecated authoritative answers shown have authority records!
 
 Primary or Secondary support is not working, PowerDNS is not picking up changes
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 The Primary/Secondary apparatus is off by default.
 Turn it on by adding a :ref:`setting-secondary` and/or :ref:`setting-primary` statement to the configuration file.
 Also, check that the configured backend is primary or secondary capable and you entered exactly the same string to the Domains tables without the ending dot.
 
 My primaries won't allow PowerDNS to access zones as it is using the wrong local IP address
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 By default, PowerDNS lets the kernel pick the source address.
 To set an explicit source address, use the :ref:`setting-query-local-address` setting.
 
index c5b54487a6c79a9396a42641dcec4c1b73899a0b..79bd11fba7933cc779b8105330e6df142e8cb5f4 100644 (file)
@@ -520,7 +520,7 @@ available. The exact definitions:
 .. _rw-secondary:
 
 Read/write secondary-capable backends
----------------------------------
+-------------------------------------
 
 The backends above are 'natively capable' in that they contain all data
 relevant for a domain and do not pull in data from other nameservers. To
@@ -681,7 +681,7 @@ The actual code in PowerDNS is currently:
         g_log<<Logger::Error<<"AXFR done for '"<<domain<<"'"<<endl;
 
 Autoprimary/autosecondary capability
----------------------------------
+------------------------------------
 
 A backend that wants to act as an 'autosecondary' (formerly 'superslave') for a primary should
 implement the following method:
index ed961d977b4c3a805d705e994e130d47ad12787b..2a452cb7444420e78a58701f4258810ee568cd9a 100644 (file)
@@ -128,7 +128,7 @@ Static pre-shared authentication key for access to the REST API.
 .. _setting-autosecondary:
 
 ``autosecondary``
----------------
+-----------------
 
 .. versionchanged:: 4.5.0
   This was called :ref:`setting-superslave` before 4.5.0.
@@ -1219,7 +1219,7 @@ prevent-self-notification to "no".
 .. _setting-primary:
 
 ``primary``
-----------
+-----------
 
 .. versionchanged:: 4.5.0
   This was called :ref:`setting-master` before 4.5.0.
@@ -1384,7 +1384,7 @@ Turn on operating as a secondary. See :ref:`secondary-operation`.
 .. _setting-secondary-do-renotify:
 
 ``secondary-do-renotify``
-------------------
+-------------------------
 
 .. versionchanged:: 4.5.0
   This was called :ref:`setting-slave-renotify` before 4.5.0.