From: Tom Laermans Date: Thu, 12 Nov 2015 14:13:16 +0000 (+0100) Subject: Correct small typo in dns64 documentation X-Git-Tag: dnsdist-1.0.0-alpha1~189^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99d003a34997b48df4967b51a26fd062576d1d26;p=pdns Correct small typo in dns64 documentation Parameter to set is described incorrectly, lua-dns-script is correct. --- diff --git a/docs/markdown/recursor/dns64.md b/docs/markdown/recursor/dns64.md index d6ba01b33..a23149305 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.