From 7bb40b8d397f80f122ed4a98cb4c126077b35a09 Mon Sep 17 00:00:00 2001 From: Peter Gervai Date: Sat, 1 Dec 2018 22:21:19 +0100 Subject: [PATCH] Fixed typos around DNS64 lua docs --- pdns/recursordist/docs/dns64.rst | 2 +- pdns/recursordist/docs/lua-scripting/hooks.rst | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pdns/recursordist/docs/dns64.rst b/pdns/recursordist/docs/dns64.rst index 15dd99e70..9c5e609d6 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 6ded2c7dd..cd23fcf41 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 -- 2.40.0