lua_pop(d_lua, 1); // table
// cerr<<"Adding content '"<<rr.content<<"' with place "<<(int)rr.d_place<<" \n";
+ rr.qname.makeUsLowerCase();
out.push_back(rr);
}
lua_pop(d_lua, 2); // c
vector<DNSResourceRecord> rrs;
while(sd.db->get(rr)) {
+ rr.qname.makeUsLowerCase();
if (rr.qtype.getCode())
{
rrs.push_back(rr);
rrs.push_back(rr);
while(sd.db->get(rr)) {
+ rr.qname.makeUsLowerCase();
if(rr.qname.isPartOf(target)) {
if (rr.qtype.getCode() == QType::ALIAS && ::arg().mustDo("outgoing-axfr-expand-alias")) {
vector<DNSResourceRecord> ips;