From 99d003a34997b48df4967b51a26fd062576d1d26 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Thu, 12 Nov 2015 15:13:16 +0100 Subject: [PATCH] Correct small typo in dns64 documentation Parameter to set is described incorrectly, lua-dns-script is correct. --- docs/markdown/recursor/dns64.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/recursor/dns64.md b/docs/markdown/recursor/dns64.md index d6ba01b336..a231493053 100644 --- a/docs/markdown/recursor/dns64.md +++ b/docs/markdown/recursor/dns64.md @@ -19,7 +19,7 @@ To setup DNS64, create the following Lua script and save it to a file called dns end ``` -Where fe80::21b::77ff:0:0 is your "Pref64" translation prefix. Next, make sure your script gets loaded by specifying it with `lua-pdns-script=dns64.lua`. +Where fe80::21b::77ff:0:0 is your "Pref64" translation prefix. Next, make sure your script gets loaded by specifying it with `lua-dns-script=dns64.lua`. In addition, since PowerDNS Recursor 3.6, it is also possible to also generate the associated PTR records. This makes sure that reverse lookup of DNS64-generated IPv6 addresses generate the right name. The procedure is similar, a request for an IPv6 PTR is converted into one for the corresponding IPv4 address. -- 2.47.2