]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
documentation for createReverse6 14975/head
authorBozhan Liang <lbz@rivensbane.com>
Mon, 16 Dec 2024 12:29:04 +0000 (20:29 +0800)
committerJames <lbz@rivensbane.com>
Sat, 18 Jan 2025 02:57:42 +0000 (15:57 +1300)
docs/lua-records/functions.rst

index a078ee4200abb55fe5d52f111efd17ffbcd5e29e..c71b86379209c871d490711d22f7552ae606339c 100644 (file)
@@ -415,6 +415,7 @@ Reverse DNS functions
       - ``%3%`` = 0
       - ``%4%`` = 1
   - ``%33%`` converts the compressed address format into a dashed format, e.g. ``2001:a::1`` to ``2001-a--1``
+      This format may add '0' to the result, preventing it from being identified as an illegal IDN by ``dig``.
   - ``%34%`` to ``%41%`` represent the 8 uncompressed 2-byte chunks
       - **Example:** PTR query for ``2001:a:b::123``
       - ``%34%`` - returns ``2001`` (chunk 1)