From 6f9c3c8128edc84fada250336541741b2bc0caac Mon Sep 17 00:00:00 2001 From: Garvit Arora Date: Tue, 25 Mar 2025 17:09:34 +0530 Subject: [PATCH 1/6] Create garvit.json --- domains/garvit.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/garvit.json diff --git a/domains/garvit.json b/domains/garvit.json new file mode 100644 index 000000000..6c5a66400 --- /dev/null +++ b/domains/garvit.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "garvit-arora", + "email": "garvit.university@gmail.com" + }, + "record": { + "CNAME": "garvit-arora.github.io" + } +} From 66c2347977d5dc156a0b4d7115323d84d28d4861 Mon Sep 17 00:00:00 2001 From: ploszukiwacz <87446593+ploszukiwacz@users.noreply.github.com> Date: Wed, 26 Mar 2025 16:12:52 +0100 Subject: [PATCH 2/6] DNSSEC for ploszukiwacz.json --- domains/ploszukiwacz.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/ploszukiwacz.json b/domains/ploszukiwacz.json index 2223f7b4c..918a03097 100644 --- a/domains/ploszukiwacz.json +++ b/domains/ploszukiwacz.json @@ -6,6 +6,7 @@ "email": "ploszukiwacz1@gmail.com" }, "record": { - "NS": ["jake.ns.cloudflare.com", "stephane.ns.cloudflare.com"] + "NS": ["jake.ns.cloudflare.com", "stephane.ns.cloudflare.com"], + "DS": "ploszukiwacz.is-a.dev. 3600 IN DS 2371 13 2 CD6679293B68CD539A071B61A4BBC03B2B81F1B1DA48AAC2F2F690E957524AD1" } } From fc2b6a08b5164e171e1964d40cfafd9f84938cb9 Mon Sep 17 00:00:00 2001 From: ploszukiwacz <87446593+ploszukiwacz@users.noreply.github.com> Date: Wed, 26 Mar 2025 16:16:37 +0100 Subject: [PATCH 3/6] Fixed DS record --- domains/ploszukiwacz.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/ploszukiwacz.json b/domains/ploszukiwacz.json index 918a03097..6ac16c578 100644 --- a/domains/ploszukiwacz.json +++ b/domains/ploszukiwacz.json @@ -7,6 +7,11 @@ }, "record": { "NS": ["jake.ns.cloudflare.com", "stephane.ns.cloudflare.com"], - "DS": "ploszukiwacz.is-a.dev. 3600 IN DS 2371 13 2 CD6679293B68CD539A071B61A4BBC03B2B81F1B1DA48AAC2F2F690E957524AD1" + "DS": [{ + "key_tag": 2371, + "algorithm": 13, + "digest_type": 2, + "digest": "CD6679293B68CD539A071B61A4BBC03B2B81F1B1DA48AAC2F2F690E957524AD1" + }] } } From 0c83286e7abbd8078f1ae7bea68b2ed86dd85fee Mon Sep 17 00:00:00 2001 From: iostpa Date: Wed, 26 Mar 2025 17:18:30 +0200 Subject: [PATCH 4/6] Update ploszukiwacz.json --- domains/ploszukiwacz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ploszukiwacz.json b/domains/ploszukiwacz.json index 6ac16c578..bb2986d76 100644 --- a/domains/ploszukiwacz.json +++ b/domains/ploszukiwacz.json @@ -2,7 +2,7 @@ "description": "Personal Website for PlOszukiwacz", "repo": "https://github.com/PlOszukiwaczDEV/ploszukiwaczdev.github.io", "owner": { - "username": "PlOszukiwaczDEV", + "username": "ploszukiwacz", "email": "ploszukiwacz1@gmail.com" }, "record": { From 27e3a0d14440addec022be139c40aa0bc12da736 Mon Sep 17 00:00:00 2001 From: Carmelo Canavan <74259203+Ninja-5000@users.noreply.github.com> Date: Wed, 26 Mar 2025 21:48:21 +0400 Subject: [PATCH 5/6] Create _github-pages-challenge-Ninja-5000.canavan.json --- .../_github-pages-challenge-Ninja-5000.canavan.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-Ninja-5000.canavan.json diff --git a/domains/_github-pages-challenge-Ninja-5000.canavan.json b/domains/_github-pages-challenge-Ninja-5000.canavan.json new file mode 100644 index 000000000..24f6512d9 --- /dev/null +++ b/domains/_github-pages-challenge-Ninja-5000.canavan.json @@ -0,0 +1,10 @@ +{ + "description": "GitHub pages verification", + "owner": { + "username": "Ninja-5000", + "discord": "707170199861854209" + }, + "record": { + "TXT": "1b6dcad6637eb7ef2c5de98714aff4" + } +} From 84eae7191956a54d6fc655edf03b40e1d3bd01c0 Mon Sep 17 00:00:00 2001 From: Carmelo Canavan <74259203+Ninja-5000@users.noreply.github.com> Date: Wed, 26 Mar 2025 22:02:53 +0400 Subject: [PATCH 6/6] Rename _github-pages-challenge-Ninja-5000.canavan.json to _github-pages-challenge-ninja-5000.canavan.json all lowercase --- ...navan.json => _github-pages-challenge-ninja-5000.canavan.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-Ninja-5000.canavan.json => _github-pages-challenge-ninja-5000.canavan.json} (100%) diff --git a/domains/_github-pages-challenge-Ninja-5000.canavan.json b/domains/_github-pages-challenge-ninja-5000.canavan.json similarity index 100% rename from domains/_github-pages-challenge-Ninja-5000.canavan.json rename to domains/_github-pages-challenge-ninja-5000.canavan.json