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

DNAME Record #25

Closed avniculae closed 3 years ago

avniculae commented 3 years ago

Hello,

Can you provide an example of how to send a DNAME Record? I have seen that DNAME is listed in QTYPE, but there's no RD sub-class for DNAME.

Thank you!

paulc commented 3 years ago

Looks like the format is the same as CNAME so I have just added this.