From 818e7039c49fb460a721c86d864846f4efff5e80 Mon Sep 17 00:00:00 2001 From: billyeatcookies Date: Sun, 18 Feb 2024 11:45:12 +0530 Subject: [PATCH 01/33] 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/33] 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/33] 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/33] 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/33] 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/33] 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 a9b1f8aed4cadbc00da8fc6ee28983cd97d548b2 Mon Sep 17 00:00:00 2001 From: Ruthleeess Date: Thu, 22 Feb 2024 09:36:06 +0100 Subject: [PATCH 07/33] feat(domain): ruthless.is-a.dev --- domains/ruthless.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ruthless.json diff --git a/domains/ruthless.json b/domains/ruthless.json new file mode 100644 index 000000000..648055ef5 --- /dev/null +++ b/domains/ruthless.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Ruthleeess", + "email": "semikk.eu@gmail.com" + }, + "record": { + "A": ["69.30.249.53"] + } +} From dcc336751eb04d82ca22f3d320baef1a884ccbb8 Mon Sep 17 00:00:00 2001 From: Ruthleeess Date: Thu, 22 Feb 2024 09:37:37 +0100 Subject: [PATCH 08/33] feat(domain): ruthleess.is-a.dev --- domains/ruthleess.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ruthleess.json diff --git a/domains/ruthleess.json b/domains/ruthleess.json new file mode 100644 index 000000000..648055ef5 --- /dev/null +++ b/domains/ruthleess.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Ruthleeess", + "email": "semikk.eu@gmail.com" + }, + "record": { + "A": ["69.30.249.53"] + } +} From b5a038ae16e8ce087bf245391ad466a7acbdbb0b Mon Sep 17 00:00:00 2001 From: Ruthleeess Date: Thu, 22 Feb 2024 09:53:03 +0100 Subject: [PATCH 09/33] feat(domain): ruth.is-a.dev --- domains/ruth.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ruth.json diff --git a/domains/ruth.json b/domains/ruth.json new file mode 100644 index 000000000..648055ef5 --- /dev/null +++ b/domains/ruth.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Ruthleeess", + "email": "semikk.eu@gmail.com" + }, + "record": { + "A": ["69.30.249.53"] + } +} From ea586287363bf08077f37e6e70094b0fd0f2e036 Mon Sep 17 00:00:00 2001 From: Ruthleeess Date: Thu, 22 Feb 2024 10:50:32 +0100 Subject: [PATCH 10/33] feat(domain): vkya.is-a.dev --- domains/vkya.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/vkya.json diff --git a/domains/vkya.json b/domains/vkya.json new file mode 100644 index 000000000..648055ef5 --- /dev/null +++ b/domains/vkya.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Ruthleeess", + "email": "semikk.eu@gmail.com" + }, + "record": { + "A": ["69.30.249.53"] + } +} From 41439c085e18726eb165af394139d076585a28f2 Mon Sep 17 00:00:00 2001 From: Ruthleeess Date: Thu, 22 Feb 2024 10:51:16 +0100 Subject: [PATCH 11/33] feat(domain): ruthleeeeeeeeess.is-a.dev --- domains/ruthleeeeeeeeess.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ruthleeeeeeeeess.json diff --git a/domains/ruthleeeeeeeeess.json b/domains/ruthleeeeeeeeess.json new file mode 100644 index 000000000..648055ef5 --- /dev/null +++ b/domains/ruthleeeeeeeeess.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Ruthleeess", + "email": "semikk.eu@gmail.com" + }, + "record": { + "A": ["69.30.249.53"] + } +} From 7064880355cb11fff564c2f232a187e84a4702c0 Mon Sep 17 00:00:00 2001 From: Ruthleeess Date: Thu, 22 Feb 2024 10:52:37 +0100 Subject: [PATCH 12/33] feat(domain): ruthh.is-a.dev --- domains/ruthh.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ruthh.json diff --git a/domains/ruthh.json b/domains/ruthh.json new file mode 100644 index 000000000..7c30e5803 --- /dev/null +++ b/domains/ruthh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Ruthleeess", + "email": "semikk.eu@gmail.com" + }, + "record": { + "CNAME": "69.30.249.53" + } +} From 934e5584aa05682d95cdd5dcf4377f3c392d9036 Mon Sep 17 00:00:00 2001 From: Ruthleeess <120955439+Ruthleeess@users.noreply.github.com> Date: Thu, 22 Feb 2024 11:42:38 +0100 Subject: [PATCH 13/33] feat(domain): add `ruth.is-a.dev.is-a.dev` --- domains/ruth.is-a.dev.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/ruth.is-a.dev.json diff --git a/domains/ruth.is-a.dev.json b/domains/ruth.is-a.dev.json new file mode 100644 index 000000000..b70930bd7 --- /dev/null +++ b/domains/ruth.is-a.dev.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Ruthleeess", + "email": "semikk.eu@gmail.com" + }, + + "record": { + "A": ["69.30.249.53"] + } +} From 98eb67b854ddf14a2b9ace6f3f51d1b2b6b7fddf Mon Sep 17 00:00:00 2001 From: Ruthleeess Date: Thu, 22 Feb 2024 11:44:01 +0100 Subject: [PATCH 14/33] feat(domain): ruthlees.is-a.dev --- domains/ruthlees.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ruthlees.json diff --git a/domains/ruthlees.json b/domains/ruthlees.json new file mode 100644 index 000000000..648055ef5 --- /dev/null +++ b/domains/ruthlees.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Ruthleeess", + "email": "semikk.eu@gmail.com" + }, + "record": { + "A": ["69.30.249.53"] + } +} 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 15/33] 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 16/33] 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 160fd35e8b8e33e1dbb3b6e92301141019097a54 Mon Sep 17 00:00:00 2001 From: RedNotSus Date: Thu, 22 Feb 2024 11:47:23 -0600 Subject: [PATCH 17/33] feat(domain): rednotsus.is-a.dev --- domains/rednotsus.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rednotsus.json diff --git a/domains/rednotsus.json b/domains/rednotsus.json new file mode 100644 index 000000000..0bfd9ed22 --- /dev/null +++ b/domains/rednotsus.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "RedNotSus", + "email": "Jiayangc1@gmail.com" + }, + "record": { + "A": ["207.211.183.123"] + } +} From 7d50a2a9b1cdb12a76663b38c7b455876f5315ff Mon Sep 17 00:00:00 2001 From: Savindu Supun Date: Fri, 23 Feb 2024 03:10:13 +0530 Subject: [PATCH 18/33] Update chutte.json --- domains/chutte.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/chutte.json b/domains/chutte.json index 10ea8f55e..6583f4b8f 100644 --- a/domains/chutte.json +++ b/domains/chutte.json @@ -4,6 +4,6 @@ "email": "savindusupunsathsara@gmail.com" }, "record": { - "CNAME": "supunsathsara.pages.dev" + "CNAME": "next-supun.pages.dev" } } 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 19/33] 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 20/33] 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 21/33] 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 22/33] 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 23/33] 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 24/33] 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 25/33] 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" } } From 554b0c4ce26b02752a2031db6588802aafde33cc Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 23 Feb 2024 17:14:20 +0800 Subject: [PATCH 26/33] Discard changes to domains/ruth.is-a.dev.json --- domains/ruth.is-a.dev.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/ruth.is-a.dev.json diff --git a/domains/ruth.is-a.dev.json b/domains/ruth.is-a.dev.json deleted file mode 100644 index b70930bd7..000000000 --- a/domains/ruth.is-a.dev.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Ruthleeess", - "email": "semikk.eu@gmail.com" - }, - - "record": { - "A": ["69.30.249.53"] - } -} From 4f0163d82f2a107a7bf55406f2dc0ecc86d62506 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 23 Feb 2024 17:14:46 +0800 Subject: [PATCH 27/33] Update ruthh.json --- domains/ruthh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ruthh.json b/domains/ruthh.json index 7c30e5803..648055ef5 100644 --- a/domains/ruthh.json +++ b/domains/ruthh.json @@ -4,6 +4,6 @@ "email": "semikk.eu@gmail.com" }, "record": { - "CNAME": "69.30.249.53" + "A": ["69.30.249.53"] } } From b6b883536527ac18d62dbbb867417ac4afd58060 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 23 Feb 2024 17:15:24 +0800 Subject: [PATCH 28/33] Discard changes to domains/ruth.json --- domains/ruth.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/ruth.json diff --git a/domains/ruth.json b/domains/ruth.json deleted file mode 100644 index 648055ef5..000000000 --- a/domains/ruth.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Ruthleeess", - "email": "semikk.eu@gmail.com" - }, - "record": { - "A": ["69.30.249.53"] - } -} From ca282607ee3548abceb7ba2775dcc63877e38fe4 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 23 Feb 2024 17:15:27 +0800 Subject: [PATCH 29/33] Discard changes to domains/ruthh.json --- domains/ruthh.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/ruthh.json diff --git a/domains/ruthh.json b/domains/ruthh.json deleted file mode 100644 index 648055ef5..000000000 --- a/domains/ruthh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Ruthleeess", - "email": "semikk.eu@gmail.com" - }, - "record": { - "A": ["69.30.249.53"] - } -} From 16249791d2e383fd9269d9fae3da66b8b7d4c786 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 23 Feb 2024 17:15:30 +0800 Subject: [PATCH 30/33] Discard changes to domains/ruthleeeeeeeeess.json --- domains/ruthleeeeeeeeess.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/ruthleeeeeeeeess.json diff --git a/domains/ruthleeeeeeeeess.json b/domains/ruthleeeeeeeeess.json deleted file mode 100644 index 648055ef5..000000000 --- a/domains/ruthleeeeeeeeess.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Ruthleeess", - "email": "semikk.eu@gmail.com" - }, - "record": { - "A": ["69.30.249.53"] - } -} From 4715fa86da559d30bbf4b7d11b1e0a2b6ead98b1 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 23 Feb 2024 17:15:33 +0800 Subject: [PATCH 31/33] Discard changes to domains/ruthlees.json --- domains/ruthlees.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/ruthlees.json diff --git a/domains/ruthlees.json b/domains/ruthlees.json deleted file mode 100644 index 648055ef5..000000000 --- a/domains/ruthlees.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Ruthleeess", - "email": "semikk.eu@gmail.com" - }, - "record": { - "A": ["69.30.249.53"] - } -} From 7365543801d9246c0a5bd3892058bba00b07fe40 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 23 Feb 2024 17:15:36 +0800 Subject: [PATCH 32/33] Discard changes to domains/ruthleess.json --- domains/ruthleess.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/ruthleess.json diff --git a/domains/ruthleess.json b/domains/ruthleess.json deleted file mode 100644 index 648055ef5..000000000 --- a/domains/ruthleess.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Ruthleeess", - "email": "semikk.eu@gmail.com" - }, - "record": { - "A": ["69.30.249.53"] - } -} From b79f7f1907ca15e5312f7fa0f2ee8e15a39f439d Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 23 Feb 2024 17:15:40 +0800 Subject: [PATCH 33/33] Discard changes to domains/vkya.json --- domains/vkya.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/vkya.json diff --git a/domains/vkya.json b/domains/vkya.json deleted file mode 100644 index 648055ef5..000000000 --- a/domains/vkya.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Ruthleeess", - "email": "semikk.eu@gmail.com" - }, - "record": { - "A": ["69.30.249.53"] - } -}