-
-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DNSSEC Support #3
Comments
If you implement this: https://github.com/techguy613/native-dns-packet/blob/master/packet.js |
@song940 When will this get implemented? |
emm... sorry guys, i have no time to do this. |
Hello there, any news about that enhancement ? |
Any news... Whats needed to get this done - Funding needed? |
Any updates? |
This project can be used instead https://github.com/EduardoRuizM/native-dnssec-dns-packet for parsing packets - it has DNSSEC support. |
It's been a week, and we dove deep and ran into countless similar issues (e.g. #16, #77, etc) (and other issues in general). We released 🍊 Tangerine today, which is a userland package npm install tangerine -import dns from 'dns';
+import Tangerine from 'tangerine';
- const resolver = new dns.promises.Resolver();
+const resolver = new Tangerine(); Documentation, API, options, source code, tests, benchmarks, and more available at https://github.com/forwardemail/tangerine. |
Any idea if it would be possible to implement DNSSEC?
A.K.A DNSKEY and RRSIG
The text was updated successfully, but these errors were encountered: