From b57ffa87a0befd6b3f5d9ff170072f0421176b14 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 23 Aug 2025 12:48:12 -0700 Subject: [PATCH] regenerate constants --- dns/rdatatype.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3