From 077d4e7a415433bf0640f18a60b4190fdfb9a2b3 Mon Sep 17 00:00:00 2001 From: Atr-e Date: Sun, 10 Sep 2023 12:49:05 -0700 Subject: [PATCH 01/22] feat(domain): johnevermore.is-a.dev --- domains/johnevermore.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/johnevermore.json diff --git a/domains/johnevermore.json b/domains/johnevermore.json new file mode 100644 index 000000000..5450cd708 --- /dev/null +++ b/domains/johnevermore.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Atr-e", + "email": "eatr577@gmail.com" + }, + "record": { + "CNAME": "galatic.hop.sh" + } +} From 0f6a3760737e969948e263fc92ff10ff2aee0600 Mon Sep 17 00:00:00 2001 From: ad1107 Date: Tue, 26 Sep 2023 20:15:17 +0700 Subject: [PATCH 02/22] feat(domain): ad1107.is-a.dev --- domains/ad1107.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ad1107.json diff --git a/domains/ad1107.json b/domains/ad1107.json new file mode 100644 index 000000000..06a4456f1 --- /dev/null +++ b/domains/ad1107.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ad1107", + "email": "nguyenanhducxmen@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 2c0ca982d779eef15daf2a1681e068fd31f745e8 Mon Sep 17 00:00:00 2001 From: Chirag Nahata <63905783+chiragnahata@users.noreply.github.com> Date: Tue, 26 Sep 2023 20:25:38 +0530 Subject: [PATCH 03/22] Create mahaviraenterprises.json --- domains/mahaviraenterprises.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/mahaviraenterprises.json diff --git a/domains/mahaviraenterprises.json b/domains/mahaviraenterprises.json new file mode 100644 index 000000000..324dfe7e2 --- /dev/null +++ b/domains/mahaviraenterprises.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "chiragnahata", + "email": "chiragnahata05@gmail.com" + }, + + "record": { + "A": ["129.213.151.29"] + } +} From 8d509a5adffee69bcbd95a37f87a5b8c5576f421 Mon Sep 17 00:00:00 2001 From: VerloxDevs Date: Tue, 26 Sep 2023 18:53:21 -0500 Subject: [PATCH 04/22] feat(domain): 4cxaa.is-a.dev --- domains/4cxaa.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/4cxaa.json diff --git a/domains/4cxaa.json b/domains/4cxaa.json new file mode 100644 index 000000000..667db5586 --- /dev/null +++ b/domains/4cxaa.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "VerloxDevs", + "email": "VorlexDevs@outlook.com" + }, + "record": { + "CNAME": "9fc746bd-8245-4dda-be35-8c34a71a6ff9.id.repl.co" + } +} From 00f96d5f9809d395a75d2e6af92e148da536c786 Mon Sep 17 00:00:00 2001 From: SagXD <95903022+SagXD@users.noreply.github.com> Date: Wed, 27 Sep 2023 14:33:45 +0530 Subject: [PATCH 05/22] Create sag.json --- domains/sag.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sag.json diff --git a/domains/sag.json b/domains/sag.json new file mode 100644 index 000000000..e310bf326 --- /dev/null +++ b/domains/sag.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Sag", + "email": "sagxd@protonmail.com" + }, + "record": { + "CNAME": "https://sag.codeberg.page/" + } +} From 9d992cb864d2e1691de2c6911fc383080f3dd06a Mon Sep 17 00:00:00 2001 From: SagXD <95903022+SagXD@users.noreply.github.com> Date: Wed, 27 Sep 2023 14:41:29 +0530 Subject: [PATCH 06/22] Update sag.json --- domains/sag.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sag.json b/domains/sag.json index e310bf326..e28ed5468 100644 --- a/domains/sag.json +++ b/domains/sag.json @@ -4,6 +4,6 @@ "email": "sagxd@protonmail.com" }, "record": { - "CNAME": "https://sag.codeberg.page/" + "CNAME": "sag.codeberg.page" } } From b5c8162580bf1add619724fef2f56d0954f53a44 Mon Sep 17 00:00:00 2001 From: HyNO-IR Date: Wed, 27 Sep 2023 13:46:47 +0330 Subject: [PATCH 07/22] feat(domain): hyno.is-a.dev --- domains/hyno.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/hyno.json diff --git a/domains/hyno.json b/domains/hyno.json new file mode 100644 index 000000000..f9b5121c7 --- /dev/null +++ b/domains/hyno.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "HyNO-IR", + "email": "hynoyt.ir@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 5e114bbda830a0721474c728dd0a84c079a145b3 Mon Sep 17 00:00:00 2001 From: ActivateClosur3 Date: Wed, 27 Sep 2023 16:59:02 +0400 Subject: [PATCH 08/22] feat(domain): closure.is-a.dev --- domains/closure.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/closure.json diff --git a/domains/closure.json b/domains/closure.json new file mode 100644 index 000000000..fcabf6663 --- /dev/null +++ b/domains/closure.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ActivateClosur3", + "email": "activateclosureyt@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 2d4142b6ed0d21a778277655208675922e7cb728 Mon Sep 17 00:00:00 2001 From: Seriuos Date: Wed, 27 Sep 2023 15:16:17 +0200 Subject: [PATCH 09/22] feat(domain): seriuos.is-a.dev --- domains/seriuos.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/seriuos.json diff --git a/domains/seriuos.json b/domains/seriuos.json new file mode 100644 index 000000000..b0cec730c --- /dev/null +++ b/domains/seriuos.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Seriuos", + "email": "trexi82.82@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 cd7a690c0886c5d555c9bb1d77e84b6f11e619ac Mon Sep 17 00:00:00 2001 From: cakihorse Date: Wed, 27 Sep 2023 15:24:01 +0200 Subject: [PATCH 10/22] feat(domain): cakihorse.is-a.dev --- domains/cakihorse.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/cakihorse.json diff --git a/domains/cakihorse.json b/domains/cakihorse.json new file mode 100644 index 000000000..d224836e1 --- /dev/null +++ b/domains/cakihorse.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "cakihorse", + "email": "cakihorse06@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 a06cce36f0a8625a388568f4e9e8deda13308827 Mon Sep 17 00:00:00 2001 From: nvnarayna Date: Wed, 27 Sep 2023 19:57:35 +0530 Subject: [PATCH 11/22] feat(domain): narayana.is-a.dev --- domains/narayana.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/domains/narayana.json b/domains/narayana.json index eb747b6c6..60c1bd386 100644 --- a/domains/narayana.json +++ b/domains/narayana.json @@ -1,10 +1,11 @@ { - "description": "I am going to use it to test out my creations and share with my friends. As a student, I can't get actual domains, so I will be using this.", - "owner": { - "username": "nvnarayna", - "email": "nemaninarayna@gmail.com" - }, - "record": { - "CNAME": "proxy.divahosting.net" - } -} + "owner": { + "username": "nvnarayna", + "email": "nemaninarayna@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 6138cf4554102e8d15937d8b537ee02181f75fd2 Mon Sep 17 00:00:00 2001 From: Atr-e Date: Wed, 27 Sep 2023 09:27:32 -0700 Subject: [PATCH 12/22] feat(domain): johnmortan.is-a.dev --- domains/johnmortan.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/johnmortan.json diff --git a/domains/johnmortan.json b/domains/johnmortan.json new file mode 100644 index 000000000..f0d0eec46 --- /dev/null +++ b/domains/johnmortan.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Atr-e", + "email": "eatr577@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 31fd5b8f2628b7d6259dc0615285401d0795887e Mon Sep 17 00:00:00 2001 From: Tinergy Date: Sat, 30 Sep 2023 16:10:30 +0800 Subject: [PATCH 13/22] feat(domain): tinergy.is-a.dev --- domains/tinergy.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/tinergy.json diff --git a/domains/tinergy.json b/domains/tinergy.json new file mode 100644 index 000000000..547ad6a68 --- /dev/null +++ b/domains/tinergy.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Tinergy", + "email": "goh_z@live.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 6771ffa2447878a5dbeffa996f834475063ea02d Mon Sep 17 00:00:00 2001 From: notGman Date: Sat, 30 Sep 2023 18:26:09 +0530 Subject: [PATCH 14/22] feat(domain): gman.is-a.dev --- domains/gman.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/gman.json diff --git a/domains/gman.json b/domains/gman.json new file mode 100644 index 000000000..8c12a47c8 --- /dev/null +++ b/domains/gman.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "notGman", + "email": "gowthaman2185@gmail.com" + }, + "record": { + "URL": "https://notgman.github.io" + } +} From cd591f40dfc68fcfbcb0776e2756d1313e261fe6 Mon Sep 17 00:00:00 2001 From: vLeov Date: Sat, 30 Sep 2023 15:40:00 +0200 Subject: [PATCH 15/22] feat(domain): vleov.is-a.dev --- domains/vleov.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/vleov.json diff --git a/domains/vleov.json b/domains/vleov.json new file mode 100644 index 000000000..af154117a --- /dev/null +++ b/domains/vleov.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "vLeov", + "email": "leo.goetz2008@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 33753aafae60c5b832b54e51303ffc3163989c68 Mon Sep 17 00:00:00 2001 From: GauravPlxyz Date: Sat, 30 Sep 2023 19:15:35 +0530 Subject: [PATCH 16/22] feat(domain): aakashcse.is-a.dev --- domains/aakashcse.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/aakashcse.json diff --git a/domains/aakashcse.json b/domains/aakashcse.json new file mode 100644 index 000000000..8380c0883 --- /dev/null +++ b/domains/aakashcse.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "GauravPlxyz", + "email": "polsagyipols6@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 7f24299ef4acb41f7303e5e4a294eda3457beb17 Mon Sep 17 00:00:00 2001 From: Dnoxl Date: Sat, 30 Sep 2023 19:57:48 +0200 Subject: [PATCH 17/22] feat(domain): dnoxl.is-a.dev --- domains/dnoxl.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/dnoxl.json diff --git a/domains/dnoxl.json b/domains/dnoxl.json new file mode 100644 index 000000000..2872231e4 --- /dev/null +++ b/domains/dnoxl.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Dnoxl", + "email": "ifbimgamer@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 57b5192c3ef02008670eb87eb25c28e1ef90b80c Mon Sep 17 00:00:00 2001 From: Dhaloi Date: Sun, 1 Oct 2023 10:06:48 +0300 Subject: [PATCH 18/22] feat(domain): dhaloi.is-a.dev --- domains/dhaloi.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/dhaloi.json diff --git a/domains/dhaloi.json b/domains/dhaloi.json new file mode 100644 index 000000000..5a961ca8a --- /dev/null +++ b/domains/dhaloi.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Dhaloi", + "email": "enis.salin@yaani.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 c06af12a571972df41da9ddb1974974f86292305 Mon Sep 17 00:00:00 2001 From: KrazyKleb Date: Mon, 2 Oct 2023 00:29:55 +1100 Subject: [PATCH 19/22] feat(domain): krazy.is-a.dev --- domains/krazy.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/krazy.json diff --git a/domains/krazy.json b/domains/krazy.json new file mode 100644 index 000000000..0b322c817 --- /dev/null +++ b/domains/krazy.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "KrazyKleb", + "email": "krazyklebyt@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 dbdf00278ff5b8d2ac702da9fd4419b82ae2b75d Mon Sep 17 00:00:00 2001 From: ErogeMaster225 Date: Mon, 2 Oct 2023 10:59:49 +0700 Subject: [PATCH 20/22] feat(domain): erogemaster225.is-a.dev --- domains/erogemaster225.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/erogemaster225.json diff --git a/domains/erogemaster225.json b/domains/erogemaster225.json new file mode 100644 index 000000000..c780dc9d5 --- /dev/null +++ b/domains/erogemaster225.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ErogeMaster225", + "email": "nguyentrongsang123@yahoo.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 f1afa5c15b8788eb226f2e32ed55de082832e6a8 Mon Sep 17 00:00:00 2001 From: Harshrai1023 Date: Mon, 2 Oct 2023 00:24:06 +0530 Subject: [PATCH 21/22] feat(domain): harshrai.is-a.dev --- domains/harshrai.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/harshrai.json diff --git a/domains/harshrai.json b/domains/harshrai.json new file mode 100644 index 000000000..41023df24 --- /dev/null +++ b/domains/harshrai.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Harshrai1023", + "email": "harshrai1023@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 f26d7f65a14e75d74503eb011c45b8d678d664f3 Mon Sep 17 00:00:00 2001 From: Luongzz Date: Tue, 3 Oct 2023 17:33:13 +0700 Subject: [PATCH 22/22] feat(domain): convertlink.is-a.dev --- domains/convertlink.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/convertlink.json diff --git a/domains/convertlink.json b/domains/convertlink.json new file mode 100644 index 000000000..d987cce22 --- /dev/null +++ b/domains/convertlink.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Luongzz", + "email": "buivanluong0204@gmail.com" + }, + "record": { + "CNAME": "46c2784f-e6dc-4f2e-9fa8-d0913f5d1cf5.id.repl.co" + } +}