]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Add missing items to rdtypes/IN/__init__.py 624/head
authorPeter Thomassen <4242683+peterthomassen@users.noreply.github.com>
Wed, 13 Jan 2021 15:57:41 +0000 (16:57 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Jan 2021 15:57:41 +0000 (16:57 +0100)
dns/rdtypes/IN/__init__.py

index d7e69c9f60ffb145cfb5f210d25ff9a8dc326b22..d51b99e724acc5eee20e175f2f10913097df890a 100644 (file)
@@ -22,6 +22,7 @@ __all__ = [
     'AAAA',
     'APL',
     'DHCID',
+    'HTTPS',
     'IPSECKEY',
     'KX',
     'NAPTR',
@@ -29,5 +30,6 @@ __all__ = [
     'NSAP_PTR',
     'PX',
     'SRV',
+    'SVCB',
     'WKS',
 ]