]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
regenerate constants
authorBob Halley <halley@dnspython.org>
Sat, 23 Aug 2025 19:48:12 +0000 (12:48 -0700)
committerBob Halley <halley@dnspython.org>
Sat, 23 Aug 2025 19:48:12 +0000 (12:48 -0700)
dns/rdatatype.py

index f2d0eef78a5381e2be1ff6e20ff8886459593cc6..211d810da69b3a666ef49ce0900c916d6e7d494e 100644 (file)
@@ -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