socketry / async-dns

An asynchronous DNS resolver and server.
MIT License
96 stars 14 forks source link

Support RRSIG records #14

Open tadman opened 4 years ago

tadman commented 4 years ago

The library currently has no support for this record type and instead reports it as Resolv::DNS::Resource::Generic::Type46_Class1:0x00007f8b62105438.

These are DNSSEC records as per RFC4034.

Many examples in the wild for testing, such as mail.protonmail.ch.

ioquatix commented 4 years ago

Can you make a PR?