From 6aa22a1f95c8270c132837f14726dd5fb6e942ee Mon Sep 17 00:00:00 2001 From: Ibrahim Asif <73517520+Satindar31@users.noreply.github.com> Date: Thu, 13 Feb 2025 15:36:30 +0530 Subject: [PATCH 1/5] Update satindar.json --- domains/satindar.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/domains/satindar.json b/domains/satindar.json index cb46edd97..0c9847177 100644 --- a/domains/satindar.json +++ b/domains/satindar.json @@ -7,6 +7,12 @@ "twitter": "satindar31" }, "record": { - "NS": ["brodie.ns.cloudflare.com", "jamie.ns.cloudflare.com"] + "NS": ["brodie.ns.cloudflare.com", "jamie.ns.cloudflare.com"], + "DS": { + "key_tag": 2371, + "algorithm": 13, + "digest_type": 256, + "digest": "C2074462471B81206F792AEC23469EF33DDC53538E8580DCCC92FD130C9A6096" + } } } From 30d112c1b4bebec3f9cf43957c9b70b9129673ba Mon Sep 17 00:00:00 2001 From: Ibrahim Asif <73517520+Satindar31@users.noreply.github.com> Date: Thu, 13 Feb 2025 15:43:21 +0530 Subject: [PATCH 2/5] Fix tests? --- domains/satindar.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/satindar.json b/domains/satindar.json index 0c9847177..953eb3fd2 100644 --- a/domains/satindar.json +++ b/domains/satindar.json @@ -8,11 +8,11 @@ }, "record": { "NS": ["brodie.ns.cloudflare.com", "jamie.ns.cloudflare.com"], - "DS": { + "DS": [{ "key_tag": 2371, "algorithm": 13, "digest_type": 256, "digest": "C2074462471B81206F792AEC23469EF33DDC53538E8580DCCC92FD130C9A6096" - } + }] } } From fcebf135bee2a0489b47529a12e4531022e14951 Mon Sep 17 00:00:00 2001 From: Ibrahim Asif <73517520+Satindar31@users.noreply.github.com> Date: Thu, 13 Feb 2025 15:46:05 +0530 Subject: [PATCH 3/5] No idea what I'm doing --- domains/satindar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/satindar.json b/domains/satindar.json index 953eb3fd2..0057095e3 100644 --- a/domains/satindar.json +++ b/domains/satindar.json @@ -11,7 +11,7 @@ "DS": [{ "key_tag": 2371, "algorithm": 13, - "digest_type": 256, + "digest_type": "SHA256", "digest": "C2074462471B81206F792AEC23469EF33DDC53538E8580DCCC92FD130C9A6096" }] } From 543c9eac2dfbdd93f1920caaa28e3565320ea559 Mon Sep 17 00:00:00 2001 From: Ibrahim Asif <73517520+Satindar31@users.noreply.github.com> Date: Thu, 13 Feb 2025 15:47:31 +0530 Subject: [PATCH 4/5] Is the ci stupid? --- domains/satindar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/satindar.json b/domains/satindar.json index 0057095e3..953eb3fd2 100644 --- a/domains/satindar.json +++ b/domains/satindar.json @@ -11,7 +11,7 @@ "DS": [{ "key_tag": 2371, "algorithm": 13, - "digest_type": "SHA256", + "digest_type": 256, "digest": "C2074462471B81206F792AEC23469EF33DDC53538E8580DCCC92FD130C9A6096" }] } From ee549aba7d02e38b3f2c89aa6e6339b99567685b Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 13 Feb 2025 18:36:31 +0800 Subject: [PATCH 5/5] fix digest_type --- domains/satindar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/satindar.json b/domains/satindar.json index 953eb3fd2..9ed1644bd 100644 --- a/domains/satindar.json +++ b/domains/satindar.json @@ -11,7 +11,7 @@ "DS": [{ "key_tag": 2371, "algorithm": 13, - "digest_type": 256, + "digest_type": 2, "digest": "C2074462471B81206F792AEC23469EF33DDC53538E8580DCCC92FD130C9A6096" }] }