]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Apply suggestions from code review 10082/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Mon, 15 Feb 2021 09:05:57 +0000 (10:05 +0100)
committerGitHub <noreply@github.com>
Mon, 15 Feb 2021 09:05:57 +0000 (10:05 +0100)
Co-authored-by: Peter van Dijk <peter.van.dijk@powerdns.com>
docs/lua-records/index.rst

index 7845010f291f39a09dbe6f32514179d32c501e94..dbde1185c2f3a01b8e5da300bb63c19e812ce580 100644 (file)
@@ -28,8 +28,8 @@ In addition, to benefit from the geographical features, make sure the PowerDNS
 launch statement includes the ``geoip`` backend.
 
 .. warning::
-  When using AXFR to transfer long LUA records, ensure that the record content split into segments no longer than 255 bytes.
-  Due to the nature of the transfer method (as TXT content), the content will be split into 255 byte chunks.
+  When using AXFR to transfer long LUA records, ensure that the record content is split into segments no longer than 255 bytes.
+  Otherwise, due to the nature of the transfer method (as TXT content), the content will be split into 255 byte chunks.
   This can lead to the code being split in the wrong places on the secondary.
 
 Examples