]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update docs/modes-of-operation.rst 15043/head
authornixargh <nixargh@protonmail.com>
Thu, 16 Jan 2025 13:09:14 +0000 (16:09 +0300)
committerGitHub <noreply@github.com>
Thu, 16 Jan 2025 13:09:14 +0000 (16:09 +0300)
Co-authored-by: Peter van Dijk <peter.van.dijk@powerdns.com>
docs/modes-of-operation.rst

index 9fb3cfc930b09177d9856144486cfc6a734e5e96..38e7def932e96f2c4bd29cd5d0de5b80d60312a6 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 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.
+  When a secondary receives notification while bootstrapping a new domain using autosecondary feature, it will send
+  SOA and NS queries to the IP address matched in the ``supermasters`` table. These queries are **not** recursive.
   This will cause domain bootstrap to fail if the primary authoritative server is hidden behind a recursor,
   so make sure these queries go (or are forwarded by dnsdist) straight to the auth server.