From 635c040793f602469300d5557b6e8558dfca13a7 Mon Sep 17 00:00:00 2001 From: Bang Domath ID Date: Mon, 29 May 2023 17:55:00 +0700 Subject: [PATCH 01/23] feat(domain): add `nekoibot.is-a.dev` --- domains/nekoibot.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/nekoibot.json diff --git a/domains/nekoibot.json b/domains/nekoibot.json new file mode 100644 index 000000000..89451cf43 --- /dev/null +++ b/domains/nekoibot.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "DomathID", + "email": "domath69@gmail.com" + }, + + "record": { + "CNAME": "nekoibot.github.io" + } +} From bd1a6b5e4f5879231086628707b7debdb6d8edac Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 30 May 2023 07:16:54 +0800 Subject: [PATCH 02/23] fix: record --- domains/nekoibot.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nekoibot.json b/domains/nekoibot.json index 89451cf43..924d2fdd3 100644 --- a/domains/nekoibot.json +++ b/domains/nekoibot.json @@ -5,6 +5,6 @@ }, "record": { - "CNAME": "nekoibot.github.io" + "CNAME": "DomathID.github.io" } } From c5b5ce180bf8d4799724938d888f77e215a00e25 Mon Sep 17 00:00:00 2001 From: DomathID Date: Mon, 24 Jul 2023 13:07:07 +0700 Subject: [PATCH 03/23] feat(domain): domathdotid.is-a.dev --- domains/domathdotid.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/domathdotid.json b/domains/domathdotid.json index dc6d6283d..52b2a7ee5 100644 --- a/domains/domathdotid.json +++ b/domains/domathdotid.json @@ -1,10 +1,9 @@ { "owner": { "username": "DomathID", - "email": "domath69@gmail.com" + "email": "bangdompret@gmail.com" }, - "record": { - "CNAME": "domathid.github.io" + "TXT": "vc-domain-verify=domathdotid.is-a.dev,d39d81d4bc5042c9a077" } } From 0bfc5b1e0f0fe32d77f535a3f0448944b47278d5 Mon Sep 17 00:00:00 2001 From: DomathID Date: Mon, 24 Jul 2023 13:08:04 +0700 Subject: [PATCH 04/23] feat(domain): domathdotid.is-a.dev From c508b38fa709cbddc0883b2f50fe2816c2dabb32 Mon Sep 17 00:00:00 2001 From: zjeffro Date: Thu, 14 Sep 2023 01:54:58 -0400 Subject: [PATCH 05/23] feat(domain): luzivr.is-a.dev --- domains/luzivr.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/luzivr.json diff --git a/domains/luzivr.json b/domains/luzivr.json new file mode 100644 index 000000000..7f6a4bc9f --- /dev/null +++ b/domains/luzivr.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "zjeffro", + "email": "jdvanlear@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 7a89df25bd6cdc478b20f34b20c4f41afa45fe3f Mon Sep 17 00:00:00 2001 From: Diordnas Date: Thu, 14 Sep 2023 16:23:48 +1000 Subject: [PATCH 06/23] feat(domain): cassie.is-a.dev --- domains/cassie.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/domains/cassie.json b/domains/cassie.json index 91129c159..57b00cc40 100644 --- a/domains/cassie.json +++ b/domains/cassie.json @@ -1,11 +1,11 @@ { - "owner": { - "username": "Diordnas", - "email": "alessandroeliot@gmail.com" - }, - "description": "Personal site, as well as hosting a few tools", - "repo": "https://github.com/diordnas/diordnas.github.io", - "record": { - "CNAME": "diordnas.github.io" - } -} + "owner": { + "username": "Diordnas", + "email": "cassthepurple@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 dd4a47df2c15a45e2a98f08dacd34c2473b2a2b7 Mon Sep 17 00:00:00 2001 From: NayamAmarshe Date: Thu, 14 Sep 2023 12:35:26 +0530 Subject: [PATCH 07/23] feat(domain): nayam.is-a.dev --- domains/nayam.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/nayam.json diff --git a/domains/nayam.json b/domains/nayam.json new file mode 100644 index 000000000..449da394f --- /dev/null +++ b/domains/nayam.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "NayamAmarshe", + "email": "nayamamarshe@protonmail.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 7fb94e31c6b2c8e09df233bb097489171b69f80b Mon Sep 17 00:00:00 2001 From: NayamAmarshe Date: Thu, 14 Sep 2023 12:36:09 +0530 Subject: [PATCH 08/23] Update nayam.json --- domains/nayam.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/nayam.json b/domains/nayam.json index 449da394f..417175ba1 100644 --- a/domains/nayam.json +++ b/domains/nayam.json @@ -1,11 +1,11 @@ { "owner": { "username": "NayamAmarshe", - "email": "nayamamarshe@protonmail.com" + "email": "nayam.emikx@aleeas.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 c21667f8a1b93c333d418353581d8826ee44f5c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cihat=20K=C3=B6sem?= <44941726+CihatKsm@users.noreply.github.com> Date: Thu, 14 Sep 2023 11:14:42 +0300 Subject: [PATCH 09/23] Update cihatksm.json --- domains/cihatksm.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/cihatksm.json b/domains/cihatksm.json index f5b6ce838..41f6de86c 100644 --- a/domains/cihatksm.json +++ b/domains/cihatksm.json @@ -1,9 +1,11 @@ { "owner": { "username": "CihatKsm", - "email": "ctk.cihatksm@gmail.com" + "email": "cihatksm@gmail.com" }, "record": { - "CNAME": "cihatksm.com" + "A": ["217.174.245.249"], + "MX": ["hosts.is-a.dev"], + "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" } } From 2c704ac572c01e457575cb0a9731d9454e9a0e99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cihat=20K=C3=B6sem?= <44941726+CihatKsm@users.noreply.github.com> Date: Thu, 14 Sep 2023 11:14:48 +0300 Subject: [PATCH 10/23] Update ctk.json --- domains/ctk.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/ctk.json b/domains/ctk.json index 970f8b2f3..41f6de86c 100644 --- a/domains/ctk.json +++ b/domains/ctk.json @@ -1,11 +1,11 @@ { "owner": { "username": "CihatKsm", - "email": "ctk.cihatksm@gmail.com" + "email": "cihatksm@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 a4bc427da1ece0306c360f82119c77f7bd935ca9 Mon Sep 17 00:00:00 2001 From: DomathID Date: Thu, 14 Sep 2023 18:08:05 +0700 Subject: [PATCH 11/23] feat(domain): domathdotid.is-a.dev --- domains/domathdotid.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/domains/domathdotid.json b/domains/domathdotid.json index 52b2a7ee5..84c551334 100644 --- a/domains/domathdotid.json +++ b/domains/domathdotid.json @@ -1,9 +1,11 @@ { "owner": { "username": "DomathID", - "email": "bangdompret@gmail.com" + "email": "admin@yukinoshita.web.id" }, "record": { - "TXT": "vc-domain-verify=domathdotid.is-a.dev,d39d81d4bc5042c9a077" + "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 b3f5bd35cfcfa758c6c282274abf20e5e7dd5a77 Mon Sep 17 00:00:00 2001 From: Arya <122024468+not-arya@users.noreply.github.com> Date: Thu, 14 Sep 2023 18:35:23 +0330 Subject: [PATCH 12/23] PLEASE SEE Update notarya.json --- domains/notarya.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/domains/notarya.json b/domains/notarya.json index 13e403f82..4e6bd69f2 100644 --- a/domains/notarya.json +++ b/domains/notarya.json @@ -1,11 +1,11 @@ { - "description": "NotArya Website", - "repo": "https://github.com/NotAryaaa/notaryaaa.github.io", + "description": "NotArya", + "repo": "https://github.com/not-arya/not-arya.github.io", "owner": { - "username": "notaryaaa", + "username": "not-arya", "email": "abiix.messanger@gmail.com" }, "record": { - "CNAME": "notarya.github.io" + "CNAME": "not-arya.github.io" } } From 17f4bb508e440dc23c80c36ad6f331d6544f11a2 Mon Sep 17 00:00:00 2001 From: PhoenixOrigin <85183285+PhoenixOrigin@users.noreply.github.com> Date: Thu, 14 Sep 2023 17:32:22 +0100 Subject: [PATCH 13/23] Modify email + add email forwarding --- domains/phoenix.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/phoenix.json b/domains/phoenix.json index 0b133cdb1..2df38dc56 100644 --- a/domains/phoenix.json +++ b/domains/phoenix.json @@ -1,9 +1,11 @@ { "owner": { "username": "PhoenixOrigin", - "email": "amoghnrathi@outlook.com" + "email": "phoenixorigin171@gmail.com" }, "record": { - "A": ["130.162.166.134"] + "A": ["130.162.166.134"], + "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + "TXT": "forward-email=phoenixorigin171@gmail.com" } } From 19351bde84c4100b9a1099dbfcf4f934a31e41f8 Mon Sep 17 00:00:00 2001 From: Noflare Date: Thu, 14 Sep 2023 22:03:13 +0200 Subject: [PATCH 14/23] feat(domain): noflare.is-a.dev --- domains/noflare.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/noflare.json diff --git a/domains/noflare.json b/domains/noflare.json new file mode 100644 index 000000000..3eac8f9f5 --- /dev/null +++ b/domains/noflare.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Noflare", + "email": "Noflare.dev@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 ec20d729a21d22def80f6e6310308c11c54d1762 Mon Sep 17 00:00:00 2001 From: Asthriona Date: Fri, 15 Sep 2023 05:42:03 +0900 Subject: [PATCH 15/23] feat(domain): asthriona.is-a.dev --- domains/asthriona.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/asthriona.json diff --git a/domains/asthriona.json b/domains/asthriona.json new file mode 100644 index 000000000..f4d9c4a39 --- /dev/null +++ b/domains/asthriona.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Asthriona", + "email": "im@asthriona.com" + }, + "record": { + "CNAME": "asthriona.pages.dev" + } +} From 269a0fd456c6802c52f43b918f5c04218994ed69 Mon Sep 17 00:00:00 2001 From: ceodavee Date: Fri, 15 Sep 2023 10:02:43 +0200 Subject: [PATCH 16/23] feat(domain): dave.is-a.dev --- domains/dave.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/dave.json diff --git a/domains/dave.json b/domains/dave.json new file mode 100644 index 000000000..a11efd044 --- /dev/null +++ b/domains/dave.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ceodavee", + "email": "ceodavee@icloud.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 afb2695157e851d2ea9e26faffb1ff8998ffa183 Mon Sep 17 00:00:00 2001 From: jbugel-lol Date: Fri, 15 Sep 2023 10:08:15 +0200 Subject: [PATCH 17/23] feat(domain): jbugel.is-a.dev --- domains/jbugel.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/jbugel.json diff --git a/domains/jbugel.json b/domains/jbugel.json new file mode 100644 index 000000000..c8a7b686d --- /dev/null +++ b/domains/jbugel.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "jbugel-lol", + "email": "jbugel.lol.github@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 30bcf042c1e2bd49e0bf2415a6c8abcd5ada2f3b Mon Sep 17 00:00:00 2001 From: AshC1ty <115166372+AshC1ty@users.noreply.github.com> Date: Fri, 15 Sep 2023 14:50:00 +0530 Subject: [PATCH 18/23] Create aloo-bun.json --- domains/aloo-bun.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/aloo-bun.json diff --git a/domains/aloo-bun.json b/domains/aloo-bun.json new file mode 100644 index 000000000..0c0d212b1 --- /dev/null +++ b/domains/aloo-bun.json @@ -0,0 +1,11 @@ +{ + "description": "Aloo Bun Website", + "repo": "https://github.com/AshC1ty/ashc1ty.github.io", + "owner": { + "username": "AshC1ty", + "email": "ashcity07734@gmail.com" + }, + "record": { + "CNAME": "ashc1ty.github.io" + } +} From 9e8b9d7ee28b22048b60ee6f3c3385d3fcb8a67c Mon Sep 17 00:00:00 2001 From: davior Date: Fri, 15 Sep 2023 21:14:20 +1000 Subject: [PATCH 19/23] feat(domain): geckopico.is-a.dev --- domains/geckopico.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/geckopico.json diff --git a/domains/geckopico.json b/domains/geckopico.json new file mode 100644 index 000000000..98c06df3d --- /dev/null +++ b/domains/geckopico.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "davior", + "email": "david.iorlano@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 b9ecf270ad71e232794081202c86209ec223068b Mon Sep 17 00:00:00 2001 From: textures1245 Date: Fri, 15 Sep 2023 18:49:51 +0700 Subject: [PATCH 20/23] feat(domain): textures1245.is-a.dev --- domains/textures1245.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/textures1245.json b/domains/textures1245.json index 59fa843cc..3f13c37c3 100644 --- a/domains/textures1245.json +++ b/domains/textures1245.json @@ -4,6 +4,8 @@ "email": "sirprak1245@gmail.com" }, "record": { - "URL": "https://resume-gamma-topaz.vercel.app/" + "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 78a4276dfa42b64043b5be9e5253d2df6d32ed1b Mon Sep 17 00:00:00 2001 From: SX-9 Date: Fri, 15 Sep 2023 21:22:50 +0700 Subject: [PATCH 21/23] feat(domain): server.sx9.is-a.dev --- domains/server.sx9.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/server.sx9.json diff --git a/domains/server.sx9.json b/domains/server.sx9.json new file mode 100644 index 000000000..f39b91b99 --- /dev/null +++ b/domains/server.sx9.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SX-9", + "email": "satriakrach@gmail.com" + }, + "record": { + "A": ["159.89.214.31"] + } +} From 7daf2fb3d06c53921f34b6a1800f5440cf3fbeb0 Mon Sep 17 00:00:00 2001 From: Satria Date: Fri, 15 Sep 2023 21:27:00 +0700 Subject: [PATCH 22/23] add txt record --- domains/server.sx9.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/server.sx9.json b/domains/server.sx9.json index f39b91b99..72a33199a 100644 --- a/domains/server.sx9.json +++ b/domains/server.sx9.json @@ -4,6 +4,7 @@ "email": "satriakrach@gmail.com" }, "record": { - "A": ["159.89.214.31"] + "A": ["159.89.214.31"], + "TXT": "authkeyfp=SHA256:VVj2L3ejMtwZzCYYUrAKNvRrus1c6LIBm9rXhMY8A4M" } } From 8540cb162a08eb9b0499196fa921b4ace606bbb7 Mon Sep 17 00:00:00 2001 From: CycloneAddons Date: Fri, 15 Sep 2023 20:35:59 +0530 Subject: [PATCH 23/23] feat(domain): deepesh.is-a.dev --- domains/deepesh.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/deepesh.json diff --git a/domains/deepesh.json b/domains/deepesh.json new file mode 100644 index 000000000..9c5b61bd1 --- /dev/null +++ b/domains/deepesh.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "CycloneAddons", + "email": "cycloneaddon@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