From c7a909ad65f101ebdf2375ef22bc21f76a21d187 Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Wed, 21 May 2025 15:03:51 +0100 Subject: [PATCH] Add RRtypes HHIT and BRID to the table. --- src/cache.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cache.c b/src/cache.c index b24ec52..857be6e 100644 --- a/src/cache.c +++ b/src/cache.c @@ -102,6 +102,8 @@ static const struct { { 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 */ + { 67, "HHIT" }, /* [draft-ietf-drip-registries-28] */ + { 68, "BRID" }, /* [draft-ietf-drip-registries-28] */ { 99, "SPF" }, /* [RFC7208] */ { 100, "UINFO" }, /* [IANA-Reserved] */ { 101, "UID" }, /* [IANA-Reserved] */