From 3ac11cdd989c96807e0496622ea40da79a6990b1 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Sun, 22 Dec 2024 10:30:02 +0100 Subject: [PATCH] Add newly assigned RRTYPE DSYNC Signed-off-by: DL6ER --- src/cache.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cache.c b/src/cache.c index b4c3397..4395fee 100644 --- a/src/cache.c +++ b/src/cache.c @@ -101,6 +101,7 @@ static const struct { { 63, "ZONEMD" }, /* Message Digest Over Zone Data [RFC8976] ZONEMD/zonemd-completed-template 2018-12-12*/ { 64, "SVCB" }, /* Service Binding [draft-ietf-dnsop-svcb-https-00] SVCB/svcb-completed-template 2020-06-30*/ { 65, "HTTPS" }, /* HTTPS Binding [draft-ietf-dnsop-svcb-https-00] HTTPS/https-completed-template 2020-06-30*/ + { 66, "DSYNC" }, /* Endpoint discovery for delegation synchronization [draft-ietf-dnsop-generalized-notify-03] DSYNC/dsync-completed-template 2024-12-10 */ { 99, "SPF" }, /* [RFC7208] */ { 100, "UINFO" }, /* [IANA-Reserved] */ { 101, "UID" }, /* [IANA-Reserved] */