Skip to content

Commit

Permalink
documentation for createReverse6
Browse files Browse the repository at this point in the history
  • Loading branch information
BozhanL committed Dec 16, 2024
1 parent a2fba57 commit 028eaf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/lua-records/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,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)
Expand Down

0 comments on commit 028eaf4

Please sign in to comment.