From: Bob Halley Date: Sat, 4 Apr 2026 15:41:49 +0000 (-0700) Subject: Forgot the HHIT file! X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=HEAD;p=thirdparty%2Fdnspython.git Forgot the HHIT file! --- diff --git a/dns/rdtypes/ANY/HHIT.py b/dns/rdtypes/ANY/HHIT.py new file mode 100644 index 00000000..a22b8ad1 --- /dev/null +++ b/dns/rdtypes/ANY/HHIT.py @@ -0,0 +1,13 @@ +# Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license + +import dns.immutable +import dns.rdata +import dns.rdtypes.base64base + + +@dns.immutable.immutable +class HHIT(dns.rdtypes.base64base.Base64Base): + """HHIT record + + See RFC 9886 + """