From: Bob Halley Date: Sat, 23 Aug 2025 19:48:12 +0000 (-0700) Subject: regenerate constants X-Git-Tag: v2.8.0rc1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b57ffa87a0befd6b3f5d9ff170072f0421176b14;p=thirdparty%2Fdnspython.git regenerate constants --- diff --git a/dns/rdatatype.py b/dns/rdatatype.py index f2d0eef7..211d810d 100644 --- a/dns/rdatatype.py +++ b/dns/rdatatype.py @@ -310,6 +310,7 @@ CSYNC = RdataType.CSYNC ZONEMD = RdataType.ZONEMD SVCB = RdataType.SVCB HTTPS = RdataType.HTTPS +DSYNC = RdataType.DSYNC SPF = RdataType.SPF UNSPEC = RdataType.UNSPEC NID = RdataType.NID @@ -333,6 +334,5 @@ RESINFO = RdataType.RESINFO WALLET = RdataType.WALLET TA = RdataType.TA DLV = RdataType.DLV -DSYNC = RdataType.DSYNC ### END generated RdataType constants