From 11df948eb88afcc537015b07fd263ac8d312cffb Mon Sep 17 00:00:00 2001 From: Joel Strasser Date: Thu, 20 Mar 2025 12:45:25 +0100 Subject: [PATCH] fix(joelst.json): wrong schema for DS record --- domains/joelst.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/domains/joelst.json b/domains/joelst.json index 2ce18cdb9..d6c50ac94 100644 --- a/domains/joelst.json +++ b/domains/joelst.json @@ -10,6 +10,13 @@ "ns3-03.azure-dns.org", "ns4-03.azure-dns.info" ], - "DS": "20446 13 2 66D720AF25875B71BB1ECBF45D1E108D4CE4D51EF1553F7E50F60B2B49A279A6" + "DS": [ + { + "keytag": "20446", + "algorith": "13", + "digest_type": "2", + "digest": "66D720AF25875B71BB1ECBF45D1E108D4CE4D51EF1553F7E50F60B2B49A279A6" + } + ] } }