Tony Finch found that we put the SOA record in the wrong section on NO ERROR, NO DATA.
This commit is contained in:
@ -168,7 +168,7 @@ bool processQuestion(const DNSNode& zones, DNSMessageReader& dm, const ComboAddr
|
|||||||
else {
|
else {
|
||||||
cout<<"Node exists, qtype doesn't, NOERROR situation, inserting SOA"<<endl;
|
cout<<"Node exists, qtype doesn't, NOERROR situation, inserting SOA"<<endl;
|
||||||
const auto& rrset = bestzone->rrsets[DNSType::SOA];
|
const auto& rrset = bestzone->rrsets[DNSType::SOA];
|
||||||
response.putRR(DNSSection::Answer, zonename, DNSType::SOA, rrset.ttl, rrset.contents[0]);
|
response.putRR(DNSSection::Authority, zonename, DNSType::SOA, rrset.ttl, rrset.contents[0]);
|
||||||
}
|
}
|
||||||
addAdditional(bestzone, zonename, additional, response);
|
addAdditional(bestzone, zonename, additional, response);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user