From 6ce199811f8f221498e406ad759aa789989f7430 Mon Sep 17 00:00:00 2001 From: qing762 Date: Sat, 21 Oct 2023 22:47:27 +0800 Subject: [PATCH 01/32] Empty-Commit From 6fe234d3e3239b5556b6ddce290d26b235ab7bca Mon Sep 17 00:00:00 2001 From: qing762 Date: Sun, 22 Oct 2023 07:47:00 +0800 Subject: [PATCH 02/32] Record changes for chaey.json and qing762.json --- domains/chaey.json | 6 ++++-- domains/qing762.json | 4 +--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/domains/chaey.json b/domains/chaey.json index 35eb0f53a..190fa7137 100644 --- a/domains/chaey.json +++ b/domains/chaey.json @@ -4,6 +4,8 @@ "email": "threatedblade@outlook.com" }, "record": { - "URL": "https://qing762.is-a.dev" + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } -} +} \ No newline at end of file diff --git a/domains/qing762.json b/domains/qing762.json index 190fa7137..8a95d3cb6 100644 --- a/domains/qing762.json +++ b/domains/qing762.json @@ -4,8 +4,6 @@ "email": "threatedblade@outlook.com" }, "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "CNAME": "https://qing-website.onrender.com/" } } \ No newline at end of file From ff2225872d5ed8bd62928966b7d0895079b14a32 Mon Sep 17 00:00:00 2001 From: qing762 Date: Sun, 22 Oct 2023 07:49:32 +0800 Subject: [PATCH 03/32] remove https:// --- domains/qing762.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/qing762.json b/domains/qing762.json index 8a95d3cb6..df35b7962 100644 --- a/domains/qing762.json +++ b/domains/qing762.json @@ -4,6 +4,6 @@ "email": "threatedblade@outlook.com" }, "record": { - "CNAME": "https://qing-website.onrender.com/" + "CNAME": "qing-website.onrender.com" } } \ No newline at end of file From 250033319863fd403c8cc3f8582b578d2e3174ac Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Wed, 25 Oct 2023 08:24:19 -0700 Subject: [PATCH 04/32] Create git.oxmc.json --- domains/git.oxmc.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/git.oxmc.json diff --git a/domains/git.oxmc.json b/domains/git.oxmc.json new file mode 100644 index 000000000..3501bbe6e --- /dev/null +++ b/domains/git.oxmc.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "oxmc", + "email": "oxmc7769.mail@gmail.com", + "discord": "oxmc7769" + }, + "record": { + "A": ["soon_to_see"], + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + "TXT": "forward-email=contact:oxmc7769.mail@gmail.com" + } +} From c61f89122ddf133e87174f31a21df30b12b2213f Mon Sep 17 00:00:00 2001 From: qing762 Date: Sun, 29 Oct 2023 06:42:15 +0800 Subject: [PATCH 05/32] Update chaey.json --- domains/chaey.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/chaey.json b/domains/chaey.json index 190fa7137..df35b7962 100644 --- a/domains/chaey.json +++ b/domains/chaey.json @@ -4,8 +4,6 @@ "email": "threatedblade@outlook.com" }, "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "CNAME": "qing-website.onrender.com" } } \ No newline at end of file From ead43e181c2762ff3a5e562053000ccd3e315a28 Mon Sep 17 00:00:00 2001 From: YouFoundAlpha Date: Sun, 29 Oct 2023 13:29:01 +0300 Subject: [PATCH 06/32] Update alpha.json --- domains/alpha.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/alpha.json b/domains/alpha.json index b27f12561..3c74fe38f 100644 --- a/domains/alpha.json +++ b/domains/alpha.json @@ -4,8 +4,8 @@ "email": "sweepalf@gmail.com" }, "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": ["v=spf1 a mx ip4:217.174.245.249 ~all"] + "CNAME": "yfaweb.pages.dev", + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From aa8bb90bae53fcd554c73903813cdc78054b6abf Mon Sep 17 00:00:00 2001 From: YouFoundAlpha Date: Sun, 29 Oct 2023 13:29:47 +0300 Subject: [PATCH 07/32] Create _discord.alpha.json --- domains/_discord.alpha.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_discord.alpha.json diff --git a/domains/_discord.alpha.json b/domains/_discord.alpha.json new file mode 100644 index 000000000..4d7302871 --- /dev/null +++ b/domains/_discord.alpha.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "YouFoundAlpha", + "email": "sweepalf@gmail.com" + }, + "record": { + "TXT": "dh=0ed7bf0ab783536f57a14304a99956a116a1782e" + } +} From 9066b15c62557186eecfc88d710d60ad03f12414 Mon Sep 17 00:00:00 2001 From: alex1028199 Date: Sun, 29 Oct 2023 20:05:33 +0300 Subject: [PATCH 08/32] feat(domain): artix.is-a.dev --- domains/artix.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/artix.json diff --git a/domains/artix.json b/domains/artix.json new file mode 100644 index 000000000..f0d8c5edb --- /dev/null +++ b/domains/artix.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "alex1028199", + "email": "yu1234u73f.com@gmail.com" + }, + "record": { + "URL": "google.com" + } +} From d63f58a4dc0cff75ba09d506be0cd0c64a719cd1 Mon Sep 17 00:00:00 2001 From: Wizqdev Date: Sun, 29 Oct 2023 22:39:52 +0530 Subject: [PATCH 09/32] feat(domain): wizq.is-a.dev --- domains/wizq.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/wizq.json diff --git a/domains/wizq.json b/domains/wizq.json new file mode 100644 index 000000000..eee2c3cb5 --- /dev/null +++ b/domains/wizq.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Wizqdev", + "email": "prajwal2079@gmail.com" + }, + "record": { + "A": ["63.141.249.43"] + } +} From 4d9ef7882a101140c9bc7db33d2830fee7565dbc Mon Sep 17 00:00:00 2001 From: Caiden <119334408+Caiden-P@users.noreply.github.com> Date: Sun, 29 Oct 2023 23:53:18 +0200 Subject: [PATCH 10/32] Update cumcord.json --- domains/cumcord.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/domains/cumcord.json b/domains/cumcord.json index eeaa4c360..98d95f62c 100644 --- a/domains/cumcord.json +++ b/domains/cumcord.json @@ -4,8 +4,6 @@ "email": "iididhejejdj@gmail.com" }, "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "CNAME": "test-qv7b.onrender.com" } -} \ No newline at end of file +} From c7b7e47ea524c3b8c9d2253689e63a689c9ae813 Mon Sep 17 00:00:00 2001 From: YouFoundAlpha Date: Mon, 30 Oct 2023 08:09:47 +0200 Subject: [PATCH 11/32] Update alpha.json --- domains/alpha.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/alpha.json b/domains/alpha.json index 3c74fe38f..714b491e4 100644 --- a/domains/alpha.json +++ b/domains/alpha.json @@ -4,7 +4,12 @@ "email": "sweepalf@gmail.com" }, "record": { - "CNAME": "yfaweb.pages.dev", + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } From 8c34722d1ae988dac6ef3c4f59029fd504c51042 Mon Sep 17 00:00:00 2001 From: YouFoundAlpha Date: Mon, 30 Oct 2023 08:12:01 +0200 Subject: [PATCH 12/32] Update alpha.json --- domains/alpha.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/alpha.json b/domains/alpha.json index 714b491e4..1841389ca 100644 --- a/domains/alpha.json +++ b/domains/alpha.json @@ -9,7 +9,7 @@ "185.199.109.153", "185.199.110.153", "185.199.111.153" - ] + ], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } From 1a7f4f50a1f4e9daa13413954fcb88675c25b515 Mon Sep 17 00:00:00 2001 From: JackFrost003 Date: Mon, 30 Oct 2023 12:39:16 +0530 Subject: [PATCH 13/32] feat(domain): jackfrost.is-a.dev --- domains/jackfrost.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/jackfrost.json diff --git a/domains/jackfrost.json b/domains/jackfrost.json new file mode 100644 index 000000000..8051dbc37 --- /dev/null +++ b/domains/jackfrost.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "JackFrost003", + "email": "jackfro03@gmail.com" + }, + "record": { + "URL": "https://shortner-yo72.onrender.com" + } +} From 5c7812fc23b158d97cfe5948e3d73413c7746022 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 30 Oct 2023 19:11:02 +0800 Subject: [PATCH 14/32] Update artix.json --- domains/artix.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/artix.json b/domains/artix.json index f0d8c5edb..f8acd04bd 100644 --- a/domains/artix.json +++ b/domains/artix.json @@ -4,6 +4,6 @@ "email": "yu1234u73f.com@gmail.com" }, "record": { - "URL": "google.com" + "URL": "http://51.68.194.254:3116" } } From 1142a3c1d6d9ebfbc41f5efc2f656dae9d3ad2d8 Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Mon, 30 Oct 2023 19:07:45 -0700 Subject: [PATCH 15/32] Delete domains/git.oxmc.json --- domains/git.oxmc.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/git.oxmc.json diff --git a/domains/git.oxmc.json b/domains/git.oxmc.json deleted file mode 100644 index 3501bbe6e..000000000 --- a/domains/git.oxmc.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "oxmc", - "email": "oxmc7769.mail@gmail.com", - "discord": "oxmc7769" - }, - "record": { - "A": ["soon_to_see"], - "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], - "TXT": "forward-email=contact:oxmc7769.mail@gmail.com" - } -} From ee53b059f9e4d1d54071c2130041a7c68abde8e5 Mon Sep 17 00:00:00 2001 From: Sharafat <93897936+SharafatKarim@users.noreply.github.com> Date: Tue, 31 Oct 2023 08:50:24 +0600 Subject: [PATCH 16/32] sharafat.json | spelling fixed --- domains/sharafat.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/sharafat.json b/domains/sharafat.json index 3a7756cb8..d4179c6ff 100644 --- a/domains/sharafat.json +++ b/domains/sharafat.json @@ -3,9 +3,9 @@ "repo": "https://github.com/SharafatKarim/sharafatkarim.github.io", "owner": { "username": "SharafatKarim", - "email": "Sharafat2004@gmail.com" + "email": "sharafat2004@gmail.com" }, "record": { - "CNAME": "sharafat.pages.dev" + "CNAME": "sharafatkarim.github.io" } } From 0c3815295e8f38770ef292e734a4a190458fa409 Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Mon, 30 Oct 2023 20:02:20 -0700 Subject: [PATCH 17/32] Create projassets.oxmc.json --- domains/projassets.oxmc.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/projassets.oxmc.json diff --git a/domains/projassets.oxmc.json b/domains/projassets.oxmc.json new file mode 100644 index 000000000..4cd7a7415 --- /dev/null +++ b/domains/projassets.oxmc.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "oxmc", + "email": "oxmc7769.mail@gmail.com", + "discord": "oxmc7769" + }, + "record": { + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + "TXT": "forward-email=contact:oxmc7769.mail@gmail.com" + } +} From 3b7506607fc1740f6ef183a32e6e54fa4dfdf251 Mon Sep 17 00:00:00 2001 From: Satria Date: Tue, 31 Oct 2023 20:57:50 +0700 Subject: [PATCH 18/32] Update sx9.json --- domains/sx9.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sx9.json b/domains/sx9.json index 12441e2cd..612d768d8 100644 --- a/domains/sx9.json +++ b/domains/sx9.json @@ -5,6 +5,6 @@ "email": "sx-91@outlook.com" }, "record": { - "URL": "https://satr14.tech" + "CNAME": "cname.short.io" } } From c749f4cf55630c2e063a4b1556bd2799748edd87 Mon Sep 17 00:00:00 2001 From: ClicpoW Date: Tue, 31 Oct 2023 15:52:01 +0100 Subject: [PATCH 19/32] feat(domain): ez.is-a.dev --- domains/ez.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ez.json diff --git a/domains/ez.json b/domains/ez.json new file mode 100644 index 000000000..bee107ea0 --- /dev/null +++ b/domains/ez.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ClicpoW", + "email": "clicpowytb@gmail.com" + }, + "record": { + "A": ["217.174.245.249"] + } +} From 6832b804c9694df0baa20ded8d65dbb41f0fb96c Mon Sep 17 00:00:00 2001 From: Clicpow <144148804+ClicpoW@users.noreply.github.com> Date: Tue, 31 Oct 2023 18:22:38 +0100 Subject: [PATCH 20/32] Changed MX&TXT --- domains/clicpow.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/clicpow.json b/domains/clicpow.json index ae347f452..6b688af6d 100644 --- a/domains/clicpow.json +++ b/domains/clicpow.json @@ -5,7 +5,7 @@ }, "record": { "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 include:spf.improvmx.com ~all" } -} \ No newline at end of file +} From 7e3f0dac4a78154bab538185f628d1b95e366853 Mon Sep 17 00:00:00 2001 From: NCCoder1 Date: Tue, 31 Oct 2023 16:36:43 -0500 Subject: [PATCH 21/32] feat(domain): nc.is-a.dev --- domains/nc.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/nc.json b/domains/nc.json index 208184fdc..86429564e 100644 --- a/domains/nc.json +++ b/domains/nc.json @@ -4,6 +4,8 @@ "email": "nikhilchhawacharia@gmail.com" }, "record": { - "A": ["192.168.1.100"] + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } -} +} \ No newline at end of file From 2f4aa3f1e5befec97fc520c46574fc009113143f Mon Sep 17 00:00:00 2001 From: NCCoder1 <119767145+NCCoder1@users.noreply.github.com> Date: Tue, 31 Oct 2023 16:43:20 -0500 Subject: [PATCH 22/32] Delete nc.is-a.dev --- domains/nc.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/nc.json diff --git a/domains/nc.json b/domains/nc.json deleted file mode 100644 index 86429564e..000000000 --- a/domains/nc.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "NCCoder1", - "email": "nikhilchhawacharia@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file From 17df364db15a2e0756d19db503cf37ca2e0a500e Mon Sep 17 00:00:00 2001 From: rrcoder0167 Date: Tue, 31 Oct 2023 23:52:23 -0700 Subject: [PATCH 23/32] feat(domain): rrcoder0167.is-a.dev --- domains/rrcoder0167.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rrcoder0167.json diff --git a/domains/rrcoder0167.json b/domains/rrcoder0167.json new file mode 100644 index 000000000..3c328c75d --- /dev/null +++ b/domains/rrcoder0167.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rrcoder0167", + "email": "riddhiman.rana@gmail.com" + }, + "record": { + "CNAME": "rrcoder0167.github.io" + } +} From f20d000ddf7cc244e506348eaffc84bc1afe2ca6 Mon Sep 17 00:00:00 2001 From: alianhakim9 Date: Wed, 1 Nov 2023 16:13:39 +0700 Subject: [PATCH 24/32] feat(domain): alian.is-a.dev --- domains/alian.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/alian.json diff --git a/domains/alian.json b/domains/alian.json new file mode 100644 index 000000000..6013a6ce8 --- /dev/null +++ b/domains/alian.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "alianhakim9", + "email": "alianhakim9@gmail.com" + }, + "record": { + "URL": "https://alianhakim9.vercel.app/" + } +} From a0b0cf281bda4ab1707d27ebf6dac62fbf405d77 Mon Sep 17 00:00:00 2001 From: Leidenfrost2718 Date: Wed, 1 Nov 2023 15:43:18 +0000 Subject: [PATCH 25/32] feat(domain): leidenfrost.is-a.dev --- domains/leidenfrost.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/leidenfrost.json diff --git a/domains/leidenfrost.json b/domains/leidenfrost.json new file mode 100644 index 000000000..4ef31668e --- /dev/null +++ b/domains/leidenfrost.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Leidenfrost2718", + "email": "leidenfrost2718@gmail.com" + }, + "record": { + "A": ["185.199.108.153"] + } +} From 07d97ff1e584c2fdc1fd331e33bc67774ca22a44 Mon Sep 17 00:00:00 2001 From: Leidenfrost2718 <149601812+Leidenfrost2718@users.noreply.github.com> Date: Wed, 1 Nov 2023 15:44:54 +0000 Subject: [PATCH 26/32] Update leidenfrost.json --- domains/leidenfrost.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/leidenfrost.json b/domains/leidenfrost.json index 4ef31668e..a141394fc 100644 --- a/domains/leidenfrost.json +++ b/domains/leidenfrost.json @@ -4,6 +4,6 @@ "email": "leidenfrost2718@gmail.com" }, "record": { - "A": ["185.199.108.153"] + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"] } } From a6bd6894ab346159b12c024a8714d2823f8125bd Mon Sep 17 00:00:00 2001 From: NCCoder1 Date: Wed, 1 Nov 2023 19:46:42 -0500 Subject: [PATCH 27/32] feat(domain): nc.is-a.dev --- domains/nc.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/nc.json diff --git a/domains/nc.json b/domains/nc.json new file mode 100644 index 000000000..9a7190b9b --- /dev/null +++ b/domains/nc.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NCCoder1", + "email": "nikhilchhawacharia@gmail.com" + }, + "record": { + "CNAME": "celadon-meringue-aba103.netlify.app" + } +} From 9b03eadc1827687efc8bb40aad28d1ae19f63ad5 Mon Sep 17 00:00:00 2001 From: NCCoder1 <119767145+NCCoder1@users.noreply.github.com> Date: Wed, 1 Nov 2023 19:57:15 -0500 Subject: [PATCH 28/32] Update nc.json --- domains/nc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nc.json b/domains/nc.json index 9a7190b9b..060a53891 100644 --- a/domains/nc.json +++ b/domains/nc.json @@ -4,6 +4,6 @@ "email": "nikhilchhawacharia@gmail.com" }, "record": { - "CNAME": "celadon-meringue-aba103.netlify.app" + "CNAME": "nc-qc9p.onrender.com" } } From bef522ca5d69df349f772f94820cc0ef4c8b147b Mon Sep 17 00:00:00 2001 From: vuthanhtrung2010 Date: Thu, 2 Nov 2023 14:33:15 +0700 Subject: [PATCH 29/32] feat(domain): trungmystic.is-a.dev --- domains/trungmystic.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/trungmystic.json diff --git a/domains/trungmystic.json b/domains/trungmystic.json new file mode 100644 index 000000000..f7dd34ceb --- /dev/null +++ b/domains/trungmystic.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "vuthanhtrung2010", + "email": "vuthanhtrungsuper@gmail.com" + }, + "record": { + "CNAME": "proxy.private.danbot.host" + } +} From 4d185c86e683933f5e2670f24418b2f7a03a6cb9 Mon Sep 17 00:00:00 2001 From: denboy0123-root <148583970+denboy0123-root@users.noreply.github.com> Date: Thu, 2 Nov 2023 11:18:32 +0200 Subject: [PATCH 30/32] Delete denboy0123-email.is-a.dev --- domains/denboy0123-email.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/denboy0123-email.json diff --git a/domains/denboy0123-email.json b/domains/denboy0123-email.json deleted file mode 100644 index 3b7061fe0..000000000 --- a/domains/denboy0123-email.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "denboy0123-root", - "email": "denhajhan@gmail.com" - }, - "record": { - "URL": "https://denboy0123.is-a.dev" - } -} From fc0a260617582bff39c1d7b7105ed0e89fb9cbdc Mon Sep 17 00:00:00 2001 From: denboy0123-root <148583970+denboy0123-root@users.noreply.github.com> Date: Thu, 2 Nov 2023 11:18:58 +0200 Subject: [PATCH 31/32] Delete denboy0123-root.is-a.dev --- domains/denboy0123-root.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/denboy0123-root.json diff --git a/domains/denboy0123-root.json b/domains/denboy0123-root.json deleted file mode 100644 index 3b7061fe0..000000000 --- a/domains/denboy0123-root.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "denboy0123-root", - "email": "denhajhan@gmail.com" - }, - "record": { - "URL": "https://denboy0123.is-a.dev" - } -} From ece0002f9a73b089ee199456850081e5c3c2ea60 Mon Sep 17 00:00:00 2001 From: denboy0123 <81873582+denboy0123@users.noreply.github.com> Date: Thu, 2 Nov 2023 13:09:37 +0200 Subject: [PATCH 32/32] Update denboy0123.json --- domains/denboy0123.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/denboy0123.json b/domains/denboy0123.json index 818cb69aa..8f4e36794 100644 --- a/domains/denboy0123.json +++ b/domains/denboy0123.json @@ -1,11 +1,11 @@ { "owner": { "username": "denboy0123", - "email": "denhayhan@gmail.com" + "email": "pochatproverka01@gmail.com" }, "record": { "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } -} \ No newline at end of file +}