From 6ce199811f8f221498e406ad759aa789989f7430 Mon Sep 17 00:00:00 2001 From: qing762 Date: Sat, 21 Oct 2023 22:47:27 +0800 Subject: [PATCH 01/16] 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/16] 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/16] 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/16] 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/16] 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/16] 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/16] 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/16] 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/16] 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/16] 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/16] 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/16] 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/16] 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/16] 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/16] 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 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 16/16] 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" + } +}