From: Peter Gervai Date: Sat, 1 Dec 2018 21:21:19 +0000 (+0100) Subject: Fixed typos around DNS64 lua docs X-Git-Tag: auth-4.2.0-alpha1~10^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bb40b8d397f80f122ed4a98cb4c126077b35a09;p=thirdparty%2Fpdns.git Fixed typos around DNS64 lua docs --- diff --git a/pdns/recursordist/docs/dns64.rst b/pdns/recursordist/docs/dns64.rst index 15dd99e701..9c5e609d63 100644 --- a/pdns/recursordist/docs/dns64.rst +++ b/pdns/recursordist/docs/dns64.rst @@ -21,7 +21,7 @@ To setup DNS64, with both forward and reverse records, create the following Lua .. literalinclude:: ../contrib/dns64.lua :language: lua -Where fe80::21b::77ff:0:0 is your "Pref64" translation prefix and the "ip6.arpa" string is the reversed form of this Pref64 address. +Where fe80::21b:77ff:0:0 is your "Pref64" translation prefix and the "ip6.arpa" string is the reversed form of this Pref64 address. Now ensure your script gets loaded by specifying it with :ref:`lua-dns-script=dns64.lua `. To enhance DNS64, see the :doc:`lua-scripting/index` documentation. diff --git a/pdns/recursordist/docs/lua-scripting/hooks.rst b/pdns/recursordist/docs/lua-scripting/hooks.rst index 6ded2c7dda..cd23fcf41b 100644 --- a/pdns/recursordist/docs/lua-scripting/hooks.rst +++ b/pdns/recursordist/docs/lua-scripting/hooks.rst @@ -173,8 +173,7 @@ DNS64 ----- The ``getFakeAAAARecords`` and ``getFakePTRRecords`` followupFunctions -can be used to implement DNS64. See `DNS64 support in the PowerDNS -Recursor `__ for more information. +can be used to implement DNS64. See :doc:`dns64` for more information. To get fake AAAA records for DNS64 usage, set dq.followupFunction to ``getFakeAAAARecords``, dq.followupPrefix to e.g. "64:ff9b::" and