]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Forgot the HHIT file! main
authorBob Halley <halley@dnspython.org>
Sat, 4 Apr 2026 15:41:49 +0000 (08:41 -0700)
committerBob Halley <halley@dnspython.org>
Sat, 4 Apr 2026 15:41:49 +0000 (08:41 -0700)
dns/rdtypes/ANY/HHIT.py [new file with mode: 0644]

diff --git a/dns/rdtypes/ANY/HHIT.py b/dns/rdtypes/ANY/HHIT.py
new file mode 100644 (file)
index 0000000..a22b8ad
--- /dev/null
@@ -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
+    """