node-dns
node-dns copied to clipboard
Add ability to set 'additional' section for request packets
RFC 6891 - EDNS Section 6.1.1 indicates the following:
An OPT pseudo-RR (sometimes called a meta-RR) MAY be added to the additional data section of a request.
Can we add the ability to send up RRs in the additional data section of a request? Currently, we're only sending up the question section. See pending.js line 128
I'll be happy to spin up a pull request if @tjfontaine is supportive!
I see that the additional section is being sent as-is.
However, I haven't been able to figure out how to send an OPT version 0 as required by edns.
Did you figure it out?