]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec docs: link to multi-prefix dns64 example on our wiki 9441/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 3 Sep 2020 12:19:37 +0000 (14:19 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 3 Sep 2020 12:19:37 +0000 (14:19 +0200)
pdns/recursordist/docs/dns64.rst

index a9f2b0de464e34068ac17287995301b5925fb85c..1f7b9ff105f5190c29d33f51ff24d25bb5b73bfe 100644 (file)
@@ -25,4 +25,6 @@ To setup DNS64, with both forward and reverse records, create the following 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.
 Now ensure your script gets loaded by specifying it with :ref:`lua-dns-script=dns64.lua <setting-lua-dns-script>`.
 
+On our wiki, a user has kindly supplied `an example script with support for multiple prefixes <https://github.com/PowerDNS/pdns/wiki/DNS64-with-multiple-prefixes>`_.
+
 To enhance DNS64, see the :doc:`lua-scripting/index` documentation.