]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Improve wording as suggested by reviewer
authorKlaus Darilion <klaus.darilion@nic.at>
Thu, 7 Apr 2022 07:13:37 +0000 (07:13 +0000)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Wed, 10 Aug 2022 21:38:58 +0000 (23:38 +0200)
docs/modes-of-operation.rst
docs/settings.rst

index 7ffafcf0aa6829267867a1bc0f352251a187460a..9262a6cf4ad845bf37a7911e8d686c216481cc3d 100644 (file)
@@ -108,12 +108,12 @@ This is useful if the Primary is also PowerDNS as the serial may not be
 increased although signatures are updated. To compare also the RRSIGs,
 PowerDNS sets the DO flag when querying the SOA on the Primary. Setting
 the DO flag may trigger truncated responses and the SOA check should
-fall-back to TCP. As this fall-back is currently not supported in
+fall back to TCP. As this fallback is not currently supported in
 PowerDNS, freshness checks may fail. If it is known that the Primary
 always increases the serial on signature changes, signature comparison
 can be turned off by disabling
 :ref:`setting-compare-signatures-on-zone-freshness-check`. This will disable
-the DO flag and should work around the truncate issue.
+the DO flag and should work around the issue with truncate.
 
 When the freshness of a domain cannot be checked, e.g. because the
 master is offline, PowerDNS will retry the domain after
index 8bb24f1a9fe5b2ea276e9d669e2c6088edababa3..1baa8f4c807560a0549c9c4880738916d3a95cab 100644 (file)
@@ -284,7 +284,7 @@ documentation on how to modify unit-files).
 -  Default: yes
 
 Turning this off will disable the DO flag for SOA queries during zone freshness checks of secondary zones
-to workaround truncated SOA responses. It will also disable signature comparison which are used to detect
+to work around truncated SOA responses. It will also disable signature comparison which is used to detect
 signature changes even when the serial was not increased. Hence, disable this setting only if the Primary
 name server always increases the serial on signature changes.