From 818e7039c49fb460a721c86d864846f4efff5e80 Mon Sep 17 00:00:00 2001 From: billyeatcookies Date: Sun, 18 Feb 2024 11:45:12 +0530 Subject: [PATCH 01/16] feat(domain): billy.is-a.dev --- domains/billy.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/billy.json diff --git a/domains/billy.json b/domains/billy.json new file mode 100644 index 000000000..238a2c594 --- /dev/null +++ b/domains/billy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "billyeatcookies", + "email": "billydevbusiness@gmail.com" + }, + "record": { + "URL": "billyeatcookies.github.io" + } +} From e24d3cb8a6a5dd17902384fb0faf0af0a582d483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Billy=20=E3=83=93=E3=83=AA=E3=82=A2=E3=83=A0?= Date: Sun, 18 Feb 2024 13:42:58 +0530 Subject: [PATCH 02/16] fix: Add url protocol --- domains/billy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/billy.json b/domains/billy.json index 238a2c594..20c5ca076 100644 --- a/domains/billy.json +++ b/domains/billy.json @@ -4,6 +4,6 @@ "email": "billydevbusiness@gmail.com" }, "record": { - "URL": "billyeatcookies.github.io" + "URL": "https://billyeatcookies.github.io" } } From cdbbeb6e11f270d922ef3f3b8a7d3d5ec7b71361 Mon Sep 17 00:00:00 2001 From: MayankServers Date: Sun, 18 Feb 2024 14:04:27 +0530 Subject: [PATCH 03/16] feat(domain): mayank.is-a.dev --- domains/mayank.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/mayank.json diff --git a/domains/mayank.json b/domains/mayank.json new file mode 100644 index 000000000..56d682ab3 --- /dev/null +++ b/domains/mayank.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MayankServers", + "email": "mayankreal657@gmail.com" + }, + "record": { + "CNAME": "mayankserver.github.io" + } +} From 0c94e6be036b9c4fcc27de09709a60df5a78a4c9 Mon Sep 17 00:00:00 2001 From: MayankServers <114975807+MayankServers@users.noreply.github.com> Date: Wed, 21 Feb 2024 09:57:00 +0530 Subject: [PATCH 04/16] Update mayank.json --- domains/mayank.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mayank.json b/domains/mayank.json index 56d682ab3..3ef205476 100644 --- a/domains/mayank.json +++ b/domains/mayank.json @@ -4,6 +4,6 @@ "email": "mayankreal657@gmail.com" }, "record": { - "CNAME": "mayankserver.github.io" + "CNAME": "mayankservers.github.io" } } From 47e5e472944ab6b2d414a1a078ce2847d47fbf73 Mon Sep 17 00:00:00 2001 From: M-creed Date: Wed, 21 Feb 2024 22:37:51 +0200 Subject: [PATCH 05/16] 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 06/16] 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 07/16] 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 08/16] 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"] } } From 9a3c0f19ed8bce115bed5faea11a6c06ab104b1d Mon Sep 17 00:00:00 2001 From: Dumbo-programmer Date: Fri, 23 Feb 2024 10:37:17 +0600 Subject: [PATCH 09/16] feat(domain): tawhid.is-a.dev --- domains/tawhid.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/tawhid.json diff --git a/domains/tawhid.json b/domains/tawhid.json new file mode 100644 index 000000000..90c36e610 --- /dev/null +++ b/domains/tawhid.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Dumbo-programmer", + "email": "rony.120285d2k@gmail.com" + }, + "record": { + "CNAME": "dumbo-programmer.github.io" + } +} From 7cab6e6cde9424aba1f6670691a43af799a4621c Mon Sep 17 00:00:00 2001 From: Yash Gupta <133146912+Yashhh999@users.noreply.github.com> Date: Fri, 23 Feb 2024 10:27:21 +0530 Subject: [PATCH 10/16] Create yashgupta.json --- domains/yashgupta.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/yashgupta.json diff --git a/domains/yashgupta.json b/domains/yashgupta.json new file mode 100644 index 000000000..8912a6fcd --- /dev/null +++ b/domains/yashgupta.json @@ -0,0 +1,12 @@ +{ + "description": "For my portfolio", + "repo": "https://github.com/Yashhh999/portfolio", + "owner": { + "username": "Yashhh999", + "email": "Yashgupta.2508.14@gmail.com", + "twitter": "YashGupta01_" + }, + "record": { + "CNAME": "Yashhh999.github.io" + } +} From e6353c6d8652f449a43433358aeb851acb1c2f5d Mon Sep 17 00:00:00 2001 From: Yash Gupta <133146912+Yashhh999@users.noreply.github.com> Date: Fri, 23 Feb 2024 10:32:42 +0530 Subject: [PATCH 11/16] Update yashgupta.json --- domains/yashgupta.json | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/domains/yashgupta.json b/domains/yashgupta.json index 8912a6fcd..476ee9984 100644 --- a/domains/yashgupta.json +++ b/domains/yashgupta.json @@ -1,12 +1,9 @@ { - "description": "For my portfolio", - "repo": "https://github.com/Yashhh999/portfolio", - "owner": { - "username": "Yashhh999", - "email": "Yashgupta.2508.14@gmail.com", - "twitter": "YashGupta01_" - }, - "record": { - "CNAME": "Yashhh999.github.io" - } -} + "owner": { + "username": "yashhh999", + "email": "yashgupta.2508.14@gmail.com" + }, + "record": { + "CNAME": "yashhh999.github.io" + } +} From 342bf803b7331d277f1e1cb5942c824e555aa2f1 Mon Sep 17 00:00:00 2001 From: Yash Gupta <133146912+Yashhh999@users.noreply.github.com> Date: Fri, 23 Feb 2024 11:09:17 +0530 Subject: [PATCH 12/16] Update yashgupta.json --- domains/yashgupta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/yashgupta.json b/domains/yashgupta.json index 476ee9984..505710abe 100644 --- a/domains/yashgupta.json +++ b/domains/yashgupta.json @@ -1,7 +1,7 @@ { "owner": { "username": "yashhh999", - "email": "yashgupta.2508.14@gmail.com" + "email": "gupta25yash@gmail.com" }, "record": { "CNAME": "yashhh999.github.io" From 8d6654362a96109f1d64add7eab12e822448e422 Mon Sep 17 00:00:00 2001 From: Omxpro Date: Fri, 23 Feb 2024 14:05:03 +0530 Subject: [PATCH 13/16] feat(domain): om.is-a.dev --- domains/om.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/om.json diff --git a/domains/om.json b/domains/om.json new file mode 100644 index 000000000..c3bcba81c --- /dev/null +++ b/domains/om.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Omxpro", + "email": "omsenjalia+github@gmail.com" + }, + "record": { + "MX": ["mx1.improvmx.com"] + } +} From df84c803106412fd9ca2b4596007dc9a075d4f66 Mon Sep 17 00:00:00 2001 From: Omxpro <161011172+Omxpro@users.noreply.github.com> Date: Fri, 23 Feb 2024 14:06:44 +0530 Subject: [PATCH 14/16] added txt --- domains/om.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/om.json b/domains/om.json index c3bcba81c..7f4f44919 100644 --- a/domains/om.json +++ b/domains/om.json @@ -4,6 +4,7 @@ "email": "omsenjalia+github@gmail.com" }, "record": { - "MX": ["mx1.improvmx.com"] + "MX": ["mx1.improvmx.com,mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From ca6e29f27e7c645fdc820554ba3c2001f1b514a2 Mon Sep 17 00:00:00 2001 From: Omxpro <161011172+Omxpro@users.noreply.github.com> Date: Fri, 23 Feb 2024 14:08:45 +0530 Subject: [PATCH 15/16] fix json --- domains/om.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/om.json b/domains/om.json index 7f4f44919..cb4bc2f0d 100644 --- a/domains/om.json +++ b/domains/om.json @@ -5,6 +5,6 @@ }, "record": { "MX": ["mx1.improvmx.com,mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 34ef300916e120d53615ed0ca81a02202cdb3036 Mon Sep 17 00:00:00 2001 From: Omxpro <161011172+Omxpro@users.noreply.github.com> Date: Fri, 23 Feb 2024 14:14:53 +0530 Subject: [PATCH 16/16] WOW --- domains/om.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/om.json b/domains/om.json index cb4bc2f0d..a79df67f8 100644 --- a/domains/om.json +++ b/domains/om.json @@ -4,7 +4,7 @@ "email": "omsenjalia+github@gmail.com" }, "record": { - "MX": ["mx1.improvmx.com,mx2.improvmx.com"], + "MX": ["mx1.improvmx.com","mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } }