]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update docs/modes-of-operation.rst
authornixargh <nixargh@protonmail.com>
Thu, 16 Jan 2025 09:42:49 +0000 (12:42 +0300)
committerGitHub <noreply@github.com>
Thu, 16 Jan 2025 09:42:49 +0000 (12:42 +0300)
Co-authored-by: Miod Vallat <miod.vallat@open-xchange.com>
docs/modes-of-operation.rst

index 84fc1e7af477cf34b477d6cbc67204308131ea45..8cdf74b364ffc3b4eb3573c81148d78b90c028ad 100644 (file)
@@ -255,8 +255,8 @@ Adding a autoprimary can be done either directly in the database,
 or by using the 'pdnsutil add-autoprimary' command.
 
 .. warning::
-  When secondary gets notification and is bootstraping a new domain using autosecondary feature it does
-  SOA and NS queries to IP address from ``supermasters`` table. These queries are NOT recursive!
+  When a secondary receives notification while bootstraping a new domain using autosecondary feature, it will send
+  SOA and NS queries to the IP address obtained from the ``supermasters`` table. These queries are **not** recursive.
   It means that domain bootstrap will fail if your primary authoritative server is hidden behind recursor,
   so make sure these queries goes (or routed by dnsdist) straight to auth server.