From be84b10ec3a8804d19042d7ec55bbc2095d8be21 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Fri, 17 May 2013 00:06:50 +0200 Subject: [PATCH] tiny tweaks to documentation --- pdns/docs/pdns.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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, {} -- 2.50.1