From 67fd15782f5755105ba607e09307984a54fd2ee9 Mon Sep 17 00:00:00 2001 From: YouFoundAlpha <86548581+YouFoundAlpha@users.noreply.github.com> Date: Mon, 18 Sep 2023 07:25:59 +0300 Subject: [PATCH 01/43] Update alpha.json --- domains/alpha.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/alpha.json b/domains/alpha.json index b6ae67c40..1e599fe17 100644 --- a/domains/alpha.json +++ b/domains/alpha.json @@ -6,6 +6,6 @@ "record": { "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "TXT": ["v=spf1 a mx ip4:217.174.245.249 ~all", "google-site-verification=1Yp1rxUsb362ukiIiFIXt27Cb6lMG-prU24CwBNDW_w"] } -} \ No newline at end of file +} From 0434f0ae45de413b77bfe8ad4cd49b99cb71fc9a Mon Sep 17 00:00:00 2001 From: YouFoundAlpha <86548581+YouFoundAlpha@users.noreply.github.com> Date: Mon, 18 Sep 2023 09:52:40 +0300 Subject: [PATCH 02/43] Update alpha.json --- domains/alpha.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/alpha.json b/domains/alpha.json index 1e599fe17..01c5cb585 100644 --- a/domains/alpha.json +++ b/domains/alpha.json @@ -6,6 +6,7 @@ "record": { "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], - "TXT": ["v=spf1 a mx ip4:217.174.245.249 ~all", "google-site-verification=1Yp1rxUsb362ukiIiFIXt27Cb6lMG-prU24CwBNDW_w"] + "TXT": ["v=spf1 a mx ip4:217.174.245.249 ~all"], + "CNAME": "yfa.pages.dev" } } From 7f7bbb20b339bf8ce6d41c2b10c5dd402c3391b4 Mon Sep 17 00:00:00 2001 From: parov0z Date: Fri, 29 Sep 2023 20:37:19 +0400 Subject: [PATCH 03/43] feat(domain): parovoz.is-a.dev --- domains/parovoz.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/parovoz.json diff --git a/domains/parovoz.json b/domains/parovoz.json new file mode 100644 index 000000000..38745a67c --- /dev/null +++ b/domains/parovoz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "parov0z", + "email": "andrey.android7890@mail.ru" + }, + "record": { + "CNAME": "parovoz.tw1.ru" + } +} From 4d83a6cb1b76b55808a0e025d154ff585cf2484c Mon Sep 17 00:00:00 2001 From: Kashif Raza Date: Sat, 30 Sep 2023 14:34:13 +0530 Subject: [PATCH 04/43] Create kashif.is-a.dev.json --- domains/kashif.is-a.dev.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/kashif.is-a.dev.json diff --git a/domains/kashif.is-a.dev.json b/domains/kashif.is-a.dev.json new file mode 100644 index 000000000..b9f4c77f9 --- /dev/null +++ b/domains/kashif.is-a.dev.json @@ -0,0 +1,12 @@ +{ + "description": "Simple portfolio with a famous domain like .is-a.dev will give a lot of opportunities + "repo": "https://github.com/alkriz/Kriztech", + "owner": { + "username": "altkriz", + "email": "k.raza1932000@gmail.com", + "twitter": "altkriz" + }, + "record": { + "CNAME": "altkriz.github.io" + } +} From 95ff48ad8457e30756a6bb29f66cd8b5dc729893 Mon Sep 17 00:00:00 2001 From: altkriz Date: Sat, 30 Sep 2023 21:00:50 +0530 Subject: [PATCH 05/43] feat(domain): kriz.is-a.dev --- domains/kriz.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/kriz.json diff --git a/domains/kriz.json b/domains/kriz.json new file mode 100644 index 000000000..96005cb14 --- /dev/null +++ b/domains/kriz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "altkriz", + "email": "k.raza1932000@gmail.com" + }, + "record": { + "CNAME": "altkriz.github.io" + } +} From 7335ac3d7b3cc64b4432a648f62938df5ddeed8e Mon Sep 17 00:00:00 2001 From: Lucas Date: Mon, 2 Oct 2023 05:13:28 +0100 Subject: [PATCH 06/43] Update shamshitty.json --- domains/shamshitty.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/domains/shamshitty.json b/domains/shamshitty.json index 9a5ce1ecd..3e8fb2349 100644 --- a/domains/shamshitty.json +++ b/domains/shamshitty.json @@ -1,11 +1,16 @@ { "owner": { "username": "shamshitty", - "email": "iaminvisy@gmail.com" + "email": "iaminvisy@gmail.com", + "twitter": "shamshitty", + "discord": "shamshitty" + }, + "description": { + "shamshitty is indeed a dev (kinda)" }, "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 304c1b4bbc41f2d31f979cab8f5fee57df47ddf9 Mon Sep 17 00:00:00 2001 From: ivansnippy Date: Tue, 3 Oct 2023 12:11:13 +0300 Subject: [PATCH 07/43] feat(domain): snippyivan.is-a.dev --- domains/snippyivan.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/snippyivan.json diff --git a/domains/snippyivan.json b/domains/snippyivan.json new file mode 100644 index 000000000..f32416c2f --- /dev/null +++ b/domains/snippyivan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ivansnippy", + "email": "ivanmasinde@outlook.com" + }, + "record": { + "CNAME": "ivan.ac.ke" + } +} From c0f8e90c02d263c6581d7c5a23211f1983907b59 Mon Sep 17 00:00:00 2001 From: ivansnippy Date: Tue, 3 Oct 2023 12:36:54 +0300 Subject: [PATCH 08/43] feat(domain): snippytech.is-a.dev --- domains/snippytech.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/snippytech.json diff --git a/domains/snippytech.json b/domains/snippytech.json new file mode 100644 index 000000000..dbbb3907a --- /dev/null +++ b/domains/snippytech.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ivansnippy", + "email": "ivanmasinde@outlook.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 4a2a9b4da0837db0f1d6122c9727e8ce5447b493 Mon Sep 17 00:00:00 2001 From: collinsdawns Date: Tue, 3 Oct 2023 17:53:59 +0300 Subject: [PATCH 09/43] feat(domain): sirens.is-a.dev --- domains/sirens.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/sirens.json diff --git a/domains/sirens.json b/domains/sirens.json new file mode 100644 index 000000000..706aa2b1f --- /dev/null +++ b/domains/sirens.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "collinsdawns", + "email": "collinsdawns184@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 aa9b699b24a834afa52fab793848096edd06379e Mon Sep 17 00:00:00 2001 From: collinsdawns Date: Tue, 3 Oct 2023 18:12:04 +0300 Subject: [PATCH 10/43] feat(domain): sirens-.is-a.dev --- domains/sirens-.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/sirens-.json diff --git a/domains/sirens-.json b/domains/sirens-.json new file mode 100644 index 000000000..706aa2b1f --- /dev/null +++ b/domains/sirens-.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "collinsdawns", + "email": "collinsdawns184@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 0215c6b701e28d544d0b7abc3072852d464d6bba Mon Sep 17 00:00:00 2001 From: collinsdawns Date: Tue, 3 Oct 2023 18:16:22 +0300 Subject: [PATCH 11/43] feat(domain): helloworld.is-a.dev --- domains/helloworld.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/helloworld.json diff --git a/domains/helloworld.json b/domains/helloworld.json new file mode 100644 index 000000000..706aa2b1f --- /dev/null +++ b/domains/helloworld.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "collinsdawns", + "email": "collinsdawns184@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 3b4b8a3330c7c7650cba08a08de77ed89fb4b876 Mon Sep 17 00:00:00 2001 From: Luongzz Date: Tue, 3 Oct 2023 22:44:39 +0700 Subject: [PATCH 12/43] feat(domain): convertlink.is-a.dev --- domains/convertlink.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/convertlink.json b/domains/convertlink.json index d987cce22..53c4070c4 100644 --- a/domains/convertlink.json +++ b/domains/convertlink.json @@ -4,6 +4,8 @@ "email": "buivanluong0204@gmail.com" }, "record": { - "CNAME": "46c2784f-e6dc-4f2e-9fa8-d0913f5d1cf5.id.repl.co" + "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 faf223f337a60bcf36e76be474ca9d5c0e477c72 Mon Sep 17 00:00:00 2001 From: SOF009 Date: Tue, 3 Oct 2023 20:28:52 +0330 Subject: [PATCH 13/43] feat(domain): sof009.is-a.dev --- domains/sof009.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/sof009.json diff --git a/domains/sof009.json b/domains/sof009.json new file mode 100644 index 000000000..06087f1ab --- /dev/null +++ b/domains/sof009.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "SOF009", + "email": "SOF.009@outlook.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 8de917b3405da26b180891ba02eab3eceabbf73f Mon Sep 17 00:00:00 2001 From: Harshrai1023 Date: Tue, 3 Oct 2023 23:43:10 +0530 Subject: [PATCH 14/43] feat(domain): blogs.harshrai.is-a.dev --- domains/blogs.harshrai.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/blogs.harshrai.json diff --git a/domains/blogs.harshrai.json b/domains/blogs.harshrai.json new file mode 100644 index 000000000..e582c3ad1 --- /dev/null +++ b/domains/blogs.harshrai.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Harshrai1023", + "email": "harshrai1023@gmail.com" + }, + "record": { + "CNAME": "hashnode.network" + } +} From 06131afcc2077836c0a8b49b0d1acc2e4cea321c Mon Sep 17 00:00:00 2001 From: PRODEFIX Date: Tue, 3 Oct 2023 23:52:46 +0200 Subject: [PATCH 15/43] Update prodefix.json --- domains/prodefix.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/prodefix.json b/domains/prodefix.json index 74d9272c4..c80a7635c 100644 --- a/domains/prodefix.json +++ b/domains/prodefix.json @@ -1,11 +1,11 @@ { "owner": { "username": "PRODEFIX", - "email": "felaloula@hotmail.com" + "email": "prodefix.ytb@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 35b2ea6057075b593a635f7e73c373a16fce39ce Mon Sep 17 00:00:00 2001 From: pirpall Date: Tue, 3 Oct 2023 19:39:48 -0300 Subject: [PATCH 16/43] feat(domain): pirpal.is-a.dev --- domains/pirpal.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/pirpal.json diff --git a/domains/pirpal.json b/domains/pirpal.json new file mode 100644 index 000000000..c5fa06067 --- /dev/null +++ b/domains/pirpal.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "pirpall", + "email": "pirpalss@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 487eed38ddfd087dbd473e9cef5f5f4cf80422d1 Mon Sep 17 00:00:00 2001 From: g1gabyteDEV Date: Wed, 4 Oct 2023 14:11:30 +0100 Subject: [PATCH 17/43] feat(domain): jams.is-a.dev --- domains/jams.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/jams.json diff --git a/domains/jams.json b/domains/jams.json new file mode 100644 index 000000000..227d8af96 --- /dev/null +++ b/domains/jams.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "g1gabyteDEV", + "email": "jamesmarke7@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 cd4f7dce310fd536f70b6f2cf0e28d358970a50f Mon Sep 17 00:00:00 2001 From: Vixen-1 Date: Wed, 4 Oct 2023 21:55:57 +0530 Subject: [PATCH 18/43] feat(domain): ayushi.is-a.dev --- domains/ayushi.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ayushi.json diff --git a/domains/ayushi.json b/domains/ayushi.json new file mode 100644 index 000000000..59581e1d1 --- /dev/null +++ b/domains/ayushi.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Vixen-1", + "email": "ayushisaxena24111999@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 9f84bcb85f8650eca7eae6e8fd8790a6cfbae602 Mon Sep 17 00:00:00 2001 From: raystatic Date: Wed, 4 Oct 2023 22:32:31 +0530 Subject: [PATCH 19/43] feat(domain): raystatic.is-a.dev --- domains/raystatic.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/raystatic.json diff --git a/domains/raystatic.json b/domains/raystatic.json new file mode 100644 index 000000000..2982171f9 --- /dev/null +++ b/domains/raystatic.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "raystatic", + "email": "rahul9650ray@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 45b62c52e02cf5bcb5b11bf00881277152c6ed0b Mon Sep 17 00:00:00 2001 From: raystatic Date: Wed, 4 Oct 2023 22:36:49 +0530 Subject: [PATCH 20/43] feat(domain): rahulray.is-a.dev --- domains/rahulray.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/rahulray.json diff --git a/domains/rahulray.json b/domains/rahulray.json new file mode 100644 index 000000000..2982171f9 --- /dev/null +++ b/domains/rahulray.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "raystatic", + "email": "rahul9650ray@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 2f4b5e738e27137fe73c4e83cd5cf879ba1004b7 Mon Sep 17 00:00:00 2001 From: AzureZeng Date: Thu, 5 Oct 2023 02:39:05 +0800 Subject: [PATCH 21/43] feat(domain): azurezeng.is-a.dev --- domains/azurezeng.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/azurezeng.json diff --git a/domains/azurezeng.json b/domains/azurezeng.json new file mode 100644 index 000000000..fc337ac8e --- /dev/null +++ b/domains/azurezeng.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AzureZeng", + "email": "weedycn@outlook.com" + }, + "record": { + "CNAME": "azurezeng.com" + } +} From 9e2a15cfb0b23ee0e5667a9437567b740c6f0d4e Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Wed, 4 Oct 2023 13:42:37 -0700 Subject: [PATCH 22/43] Create upd.oxmc.json I want to make this a sub domain for a specific repo for now --- domains/upd.oxmc.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/upd.oxmc.json diff --git a/domains/upd.oxmc.json b/domains/upd.oxmc.json new file mode 100644 index 000000000..4cd7a7415 --- /dev/null +++ b/domains/upd.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 d194550a6f4732f116aca6d8993fe449e7e8b5b8 Mon Sep 17 00:00:00 2001 From: raystatic Date: Thu, 5 Oct 2023 12:51:07 +0530 Subject: [PATCH 23/43] feat(domain): rahul.ray.is-a.dev --- domains/rahul.ray.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/rahul.ray.json diff --git a/domains/rahul.ray.json b/domains/rahul.ray.json new file mode 100644 index 000000000..2982171f9 --- /dev/null +++ b/domains/rahul.ray.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "raystatic", + "email": "rahul9650ray@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 2d3c10aef8d623319daed018970f78a04a1fe9a5 Mon Sep 17 00:00:00 2001 From: raystatic9650 Date: Thu, 5 Oct 2023 12:56:00 +0530 Subject: [PATCH 24/43] feat(domain): rahulray.is-a.dev --- domains/rahulray.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/rahulray.json diff --git a/domains/rahulray.json b/domains/rahulray.json new file mode 100644 index 000000000..5e0f55ae4 --- /dev/null +++ b/domains/rahulray.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "raystatic9650", + "email": "raystatic9650@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 b038ceec6f54d59ece07fcb070b664a02f3c19d0 Mon Sep 17 00:00:00 2001 From: raystatic9650 Date: Thu, 5 Oct 2023 12:57:33 +0530 Subject: [PATCH 25/43] feat(domain): rahul.ray.is-a.dev --- domains/rahul.ray.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/rahul.ray.json diff --git a/domains/rahul.ray.json b/domains/rahul.ray.json new file mode 100644 index 000000000..5e0f55ae4 --- /dev/null +++ b/domains/rahul.ray.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "raystatic9650", + "email": "raystatic9650@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 62f02723fe159d381734de20877cf29a6165171a Mon Sep 17 00:00:00 2001 From: raystatic9650 Date: Thu, 5 Oct 2023 12:58:09 +0530 Subject: [PATCH 26/43] feat(domain): rahul-ray.is-a.dev --- domains/rahul-ray.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/rahul-ray.json diff --git a/domains/rahul-ray.json b/domains/rahul-ray.json new file mode 100644 index 000000000..5e0f55ae4 --- /dev/null +++ b/domains/rahul-ray.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "raystatic9650", + "email": "raystatic9650@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 f6e77c47ffa9e6d40e4776f84522ebbc157f018b Mon Sep 17 00:00:00 2001 From: YouFoundAlpha <86548581+YouFoundAlpha@users.noreply.github.com> Date: Thu, 5 Oct 2023 10:33:50 +0300 Subject: [PATCH 27/43] Update alpha.json --- domains/alpha.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/alpha.json b/domains/alpha.json index 01c5cb585..b27f12561 100644 --- a/domains/alpha.json +++ b/domains/alpha.json @@ -6,7 +6,6 @@ "record": { "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"], - "TXT": ["v=spf1 a mx ip4:217.174.245.249 ~all"], - "CNAME": "yfa.pages.dev" + "TXT": ["v=spf1 a mx ip4:217.174.245.249 ~all"] } } From 988387335109f50f8f5536704d44f78f4b4dda8e Mon Sep 17 00:00:00 2001 From: YouFoundAlpha <86548581+YouFoundAlpha@users.noreply.github.com> Date: Thu, 5 Oct 2023 10:37:47 +0300 Subject: [PATCH 28/43] Create sh.cdn.alpha.json --- domains/sh.cdn.alpha.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sh.cdn.alpha.json diff --git a/domains/sh.cdn.alpha.json b/domains/sh.cdn.alpha.json new file mode 100644 index 000000000..6a2ab48e2 --- /dev/null +++ b/domains/sh.cdn.alpha.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "YouFoundAlpha", + "email": "sweepalf@gmail.com" + }, + "record": { + "CNAME": "cdn-45f.pages.dev" + } +} From 229604d22cd65f8612b2be6a7952ddaea802d315 Mon Sep 17 00:00:00 2001 From: YouFoundAlpha <86548581+YouFoundAlpha@users.noreply.github.com> Date: Thu, 5 Oct 2023 10:38:42 +0300 Subject: [PATCH 29/43] Delete domains/alphatest.json --- domains/alphatest.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/alphatest.json diff --git a/domains/alphatest.json b/domains/alphatest.json deleted file mode 100644 index e8b88d53e..000000000 --- a/domains/alphatest.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "YouFoundAlpha", - "email": "sweepalf@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all", - "MX": ["hosts.is-a.dev"] - } -} From 8c328c98ff0311fa283ea0f098b49ca6b09e138c Mon Sep 17 00:00:00 2001 From: Ansh Tyagi Date: Thu, 5 Oct 2023 22:53:35 +0530 Subject: [PATCH 30/43] Update api.anshtyagi.json --- domains/api.anshtyagi.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/api.anshtyagi.json b/domains/api.anshtyagi.json index fa790fa70..412c80bd4 100644 --- a/domains/api.anshtyagi.json +++ b/domains/api.anshtyagi.json @@ -6,8 +6,6 @@ "email": "tyagiansh175@gmail.com" }, "record": { - "A": [ - "4.224.45.32" - ] + "CNAME": "85fea144-dc5a-45d3-84e3-c3400bf93e87.id.repl.co" } } From 9880f1bcc6c22b7d57eb5a1d07bc7519d2345164 Mon Sep 17 00:00:00 2001 From: Ansh Tyagi Date: Thu, 5 Oct 2023 23:19:58 +0530 Subject: [PATCH 31/43] Update api.anshtyagi.json --- domains/api.anshtyagi.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/api.anshtyagi.json b/domains/api.anshtyagi.json index 412c80bd4..addb913fe 100644 --- a/domains/api.anshtyagi.json +++ b/domains/api.anshtyagi.json @@ -6,6 +6,8 @@ "email": "tyagiansh175@gmail.com" }, "record": { - "CNAME": "85fea144-dc5a-45d3-84e3-c3400bf93e87.id.repl.co" + "A": [ + "20.197.60.252" + ] } } From 10389dc675c9b91e7a2431888da98f5f4673c5a9 Mon Sep 17 00:00:00 2001 From: MacengBOT Date: Fri, 6 Oct 2023 01:03:59 +0700 Subject: [PATCH 32/43] feat(domain): maceng.is-a.dev --- domains/maceng.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/maceng.json diff --git a/domains/maceng.json b/domains/maceng.json new file mode 100644 index 000000000..0962bc72c --- /dev/null +++ b/domains/maceng.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "MacengBOT", + "email": "macengbot@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 e5e3fdd79216850c5dd1361cc634e992fcc17f48 Mon Sep 17 00:00:00 2001 From: Aether1777 <69597148+Aether1777@users.noreply.github.com> Date: Thu, 5 Oct 2023 11:08:14 -0700 Subject: [PATCH 33/43] Update xeno.json --- domains/xeno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/xeno.json b/domains/xeno.json index 7f8c47487..c79bccdfb 100644 --- a/domains/xeno.json +++ b/domains/xeno.json @@ -4,6 +4,6 @@ "email": "bkevin39415@gmail.com" }, "record": { - "CNAME": "border.hop.io" + "CNAME": "espwt.hop.sh" } } From 94b591db04c5111760b4aa33ad86853f156ff855 Mon Sep 17 00:00:00 2001 From: CommanderGuyen Date: Thu, 5 Oct 2023 20:09:02 +0200 Subject: [PATCH 34/43] feat(domain): guyen.is-a.dev --- domains/guyen.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/guyen.json diff --git a/domains/guyen.json b/domains/guyen.json new file mode 100644 index 000000000..0cacdad5e --- /dev/null +++ b/domains/guyen.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "CommanderGuyen", + "email": "commanderguyen@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 ca9c1b86419ca5060c84d4dba29bd734083a8564 Mon Sep 17 00:00:00 2001 From: Aether1777 Date: Thu, 5 Oct 2023 11:11:12 -0700 Subject: [PATCH 35/43] feat(domain): flowos.is-a.dev --- domains/flowos.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/flowos.json diff --git a/domains/flowos.json b/domains/flowos.json new file mode 100644 index 000000000..7e76202b0 --- /dev/null +++ b/domains/flowos.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Aether1777", + "email": "bkevin39415@gmail.com" + }, + "record": { + "CNAME": "flowos.hop.sh" + } +} From 6e22a818289342206cd8aaba9ce483a6d11c8dc3 Mon Sep 17 00:00:00 2001 From: Dott-rus Date: Thu, 5 Oct 2023 21:41:22 +0300 Subject: [PATCH 36/43] feat(domain): dott.is-a.dev --- domains/dott.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/dott.json diff --git a/domains/dott.json b/domains/dott.json new file mode 100644 index 000000000..06fae4fa7 --- /dev/null +++ b/domains/dott.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Dott-rus", + "email": "antonamelin8@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 63c907f53fcb0f7a178f2d5f99465ed18f026517 Mon Sep 17 00:00:00 2001 From: andydrew727 <0793620@student.osceolaschools.net> Date: Thu, 5 Oct 2023 16:40:02 -0400 Subject: [PATCH 37/43] feat(domain): noicemath.is-a.dev --- domains/noicemath.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/noicemath.json diff --git a/domains/noicemath.json b/domains/noicemath.json new file mode 100644 index 000000000..414667f85 --- /dev/null +++ b/domains/noicemath.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "andydrew727", + "email": "0793620@student.osceolaschools.net" + }, + "record": { + "URL": "https://theniceman.netlify.app/" + } +} From ab38f613ec3ac1bd78401404274c4cf5f345fd17 Mon Sep 17 00:00:00 2001 From: drasticfiles Date: Fri, 6 Oct 2023 04:47:12 +0300 Subject: [PATCH 38/43] feat(domain): recoderdrastic.is-a.dev --- domains/recoderdrastic.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/recoderdrastic.json diff --git a/domains/recoderdrastic.json b/domains/recoderdrastic.json new file mode 100644 index 000000000..842ac532a --- /dev/null +++ b/domains/recoderdrastic.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "drasticfiles", + "email": "shaileteitpa@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 a03e6ef0b8c66f150502afa87b464df584c03ab0 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Thu, 5 Oct 2023 21:49:39 -0400 Subject: [PATCH 39/43] Update kashif.is-a.dev.json --- domains/kashif.is-a.dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/kashif.is-a.dev.json b/domains/kashif.is-a.dev.json index b9f4c77f9..d9945a160 100644 --- a/domains/kashif.is-a.dev.json +++ b/domains/kashif.is-a.dev.json @@ -1,5 +1,5 @@ { - "description": "Simple portfolio with a famous domain like .is-a.dev will give a lot of opportunities + "description": "Simple portfolio with a famous domain like .is-a.dev will give a lot of opportunities", "repo": "https://github.com/alkriz/Kriztech", "owner": { "username": "altkriz", From 6fd5c1afb4460101294cd93ae9c1faefe3883dd5 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Thu, 5 Oct 2023 21:49:51 -0400 Subject: [PATCH 40/43] Delete domains/kashif.is-a.dev.json --- domains/kashif.is-a.dev.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/kashif.is-a.dev.json diff --git a/domains/kashif.is-a.dev.json b/domains/kashif.is-a.dev.json deleted file mode 100644 index d9945a160..000000000 --- a/domains/kashif.is-a.dev.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "Simple portfolio with a famous domain like .is-a.dev will give a lot of opportunities", - "repo": "https://github.com/alkriz/Kriztech", - "owner": { - "username": "altkriz", - "email": "k.raza1932000@gmail.com", - "twitter": "altkriz" - }, - "record": { - "CNAME": "altkriz.github.io" - } -} From 0734195258cd29779555e48bb20fa64d345c4c73 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Thu, 5 Oct 2023 21:59:35 -0400 Subject: [PATCH 41/43] Delete domains/sirens-.json --- domains/sirens-.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/sirens-.json diff --git a/domains/sirens-.json b/domains/sirens-.json deleted file mode 100644 index 706aa2b1f..000000000 --- a/domains/sirens-.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "collinsdawns", - "email": "collinsdawns184@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 1ac2e27fd5a150fdbd9885f7f7d3b23dbcbc3a13 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Thu, 5 Oct 2023 21:59:49 -0400 Subject: [PATCH 42/43] Delete domains/helloworld.json --- domains/helloworld.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/helloworld.json diff --git a/domains/helloworld.json b/domains/helloworld.json deleted file mode 100644 index 706aa2b1f..000000000 --- a/domains/helloworld.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "collinsdawns", - "email": "collinsdawns184@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 01f87ef03ce3958a35597b2f1fb094340eeea6b7 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 6 Oct 2023 10:34:50 +0800 Subject: [PATCH 43/43] Update shamshitty.json --- domains/shamshitty.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/shamshitty.json b/domains/shamshitty.json index 3e8fb2349..905f9d8bc 100644 --- a/domains/shamshitty.json +++ b/domains/shamshitty.json @@ -5,9 +5,7 @@ "twitter": "shamshitty", "discord": "shamshitty" }, - "description": { - "shamshitty is indeed a dev (kinda)" - }, + "description": "shamshitty is indeed a dev (kinda)", "record": { "A": ["217.174.245.249"], "MX": ["hosts.is-a.dev"],