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 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 06/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 1a7f4f50a1f4e9daa13413954fcb88675c25b515 Mon Sep 17 00:00:00 2001 From: JackFrost003 Date: Mon, 30 Oct 2023 12:39:16 +0530 Subject: [PATCH 07/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 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 08/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 09/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" + } +} From 3b7506607fc1740f6ef183a32e6e54fa4dfdf251 Mon Sep 17 00:00:00 2001 From: Satria Date: Tue, 31 Oct 2023 20:57:50 +0700 Subject: [PATCH 10/16] 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 11/16] 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 12/16] 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 13/16] 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 14/16] 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 15/16] 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 16/16] 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/" + } +}