]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Apply suggestions from code review 16417/head
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Mon, 3 Nov 2025 17:20:48 +0000 (12:20 -0500)
committerGitHub <noreply@github.com>
Mon, 3 Nov 2025 17:20:48 +0000 (12:20 -0500)
Co-authored-by: Miod Vallat <miod.vallat@powerdns.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
docs/backends/remote.rst

index 9304620dd9f9ae3aecf93ef20bb7ff604ba050b1..766c690577b07e1f763f5982bd0f56ca2677a046 100644 (file)
@@ -29,7 +29,7 @@ connector.
 Important notices
 -----------------
 
-Broken networks with ipv6 suffixes
+Broken networks with IPv6 suffixes
 ==================================
 
 In some (broken) network setups, the IP addresses provided in the
@@ -39,12 +39,13 @@ when checking the IP addresses.
 
 Breaking changes from pre v4.0 to v4.0+
 =======================================
+
 Before version 4.0, the DNS names passed in queries were sent without a trailing
-dot, after version 4.0 the DNS names are always sent with trailing dot. F.ex.
+dot, after version 4.0 the DNS names are always sent with trailing dot, e.g.
 example.org is now sent as example.org.
 
 For the :ref:`remote-lookup` method, the priority field was required before 4.0.
-After 4.0 priority is added to content. This applies to any resource record which
+After 4.0, priority is added to content. This applies to any resource record which
 uses priority, for example SRV or MX.
 
 Compiling
@@ -1025,7 +1026,7 @@ records.
 -  Mandatory: no
 -  Parameters: ip,domain,nsset,account
 -  Reply: true for success, false for failure. can also return
-   ``account``=>``name of account`` and nameserver.
+   ``account`` = ``name of account`` and nameserver.
 
 Example JSON/RPC
 ''''''''''''''''