From: Pieter Lexis Date: Wed, 15 Mar 2017 08:29:44 +0000 (+0100) Subject: Properly include dns64.lua in the docs X-Git-Tag: rec-4.1.0-alpha1~202^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=100fcdaac166ef7dde53a16d7635ea66787e96cf;p=pdns Properly include dns64.lua in the docs Also move it to contrib so it is shipped in the recursor tarball. --- diff --git a/docs/markdown/recursor/dns64.md b/docs/markdown/recursor/dns64.md index 140c172ac..3d3825880 100644 --- a/docs/markdown/recursor/dns64.md +++ b/docs/markdown/recursor/dns64.md @@ -24,7 +24,7 @@ To setup DNS64, with both forward and reverse records, create the following Lua script and save it to a file called `dns64.lua` ``` -!!include ../pdns/dns64.lua +!!include=../pdns/recursordist/contrib/dns64.lua ``` Where fe80::21b::77ff:0:0 is your "Pref64" translation prefix and the "ip6.arpa" diff --git a/pdns/dns64.lua b/pdns/recursordist/contrib/dns64.lua similarity index 100% rename from pdns/dns64.lua rename to pdns/recursordist/contrib/dns64.lua