paulc / dnslib

A Python library to encode/decode DNS wire-format packets
https://github.com/paulc/dnslib
BSD 2-Clause "Simplified" License
295 stars 84 forks source link

Add support for all RR types to NSEC type bitmap #23

Closed Tugzrida closed 3 years ago

Tugzrida commented 3 years ago

Updating the encode_type_bitmap function to work for all record types by implementing the "window blocks" from RFC4034

Let me know if you have any suggestions @paulc :)