You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Target
The domain name of the target host. There MUST be one or more address records for this name, the name MUST NOT be an alias (in the sense of RFC 1034 or RFC 2181). Implementors are urged, but not required, to return the address record(s) in the Additional Data section. Unless and until permitted by future standards action, name compression is not to be used for this field.
The correction is at line 1457 of dns.py: buffer.encode_name_nocompress(self.target)
and, for completion, to comment at line 297 of label.py: (needed for RRSIG, SRV)
The text was updated successfully, but these errors were encountered:
DNS SRV RR should not be compressed.
From RFC2782, page 3:
The correction is at line 1457 of dns.py:
buffer.encode_name_nocompress(self.target)
and, for completion, to comment at line 297 of label.py:
(needed for RRSIG, SRV)
The text was updated successfully, but these errors were encountered: