From: bert hubert Date: Thu, 28 May 2015 09:58:07 +0000 (+0200) Subject: clarify even FURTHER that the pipe backend does not get the qname from the packet X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~28^2~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=501d8a4bbe3a188a388a67de6776d7242bbca001;p=thirdparty%2Fpdns.git clarify even FURTHER that the pipe backend does not get the qname from the packet --- diff --git a/modules/pipebackend/backend.pl b/modules/pipebackend/backend.pl index 583e346035..a766d352b0 100755 --- a/modules/pipebackend/backend.pl +++ b/modules/pipebackend/backend.pl @@ -29,6 +29,7 @@ while(<>) next; } + # note! the qname is what PowerDNS asks the backend. It need not be what the internet asked PowerDNS! my ($type,$qname,$qclass,$qtype,$id,$ip)=split(/\t/); if(($qtype eq "SOA" || $qtype eq "ANY") && $qname eq "example.com") {