From 501d8a4bbe3a188a388a67de6776d7242bbca001 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Thu, 28 May 2015 11:58:07 +0200 Subject: [PATCH] clarify even FURTHER that the pipe backend does not get the qname from the packet --- modules/pipebackend/backend.pl | 1 + 1 file changed, 1 insertion(+) 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") { -- 2.47.2