Hi.
Can unbound answers without Authoritative RR and Additional RR field’s, like Google DNS?
Whether it is possible to make it on a pythonmod?
Hi.
Can unbound answers without Authoritative RR and Additional RR field’s, like Google DNS?
Whether it is possible to make it on a pythonmod?
Hi Telesis,
Can unbound answers without Authoritative RR and Additional RR field's,
like Google DNS?
Not by default. It will copy the message format that the authority
server uses. So that if it uses the format of e.g. google DNS, then it
will answer like that.
Whether it is possible to make it on a pythonmod?
Yes. I think if you want to do this correctly you should not remove the
NSEC and NSEC3 records.
Best regards,
Wouter