]> granicus.if.org Git - pdns/commitdiff
Fixed typos around DNS64 lua docs
authorPeter Gervai <grin@grin.hu>
Sat, 1 Dec 2018 21:21:19 +0000 (22:21 +0100)
committerPeter Gervai <grin@grin.hu>
Sat, 1 Dec 2018 21:21:19 +0000 (22:21 +0100)
pdns/recursordist/docs/dns64.rst
pdns/recursordist/docs/lua-scripting/hooks.rst

index 15dd99e701bb0a41c1fc40b796d101d1f1b48f3e..9c5e609d6379c5fafe07bcb48828480a1f4103cb 100644 (file)
@@ -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 <setting-lua-dns-script>`.
 
 To enhance DNS64, see the :doc:`lua-scripting/index` documentation.
index 6ded2c7dda14a3a46ab9a5e219f3fce32e9a14d0..cd23fcf41b4499191dba64e5e760fc5f824fab84 100644 (file)
@@ -173,8 +173,7 @@ DNS64
 -----
 
 The ``getFakeAAAARecords`` and ``getFakePTRRecords`` followupFunctions
-can be used to implement DNS64. See `DNS64 support in the PowerDNS
-Recursor <dns64.md>`__ 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