elgs / dns-zonefile

A DNS zone file generator and parser written in Javascript.
Other
158 stars 72 forks source link

Support for DNSSEC-related record types #22

Open medemi68 opened 7 years ago

medemi68 commented 7 years ago

Hi!

Would it be possible to add support for parsing RRSIG, DS, and DNSKEY records?

Miguel

elgs commented 7 years ago

Thanks Miguel! Absolutely, either pull request or allow me some time to get myself educated about these records.

elgs commented 7 years ago

I'm reading rfc4034 now. I will come back with update soon. Thanks.

andreavivaldi commented 7 years ago

Hi, how is going with the DNSSEC part? If there is any need I can pull request, I'm quite familiar with DNSSEC

elgs commented 7 years ago

Pull requests are welcome. Thanks.

andreavivaldi commented 7 years ago

Perfect. I've forked your project and created a branch called "DNSSEC". I will work on it from now, any contribution appreciated. I will report updates on this issue.

lukeburns commented 2 years ago

Also interested in this.