tjfontaine / node-dns

Replacement dns module in pure javascript for node.js
MIT License
585 stars 154 forks source link

Need to know if this supports sending EDNS query #116

Open AbhishekPuranam opened 7 years ago

AbhishekPuranam commented 7 years ago

Hi ,

I need to provide a license key for every EDNS query thats being sent to DNS resolver. I have enabled EDNS from the script. However i am unaware how to send the EDNS message along with the query using your script. Could you kindly help me.