NLnetLabs / simdzone

Fast and standards compliant DNS zone parser
BSD 3-Clause "New" or "Revised" License
68 stars 13 forks source link

Add support for missing record types (supported in NSD) #68

Closed k0ekk0ek closed 11 months ago

k0ekk0ek commented 1 year ago

Originally simdzone started out as just a replacement zone parser in NSD. While it's become a project of it's own, we still want to replace NSD's current parser. Therefore, we must support at least all RRTYPEs supported by NSD.

RRTYPEs:

k0ekk0ek commented 1 year ago

SVCB/HTTPS progress on #16.

k0ekk0ek commented 11 months ago

With the addition of SVCB and HTTPs, simdzone now supports all RRTYPEs (plus extra) that NSD does. There's very likely still bugs, but we'll sort those out separately. Closing this issue.