From: Peter van Dijk Date: Tue, 20 Dec 2022 22:41:44 +0000 (+0100) Subject: add 4.8.0 changes - could probably format these better X-Git-Tag: dnsdist-1.8.0-rc3~11^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ee5265d36fda7836a76530d4acf0c4b08091296b;p=thirdparty%2Fpdns.git add 4.8.0 changes - could probably format these better --- diff --git a/docs/lua-records/functions.rst b/docs/lua-records/functions.rst index c6f9f8f109..f01466eb0a 100644 --- a/docs/lua-records/functions.rst +++ b/docs/lua-records/functions.rst @@ -308,6 +308,8 @@ Reverse DNS functions $ dig +short A 127.0.0.5.static.example.com @ns1.example.com 127.0.0.5 + Since 4.8.0: the hex format can be prefixed by any number of characters (within DNS label length limits), including zero characters (so no prefix). + .. function:: createReverse6(format[, exceptions]) Used for generating default hostnames from IPv6 wildcard reverse DNS records, e.g. ``*.1.0.0.2.ip6.arpa`` @@ -375,6 +377,8 @@ Reverse DNS functions $ dig +short AAAA 2001-a-b--1.static6.example.com @ns1.example.com 2001:a:b::1 + Since 4.8.0: a non-split full length format (``20010002000300040005000600070db8.example.com``) is also supported, optionally prefixed, in which case the last 32 characters will be considered. + .. function:: filterForward(address, masks[, fallback]) .. versionadded:: 4.5.0