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

RFC2782, page 3: DNS SRV Target must not be compressed #67

Open bobstanden opened 1 week ago

bobstanden commented 1 week ago

No name compression, line 1457 dns.py

Added SRV and NSEC to list of RR using no name compression, line 297 label.py