From 47e5e472944ab6b2d414a1a078ce2847d47fbf73 Mon Sep 17 00:00:00 2001 From: M-creed Date: Wed, 21 Feb 2024 22:37:51 +0200 Subject: [PATCH 1/4] feat(domain): mcreed.is-a.dev --- domains/mcreed.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/mcreed.json diff --git a/domains/mcreed.json b/domains/mcreed.json new file mode 100644 index 000000000..137640a95 --- /dev/null +++ b/domains/mcreed.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "M-creed", + "email": "marwankalosha005@gmail.com" + }, + "record": { + "TXT": "024c1148d5ff868cca055033478fbe" + } +} From d9a7ed836cc34a3b3fafeb81eda4f9f8dca0c8fc Mon Sep 17 00:00:00 2001 From: Marwan Mostafa Abdullah <60751943+M-creed@users.noreply.github.com> Date: Wed, 21 Feb 2024 22:40:01 +0200 Subject: [PATCH 2/4] Update mcreed.json changed TXT record value --- domains/mcreed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mcreed.json b/domains/mcreed.json index 137640a95..75591ddcf 100644 --- a/domains/mcreed.json +++ b/domains/mcreed.json @@ -4,6 +4,6 @@ "email": "marwankalosha005@gmail.com" }, "record": { - "TXT": "024c1148d5ff868cca055033478fbe" + "TXT": "4af6cbe09d82534a3e487fc8e6b54e" } } From ed5fa0fcd838c3ba07255f298d720e2d582566ce Mon Sep 17 00:00:00 2001 From: Marwan Mostafa Abdullah <60751943+M-creed@users.noreply.github.com> Date: Thu, 22 Feb 2024 18:31:33 +0200 Subject: [PATCH 3/4] Update mcreed.json changed record to A record --- domains/mcreed.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/mcreed.json b/domains/mcreed.json index 75591ddcf..0618db82f 100644 --- a/domains/mcreed.json +++ b/domains/mcreed.json @@ -4,6 +4,11 @@ "email": "marwankalosha005@gmail.com" }, "record": { - "TXT": "4af6cbe09d82534a3e487fc8e6b54e" + "A": { + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + } } } From 530d625e3f6d3b92332e6e32fb74e503966fb890 Mon Sep 17 00:00:00 2001 From: Marwan Mostafa Abdullah <60751943+M-creed@users.noreply.github.com> Date: Thu, 22 Feb 2024 18:33:39 +0200 Subject: [PATCH 4/4] Update mcreed.json --- domains/mcreed.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/domains/mcreed.json b/domains/mcreed.json index 0618db82f..1472a4afa 100644 --- a/domains/mcreed.json +++ b/domains/mcreed.json @@ -4,11 +4,6 @@ "email": "marwankalosha005@gmail.com" }, "record": { - "A": { - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - } + "A": ["185.199.108.153","185.199.109.153","185.199.110.153","185.199.111.153"] } }