From: Peter van Dijk Date: Thu, 3 Sep 2020 12:19:37 +0000 (+0200) Subject: rec docs: link to multi-prefix dns64 example on our wiki X-Git-Tag: rec-4.5.0-alpha0~22^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=788988593db27007d050ddfa961246ff69d6aade;p=thirdparty%2Fpdns.git rec docs: link to multi-prefix dns64 example on our wiki --- diff --git a/pdns/recursordist/docs/dns64.rst b/pdns/recursordist/docs/dns64.rst index a9f2b0de46..1f7b9ff105 100644 --- a/pdns/recursordist/docs/dns64.rst +++ b/pdns/recursordist/docs/dns64.rst @@ -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 `. +On our wiki, a user has kindly supplied `an example script with support for multiple prefixes `_. + To enhance DNS64, see the :doc:`lua-scripting/index` documentation.