From 100fcdaac166ef7dde53a16d7635ea66787e96cf Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Wed, 15 Mar 2017 09:29:44 +0100 Subject: [PATCH] Properly include dns64.lua in the docs Also move it to contrib so it is shipped in the recursor tarball. --- docs/markdown/recursor/dns64.md | 2 +- pdns/{ => recursordist/contrib}/dns64.lua | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename pdns/{ => recursordist/contrib}/dns64.lua (100%) 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 -- 2.50.1