From: bert hubert Date: Thu, 16 May 2013 22:06:50 +0000 (+0200) Subject: tiny tweaks to documentation X-Git-Tag: auth-3.3-rc1~29^2~7^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be84b10ec3a8804d19042d7ec55bbc2095d8be21;p=pdns tiny tweaks to documentation --- diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 592cb6d21..598fef7b3 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -13968,7 +13968,7 @@ end In addition, since PowerDNS Recursor 3.6, it is also possible to also generate the associated PTR records. - This makes sure that reverse lookup if IPv6 addresses generate the right name. The procedure is similar, + 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. @@ -13981,7 +13981,6 @@ end function preresolve ( remoteip, domain, qtype ) if qtype ==pdns.PTR and endswith(domain, "f.f.7.7.b.1.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.e.f.ip6.arpa.") then - print("This is our faked AAAA record in reverse") return "getFakePTRRecords", domain, "fe80::21b::77ff:0:0" end return -1, {}