tjfontaine / node-dns

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

DNSSEC Support #115

Open AaronNGray opened 7 years ago

AaronNGray commented 7 years ago

I need DNSSEC support in both client and server.

I need to be able to map DNS requests on a localhost server to a remote DNSSEC request in order to provide an 'indirection/proxy' DNS server that can cache DNS results, share DNS results with other local servers by a protocol and make secure DNSSEC requests for actual DNS updates and/or do DNS requests over SSL/TLS.