From 92fd064e867c9ee17b73dfa00caf25bea1c20c41 Mon Sep 17 00:00:00 2001 From: iakzs Date: Tue, 13 Jun 2023 16:36:25 -0400 Subject: [PATCH 01/62] feat(domain): nerd.is-a.dev --- domains/nerd | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/nerd diff --git a/domains/nerd b/domains/nerd new file mode 100644 index 000000000..6195cd58e --- /dev/null +++ b/domains/nerd @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "iakzs", + "email": "iakzs@protonmail.com", + "note": "This record was created by is-a.dev Discord bot via discord id: 622795838032314388" + }, + + "record": { + "MX": ["mx1.improvmx.com"] + } +} From 50a4f6277c8fffd5c1b6e2e13fa7f9114abf43b2 Mon Sep 17 00:00:00 2001 From: ashinberish Date: Sun, 18 Jun 2023 02:49:57 +0530 Subject: [PATCH 02/62] added ashin.is-a.dev --- domains/ashin.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ashin.json diff --git a/domains/ashin.json b/domains/ashin.json new file mode 100644 index 000000000..d57862c90 --- /dev/null +++ b/domains/ashin.json @@ -0,0 +1,11 @@ +{ + "description": "ashin.is-a.dev", + "repo": "https://github.com/ashinberish/v3", + "owner": { + "username": "ashinberish", + "email": "ashinberish@gmail.com" + }, + "record": { + "CNAME": "_27177e6b7997c999d1c136ca359b1600.gnvqnzwrct.acm-validations.aws." + } +} \ No newline at end of file From 35231dd4c76cdf0de7590f40d0cfd3af31575cdf Mon Sep 17 00:00:00 2001 From: ashinberish Date: Sun, 18 Jun 2023 11:22:37 +0530 Subject: [PATCH 03/62] updated CNAME --- domains/ashin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ashin.json b/domains/ashin.json index d57862c90..80f591b1d 100644 --- a/domains/ashin.json +++ b/domains/ashin.json @@ -6,6 +6,6 @@ "email": "ashinberish@gmail.com" }, "record": { - "CNAME": "_27177e6b7997c999d1c136ca359b1600.gnvqnzwrct.acm-validations.aws." + "CNAME": "https://master.d2p2zrx0sxsnxz.amplifyapp.com" } } \ No newline at end of file From face6efdb595a6ed06befba6273189ce13527f58 Mon Sep 17 00:00:00 2001 From: AnOrrinn <136904245+AnOrrinn@users.noreply.github.com> Date: Sun, 18 Jun 2023 14:31:10 +0700 Subject: [PATCH 04/62] feat(domain): add `anorin.is-a.dev` --- domains/anorin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/anorin.json diff --git a/domains/anorin.json b/domains/anorin.json new file mode 100644 index 000000000..b12c9998b --- /dev/null +++ b/domains/anorin.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "AnOrrinn", + "email": "longoriit@gmail.com" + }, + + "record": { + "A": ["@"] + } +} From f4d8c195974c06524e8b26c36fc86d5a9345e7f5 Mon Sep 17 00:00:00 2001 From: AnOrrinn <136904245+AnOrrinn@users.noreply.github.com> Date: Sun, 18 Jun 2023 15:08:48 +0700 Subject: [PATCH 05/62] feat(domain): add `anoriin.is-a.dev` --- domains/anoriin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/anoriin.json diff --git a/domains/anoriin.json b/domains/anoriin.json new file mode 100644 index 000000000..f85967e16 --- /dev/null +++ b/domains/anoriin.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "AnOrrinn", + "email": "longoriit@gmail.com" + }, + + "record": { + "A": ["103.97.126.28"] + } +} From adba40e104dee7f9df4a5c94918bd535031fb49a Mon Sep 17 00:00:00 2001 From: Romi Muharom <121702894+Leuthra@users.noreply.github.com> Date: Sun, 18 Jun 2023 17:27:59 +0700 Subject: [PATCH 06/62] Create romidev.json --- domains/romidev.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/romidev.json diff --git a/domains/romidev.json b/domains/romidev.json new file mode 100644 index 000000000..3048498e3 --- /dev/null +++ b/domains/romidev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Leuthra", + "email": "romidev20@gmail.com" + }, + "record": { + "URL": "https://portfolio-rominaru.vercel.app" + } +} From a6131a9c0b2c507d62c276d849d966f22cc20c5f Mon Sep 17 00:00:00 2001 From: ohqte Date: Sun, 18 Jun 2023 16:58:37 +0530 Subject: [PATCH 07/62] Delete mail.ohqte.json --- domains/mail.ohqte.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/mail.ohqte.json diff --git a/domains/mail.ohqte.json b/domains/mail.ohqte.json deleted file mode 100644 index cae66175a..000000000 --- a/domains/mail.ohqte.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "email": "ohqte@proton.me", - "username": "ohqte" - }, - "record": { - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } -} From b16e4ea8d7f09c8df717d5d6572ca5c0ba7235b0 Mon Sep 17 00:00:00 2001 From: ohqte Date: Sun, 18 Jun 2023 17:03:27 +0530 Subject: [PATCH 08/62] Update ohqte.json --- domains/ohqte.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/domains/ohqte.json b/domains/ohqte.json index f721945a0..5e36b62c6 100644 --- a/domains/ohqte.json +++ b/domains/ohqte.json @@ -1,10 +1,14 @@ { - "description": "ohqte's portfolio site", "owner": { "username": "ohqte", "email": "ohqte@proton.me" }, "record": { - "CNAME": "ohqte.pages.dev" + "URL": "https://ohqte.vercel.app", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 57c504198266ed7337af4de5acaeae8e068aab83 Mon Sep 17 00:00:00 2001 From: Rakesh Mishra <115985726+merakesh207@users.noreply.github.com> Date: Sun, 18 Jun 2023 17:31:49 +0530 Subject: [PATCH 09/62] Create 207.json --- domains/207.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/207.json diff --git a/domains/207.json b/domains/207.json new file mode 100644 index 000000000..92fec3e09 --- /dev/null +++ b/domains/207.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "merakesh207", + "email": "merakesh207@gmail.com" + }, + "record": { + "URL": "https://behance.net/merakesh207" + } +} From 89fcc1e69080aefeb54f89bd21bab8b75d3b5c71 Mon Sep 17 00:00:00 2001 From: IKRAIYAN <78530319+IKRAIYAN@users.noreply.github.com> Date: Sun, 18 Jun 2023 20:52:24 +0600 Subject: [PATCH 10/62] Create ikraiyan.json --- domains/ikraiyan.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/ikraiyan.json diff --git a/domains/ikraiyan.json b/domains/ikraiyan.json new file mode 100644 index 000000000..13480a4db --- /dev/null +++ b/domains/ikraiyan.json @@ -0,0 +1,12 @@ +{ + "description": "For my Portfolio", + "repo": "https://github.com/IKRAIYAN/ikraiyan.github.io", + "owner": { + "username": "IKRAIYAN", + "email": "ihkraiyan@gmail.com", + "discord": "I_K_RAIYAN#7946" + }, + "record": { + "CNAME": "ikraiyan.github.io" + } +} From 7baf7e4a78504d7a3edbdf325df69bdd3427a8a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jairo=20Morales=20P=C3=A9rez?= Date: Sun, 18 Jun 2023 21:14:17 +0200 Subject: [PATCH 11/62] Create jairomorales.json --- domains/jairomorales.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/jairomorales.json diff --git a/domains/jairomorales.json b/domains/jairomorales.json new file mode 100644 index 000000000..8d166f142 --- /dev/null +++ b/domains/jairomorales.json @@ -0,0 +1,12 @@ +{ + "description": "jairomorales.is-a.dev", + "repo": "https://github.com/Icky17/icky17.github.io", + "owner": { + "username": "Icky17", + "email": "jairomoralesperez0@gmail.com", + "discord": "icky17" + }, + "record": { + "CNAME": "icky17.github.io" + } +} From c1d036a850ac974bc170c0a1e35d9c2de52c1775 Mon Sep 17 00:00:00 2001 From: damnedstudios <137005001+damnedstudios@users.noreply.github.com> Date: Sun, 18 Jun 2023 23:43:01 +0300 Subject: [PATCH 12/62] Create damned.json --- domains/damned.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/damned.json diff --git a/domains/damned.json b/domains/damned.json new file mode 100644 index 000000000..733e7c976 --- /dev/null +++ b/domains/damned.json @@ -0,0 +1,11 @@ +{ + "description": "damned.is-a.dev", + "repo": "https://github.com/damnedstudios/damnedstudios.github.io", + "owner": { + "username": "damnedstudios", + "email": "arda.efe.gokce.2@gmail.com", + }, + "record": { + "CNAME": "damnedstudios.github.io" + } +} From e62f1e0cfa81f5312f301558ad299aa6cff8db9a Mon Sep 17 00:00:00 2001 From: WiredMind Date: Sun, 18 Jun 2023 23:26:30 +0200 Subject: [PATCH 13/62] Create wiredmind.json --- domains/wiredmind.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/wiredmind.json diff --git a/domains/wiredmind.json b/domains/wiredmind.json new file mode 100644 index 000000000..dc6353445 --- /dev/null +++ b/domains/wiredmind.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "WiredMind2", + "email": "admin@tetrazero.com" + }, + "record": { + "A": ["51.91.236.255"], + "AAAA": ["2001:41d0:301::29"] +} From 896530cc09a34754e38977cda1a3e31d569a4a19 Mon Sep 17 00:00:00 2001 From: WiredMind Date: Sun, 18 Jun 2023 23:30:12 +0200 Subject: [PATCH 14/62] Update wiredmind.json --- domains/wiredmind.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/wiredmind.json b/domains/wiredmind.json index dc6353445..2d7856458 100644 --- a/domains/wiredmind.json +++ b/domains/wiredmind.json @@ -4,6 +4,5 @@ "email": "admin@tetrazero.com" }, "record": { - "A": ["51.91.236.255"], - "AAAA": ["2001:41d0:301::29"] + "URL": "https://tetrazero.com" } From cd24e5600a18d106b884b2b882c47515590a50f8 Mon Sep 17 00:00:00 2001 From: Pavly Nader <109833811+qbebo@users.noreply.github.com> Date: Mon, 19 Jun 2023 03:24:54 +0300 Subject: [PATCH 15/62] Update beboq.json Update my username and record --- domains/beboq.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/beboq.json b/domains/beboq.json index 6dc50e318..73aab74ee 100644 --- a/domains/beboq.json +++ b/domains/beboq.json @@ -1,10 +1,10 @@ { "owner": { - "username": "iibeboQ", + "username": "qbebo", "email": "qqqbeboo@yahoo.com" }, "record": { - "CNAME": "2e0e98d2-b08c-4ced-aa5a-47d06b3a7ef0.id.repl.co" + "CNAME": "1a634fa8-d216-4e48-9315-53a2dcaf9314.id.repl.co" } } From c8bde887ab0350a701484b7d77b7bb625ba5f705 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 19 Jun 2023 08:30:27 +0800 Subject: [PATCH 16/62] Update ashin.json --- domains/ashin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/ashin.json b/domains/ashin.json index 80f591b1d..8ded3b280 100644 --- a/domains/ashin.json +++ b/domains/ashin.json @@ -6,6 +6,6 @@ "email": "ashinberish@gmail.com" }, "record": { - "CNAME": "https://master.d2p2zrx0sxsnxz.amplifyapp.com" + "URL": "https://master.d2p2zrx0sxsnxz.amplifyapp.com" } -} \ No newline at end of file +} From 66d2372a61d4308adf25d0474ba27bb88ca3e824 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 19 Jun 2023 08:32:36 +0800 Subject: [PATCH 17/62] Delete anorin.json --- domains/anorin.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/anorin.json diff --git a/domains/anorin.json b/domains/anorin.json deleted file mode 100644 index b12c9998b..000000000 --- a/domains/anorin.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "AnOrrinn", - "email": "longoriit@gmail.com" - }, - - "record": { - "A": ["@"] - } -} From 9719be2ae13471f421a87c3eca23d83d44852a8b Mon Sep 17 00:00:00 2001 From: iakzs Date: Sun, 18 Jun 2023 21:25:34 -0400 Subject: [PATCH 18/62] feat(domain): elbenja.is-a.dev --- domains/elbenja.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/elbenja.json diff --git a/domains/elbenja.json b/domains/elbenja.json new file mode 100644 index 000000000..dfa408221 --- /dev/null +++ b/domains/elbenja.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "iakzs", + "email": "iakzs@protonmail.com", + "discord": "622795838032314388" + }, + + "record": { + "MX": ["mx1.improvmx.com"] + } +} From 384b15836203c70b86eb5e97c833dc2f007f51da Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 19 Jun 2023 11:34:05 +0800 Subject: [PATCH 19/62] Update damned.json --- domains/damned.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/damned.json b/domains/damned.json index 733e7c976..586a76bc3 100644 --- a/domains/damned.json +++ b/domains/damned.json @@ -3,7 +3,7 @@ "repo": "https://github.com/damnedstudios/damnedstudios.github.io", "owner": { "username": "damnedstudios", - "email": "arda.efe.gokce.2@gmail.com", + "email": "arda.efe.gokce.2@gmail.com" }, "record": { "CNAME": "damnedstudios.github.io" From e0012285caa92c06bad38598aae3f1bc8bb577dc Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 19 Jun 2023 12:10:09 +0800 Subject: [PATCH 20/62] Update wiredmind.json --- domains/wiredmind.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/wiredmind.json b/domains/wiredmind.json index 2d7856458..b3fb028f1 100644 --- a/domains/wiredmind.json +++ b/domains/wiredmind.json @@ -5,4 +5,5 @@ }, "record": { "URL": "https://tetrazero.com" + } } From c8d5bb28d588bcd1a55007fc03abb1557ccb4dcb Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 19 Jun 2023 12:11:25 +0800 Subject: [PATCH 21/62] Delete nerd --- domains/nerd | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/nerd diff --git a/domains/nerd b/domains/nerd deleted file mode 100644 index 6195cd58e..000000000 --- a/domains/nerd +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "iakzs", - "email": "iakzs@protonmail.com", - "note": "This record was created by is-a.dev Discord bot via discord id: 622795838032314388" - }, - - "record": { - "MX": ["mx1.improvmx.com"] - } -} From 7c4fde2dbb40be8c1c505b6d5aa0fb0317130c3e Mon Sep 17 00:00:00 2001 From: Anindra Date: Mon, 19 Jun 2023 08:40:29 +0000 Subject: [PATCH 22/62] add sub-domain --- domains/anindra.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/anindra.json diff --git a/domains/anindra.json b/domains/anindra.json new file mode 100644 index 000000000..5580bbc24 --- /dev/null +++ b/domains/anindra.json @@ -0,0 +1,12 @@ +{ + "description": "Describe the use of this subdomain", + "repo": "https://github.com/meanindra/meanindra.github.io", + "owner": { + "username": "meanindra", + "email": "anindrakarmakar+pnswp5ix@proton.me", + "twitter": "i_anindra" + }, + "record": { + "CNAME": "meanindra.github.io" + } +} \ No newline at end of file From be30d342d0a7677f5811a51cc9f38119a0a26f86 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 19 Jun 2023 17:16:48 +0800 Subject: [PATCH 23/62] Update anindra.json --- domains/anindra.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/anindra.json b/domains/anindra.json index 5580bbc24..0cc9ad31f 100644 --- a/domains/anindra.json +++ b/domains/anindra.json @@ -1,5 +1,4 @@ { - "description": "Describe the use of this subdomain", "repo": "https://github.com/meanindra/meanindra.github.io", "owner": { "username": "meanindra", @@ -9,4 +8,4 @@ "record": { "CNAME": "meanindra.github.io" } -} \ No newline at end of file +} From ea482b755e2f13df5190cb6f168a005d996dd648 Mon Sep 17 00:00:00 2001 From: LMG XENON <82078620+LMGXENON@users.noreply.github.com> Date: Mon, 19 Jun 2023 13:37:45 +0400 Subject: [PATCH 24/62] Update xenon.json --- domains/xenon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/xenon.json b/domains/xenon.json index df82d5ef4..ed72bb0e3 100644 --- a/domains/xenon.json +++ b/domains/xenon.json @@ -5,6 +5,6 @@ "email": "lmgxenon9066@gmail.com" }, "record": { - "CNAME": "xenon-8n8x.onrender.com" + "CNAME": "2fd4a23b-6608-4be8-b2fc-911cc30b1b87.id.repl.co" } } From 373c8357b9c1da1b410166d2fd50376520474d30 Mon Sep 17 00:00:00 2001 From: iakzs Date: Mon, 19 Jun 2023 07:06:21 -0400 Subject: [PATCH 25/62] Update elbenja.json --- domains/elbenja.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/elbenja.json b/domains/elbenja.json index dfa408221..9f7fd2313 100644 --- a/domains/elbenja.json +++ b/domains/elbenja.json @@ -6,6 +6,7 @@ }, "record": { - "MX": ["mx1.improvmx.com"] + "MX": ["mx1.improvmx.com.”] + “TXT”: ["v=spf1 include:spf.improvmx.com ~all"] } } From ed440b314902b8dcfb2f814db81b6a9cb1ae88b3 Mon Sep 17 00:00:00 2001 From: iakzs Date: Mon, 19 Jun 2023 07:07:05 -0400 Subject: [PATCH 26/62] Update elbenja.json --- domains/elbenja.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/elbenja.json b/domains/elbenja.json index 9f7fd2313..a7b30e200 100644 --- a/domains/elbenja.json +++ b/domains/elbenja.json @@ -6,7 +6,7 @@ }, "record": { - "MX": ["mx1.improvmx.com.”] + "MX": ["mx1.improvmx.com."] “TXT”: ["v=spf1 include:spf.improvmx.com ~all"] } } From de677e99d7b5cab85f3e0d90a99130b17ec74a53 Mon Sep 17 00:00:00 2001 From: iakzs Date: Mon, 19 Jun 2023 07:07:29 -0400 Subject: [PATCH 27/62] Update elbenja.json --- domains/elbenja.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/elbenja.json b/domains/elbenja.json index a7b30e200..565f484af 100644 --- a/domains/elbenja.json +++ b/domains/elbenja.json @@ -7,6 +7,6 @@ "record": { "MX": ["mx1.improvmx.com."] - “TXT”: ["v=spf1 include:spf.improvmx.com ~all"] + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] } } From cf41ae8f46363c1b5d954943f75655041e066743 Mon Sep 17 00:00:00 2001 From: RainyXeon / Date: Mon, 19 Jun 2023 22:05:19 +0700 Subject: [PATCH 28/62] feat(domain): add `1st-dev.is-a.dev` --- domains/1st-dev.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/1st-dev.json diff --git a/domains/1st-dev.json b/domains/1st-dev.json new file mode 100644 index 000000000..b15cfed15 --- /dev/null +++ b/domains/1st-dev.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "RainyXeon", + "email": "minh15052008@gmail.com" + }, + + "record": { + "CNAME": "5a3e476d-47ce-4088-9b34-42cdb8c3395b.id.repl.co" + } +} From bc734c558888834946926639b732ed3ab6d5a9e3 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 20 Jun 2023 08:19:45 +0800 Subject: [PATCH 29/62] Update elbenja.json --- domains/elbenja.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/elbenja.json b/domains/elbenja.json index 565f484af..072e3fabe 100644 --- a/domains/elbenja.json +++ b/domains/elbenja.json @@ -6,7 +6,7 @@ }, "record": { - "MX": ["mx1.improvmx.com."] - "TXT": ["v=spf1 include:spf.improvmx.com ~all"] + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 811d0fcbd09b7562318852ce9f47a8331fa1dbe2 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 20 Jun 2023 10:08:49 +0800 Subject: [PATCH 30/62] Update elbenja.json --- domains/elbenja.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/elbenja.json b/domains/elbenja.json index 072e3fabe..34b563feb 100644 --- a/domains/elbenja.json +++ b/domains/elbenja.json @@ -6,7 +6,7 @@ }, "record": { - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"] + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From b157ccec4621c70b66867a34a23958aaa0a9d704 Mon Sep 17 00:00:00 2001 From: ShoreCN Date: Tue, 20 Jun 2023 10:48:05 +0800 Subject: [PATCH 31/62] update cs.json for github pages domain verification --- domains/cs.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/cs.json b/domains/cs.json index 433f05500..553a6c110 100644 --- a/domains/cs.json +++ b/domains/cs.json @@ -6,6 +6,7 @@ "email": "c.shore.cn@gmail.com" }, "record": { - "CNAME": "shorecn.github.io" + "CNAME": "shorecn.github.io", + "TXT": "d4e6cbb56d440ddedd7bf5079b0d81" } } From 4a425c9ac03318bfb877809c4136f6563154881a Mon Sep 17 00:00:00 2001 From: Cxhi <108984837+Chouhict@users.noreply.github.com> Date: Tue, 20 Jun 2023 09:50:58 +0700 Subject: [PATCH 32/62] Create chouhi.json --- domains/chouhi.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/chouhi.json diff --git a/domains/chouhi.json b/domains/chouhi.json new file mode 100644 index 000000000..ee6482f78 --- /dev/null +++ b/domains/chouhi.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "Chouhict", + "email": "chouhi@proton.me" + }, + "record": { + "URL": "https://chouhi.ml/", + "MX": [ + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} From 75c63251a89e3cb1d9a7c521160c892869f34de2 Mon Sep 17 00:00:00 2001 From: Cxhi <108984837+Chouhict@users.noreply.github.com> Date: Tue, 20 Jun 2023 10:06:27 +0700 Subject: [PATCH 33/62] Update chouhi.json --- domains/chouhi.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/chouhi.json b/domains/chouhi.json index ee6482f78..03b68b1c5 100644 --- a/domains/chouhi.json +++ b/domains/chouhi.json @@ -6,6 +6,7 @@ "record": { "URL": "https://chouhi.ml/", "MX": [ + "mx1.improvmx.com" "mx2.improvmx.com" ], "TXT": "v=spf1 include:spf.improvmx.com ~all" From 7b3b290118b88a9a925727bc26489fa5942a7679 Mon Sep 17 00:00:00 2001 From: ShoreCN Date: Tue, 20 Jun 2023 13:28:43 +0800 Subject: [PATCH 34/62] remove cs.json TXT record --- domains/cs.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/cs.json b/domains/cs.json index 553a6c110..433f05500 100644 --- a/domains/cs.json +++ b/domains/cs.json @@ -6,7 +6,6 @@ "email": "c.shore.cn@gmail.com" }, "record": { - "CNAME": "shorecn.github.io", - "TXT": "d4e6cbb56d440ddedd7bf5079b0d81" + "CNAME": "shorecn.github.io" } } From f3c0fd979f4aafeece4e3100b9331000433744d2 Mon Sep 17 00:00:00 2001 From: ShoreCN Date: Tue, 20 Jun 2023 13:34:25 +0800 Subject: [PATCH 35/62] create _github-pages-challenge-ShoreCN.cs.json --- domains/_github-pages-challenge-ShoreCN.cs.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-ShoreCN.cs.json diff --git a/domains/_github-pages-challenge-ShoreCN.cs.json b/domains/_github-pages-challenge-ShoreCN.cs.json new file mode 100644 index 000000000..658ae1817 --- /dev/null +++ b/domains/_github-pages-challenge-ShoreCN.cs.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ShoreCN", + "email": "c.shore.cn@gmail.com" + }, + "record": { + "TXT": "d4e6cbb56d440ddedd7bf5079b0d81" + } +} From 4305cc1cb1248fa8be4b4a8cc9ff43744d0f0d46 Mon Sep 17 00:00:00 2001 From: Cxhi <108984837+Chouhict@users.noreply.github.com> Date: Tue, 20 Jun 2023 12:44:10 +0700 Subject: [PATCH 36/62] Update chouhi.json --- domains/chouhi.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/domains/chouhi.json b/domains/chouhi.json index 03b68b1c5..e3af62ffb 100644 --- a/domains/chouhi.json +++ b/domains/chouhi.json @@ -5,10 +5,5 @@ }, "record": { "URL": "https://chouhi.ml/", - "MX": [ - "mx1.improvmx.com" - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From be1dd67e96992158ff4933c8efdf4ddf7dcfbd53 Mon Sep 17 00:00:00 2001 From: ThaiHung4 <137022040+ThaiHung4@users.noreply.github.com> Date: Tue, 20 Jun 2023 12:52:27 +0700 Subject: [PATCH 37/62] Create hth.json --- domains/hth.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 domains/hth.json diff --git a/domains/hth.json b/domains/hth.json new file mode 100644 index 000000000..c49d57f92 --- /dev/null +++ b/domains/hth.json @@ -0,0 +1,19 @@ +{ + "owner": { + "username": "ThaiHung4", + "email": "contact.hungg@gmail.com", + }, + + "record": { + "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 b86100aea23df405f450db1dda629f7010dcb7be Mon Sep 17 00:00:00 2001 From: Krishna Vig <114269519+vigkrishna@users.noreply.github.com> Date: Tue, 20 Jun 2023 13:32:11 +0530 Subject: [PATCH 38/62] vigkrishna.json --- vigkrishna.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 vigkrishna.json diff --git a/vigkrishna.json b/vigkrishna.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/vigkrishna.json @@ -0,0 +1 @@ + From f89820baf37d5bb802a12dc720aab9da04d79def Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 20 Jun 2023 16:07:43 +0800 Subject: [PATCH 39/62] Rename _github-pages-challenge-ShoreCN.cs.json to _github-pages-challenge-shorecn.cs.json --- ...ge-ShoreCN.cs.json => _github-pages-challenge-shorecn.cs.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-ShoreCN.cs.json => _github-pages-challenge-shorecn.cs.json} (100%) diff --git a/domains/_github-pages-challenge-ShoreCN.cs.json b/domains/_github-pages-challenge-shorecn.cs.json similarity index 100% rename from domains/_github-pages-challenge-ShoreCN.cs.json rename to domains/_github-pages-challenge-shorecn.cs.json From e75b019562f50107d777468e486d0d0e7e0bcd3f Mon Sep 17 00:00:00 2001 From: Zenpai Date: Tue, 20 Jun 2023 16:15:44 +0800 Subject: [PATCH 40/62] Create zenpai.json --- domains/zenpai.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/zenpai.json diff --git a/domains/zenpai.json b/domains/zenpai.json new file mode 100644 index 000000000..979cd4129 --- /dev/null +++ b/domains/zenpai.json @@ -0,0 +1,12 @@ +{ + "description": "zenpai.is-a.dev", + "repo": "https://github.com/ZenpaiAng/ZenpaiAng.github.io", + "owner": { + "username": "ZenpaiAng", + "email": "zenpaiang@gmail.com", + "discord": "zenpaiang" + }, + "record": { + "CNAME": "ZenpaiAng.github.io" + } +} From 6a395bdf97a8cd2b2a3b912348a5c7e9139cbbf7 Mon Sep 17 00:00:00 2001 From: "dilshad :/" <70562282+dilshad0101@users.noreply.github.com> Date: Tue, 20 Jun 2023 16:53:12 +0530 Subject: [PATCH 41/62] feat(domain): add `dilshad.is-a.dev` --- domains/dilshad.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/dilshad.json diff --git a/domains/dilshad.json b/domains/dilshad.json new file mode 100644 index 000000000..17893db49 --- /dev/null +++ b/domains/dilshad.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "dilshad0101", + "email": "dilshadmuhammed0101@gmail.com" + }, + + "record": { + "A": ["null"] + } +} From c49955d606eacbc5575159ccac7d4223a56746af Mon Sep 17 00:00:00 2001 From: "dilshad :/" <70562282+dilshad0101@users.noreply.github.com> Date: Tue, 20 Jun 2023 17:24:22 +0530 Subject: [PATCH 42/62] Update dilshad.json --- domains/dilshad.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/dilshad.json b/domains/dilshad.json index 17893db49..784738b2b 100644 --- a/domains/dilshad.json +++ b/domains/dilshad.json @@ -1,10 +1,12 @@ { + "description": "for portfolio website", + "repo": "https://github.com/dilshad0101/portfolio.website", "owner": { "username": "dilshad0101", "email": "dilshadmuhammed0101@gmail.com" }, "record": { - "A": ["null"] + "CNAME": "dilshad0101.github.io" } } From ed1ff751a4fb59e1ebf0af2ad44981d387fe170d Mon Sep 17 00:00:00 2001 From: bmhien <91460742+bm-hien@users.noreply.github.com> Date: Tue, 20 Jun 2023 20:39:38 +0700 Subject: [PATCH 43/62] feat(domain): add `bmhien.is-a.dev` --- domains/bmhien.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/bmhien.json diff --git a/domains/bmhien.json b/domains/bmhien.json new file mode 100644 index 000000000..4c36c2cc8 --- /dev/null +++ b/domains/bmhien.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "bm-hien", + "email": "buiminhhien001@gmail.com" + }, + + "record": { + "CNAME": "bmhien.pages.dev" + } +} From 10722dd4be577b69b3dbdaa31a1e38392b981ec4 Mon Sep 17 00:00:00 2001 From: jotabf Date: Tue, 20 Jun 2023 19:05:37 -0300 Subject: [PATCH 44/62] Create simplebank.json --- domains/simplebank.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/simplebank.json diff --git a/domains/simplebank.json b/domains/simplebank.json new file mode 100644 index 000000000..9d5f1a723 --- /dev/null +++ b/domains/simplebank.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jotabf", + "email": "jotabe.150@gmail.com" + }, + "record": { + "URL": "a53880df71ece4c268070f082ce00d37-1008813240.sa-east-1.elb.amazonaws.com" + } +} From 12c202d59fa69e0d2cd53c2c9dc075fd649b058b Mon Sep 17 00:00:00 2001 From: Flaze <51487578+flazepe@users.noreply.github.com> Date: Wed, 21 Jun 2023 08:17:24 +0800 Subject: [PATCH 45/62] Create flazepe.json --- domains/flazepe.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/flazepe.json diff --git a/domains/flazepe.json b/domains/flazepe.json new file mode 100644 index 000000000..cc05d0d33 --- /dev/null +++ b/domains/flazepe.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "flazepe", + "discord": "flazepe" + }, + "record": { + "CNAME": "flazepe.github.io" + } +} From 36418002582ff4dcaceec0b027ecce6b528b3738 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 21 Jun 2023 09:06:33 +0800 Subject: [PATCH 46/62] Update simplebank.json --- domains/simplebank.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/simplebank.json b/domains/simplebank.json index 9d5f1a723..4b86f6feb 100644 --- a/domains/simplebank.json +++ b/domains/simplebank.json @@ -4,6 +4,6 @@ "email": "jotabe.150@gmail.com" }, "record": { - "URL": "a53880df71ece4c268070f082ce00d37-1008813240.sa-east-1.elb.amazonaws.com" + "CNAME": "a53880df71ece4c268070f082ce00d37-1008813240.sa-east-1.elb.amazonaws.com" } } From 09ad316da58c2a0c119ca5992f9c963cd764f591 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 21 Jun 2023 09:17:16 +0800 Subject: [PATCH 47/62] Update flazepe.json --- domains/flazepe.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/flazepe.json b/domains/flazepe.json index cc05d0d33..a51351960 100644 --- a/domains/flazepe.json +++ b/domains/flazepe.json @@ -1,6 +1,7 @@ { "owner": { "username": "flazepe", + "email": "", "discord": "flazepe" }, "record": { From 0c09e6ebfbf88d748e4e616fdb37af6843f5028f Mon Sep 17 00:00:00 2001 From: Chouhict Date: Wed, 21 Jun 2023 10:01:20 +0700 Subject: [PATCH 48/62] feat(domain): chouhict.is-a.dev --- domains/chouhict.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 domains/chouhict.json diff --git a/domains/chouhict.json b/domains/chouhict.json new file mode 100644 index 000000000..98804e3cb --- /dev/null +++ b/domains/chouhict.json @@ -0,0 +1,20 @@ +{ + "owner": { + "username": "Chouhict", + "email": "hung22042010@gmail.com", + "note": "This record was created by is-a.dev Discord bot via discord id: 913402397588611162" + }, + + "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=chouhi@proton.me" + } +} From da59b9b7345ef46d9c7bc810fe032f62fdc8cbc4 Mon Sep 17 00:00:00 2001 From: Cxhi <108984837+Chouhict@users.noreply.github.com> Date: Wed, 21 Jun 2023 10:08:33 +0700 Subject: [PATCH 49/62] Update chouhict.json --- domains/chouhict.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/chouhict.json b/domains/chouhict.json index 98804e3cb..3841d94d9 100644 --- a/domains/chouhict.json +++ b/domains/chouhict.json @@ -1,7 +1,7 @@ { "owner": { "username": "Chouhict", - "email": "hung22042010@gmail.com", + "email": "chouhict@gmail.com", "note": "This record was created by is-a.dev Discord bot via discord id: 913402397588611162" }, From 5b93358ea1446c0b30d8dd3644400fabc716a181 Mon Sep 17 00:00:00 2001 From: ThaiHung4 <137022040+ThaiHung4@users.noreply.github.com> Date: Wed, 21 Jun 2023 10:15:30 +0700 Subject: [PATCH 50/62] Delete hth.json --- domains/hth.json | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 domains/hth.json diff --git a/domains/hth.json b/domains/hth.json deleted file mode 100644 index c49d57f92..000000000 --- a/domains/hth.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "owner": { - "username": "ThaiHung4", - "email": "contact.hungg@gmail.com", - }, - - "record": { - "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 8cb5fd334bd7a865ed88685a83e10984676c788d Mon Sep 17 00:00:00 2001 From: ThaiHung4 Date: Wed, 21 Jun 2023 10:16:25 +0700 Subject: [PATCH 51/62] feat(domain): thaihung.is-a.dev --- domains/thaihung.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 domains/thaihung.json diff --git a/domains/thaihung.json b/domains/thaihung.json new file mode 100644 index 000000000..722e55c84 --- /dev/null +++ b/domains/thaihung.json @@ -0,0 +1,20 @@ +{ + "owner": { + "username": "ThaiHung4", + "email": "thaihung4022@gmail.com", + "note": "This record was created by is-a.dev Discord bot via discord id: 892626947430051900" + }, + + "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.hungg@gmail.com" + } +} From 0ffad2011b4270a4ce7b2a4a3cfc7e7816e7b632 Mon Sep 17 00:00:00 2001 From: ThaiHung4 <137022040+ThaiHung4@users.noreply.github.com> Date: Wed, 21 Jun 2023 10:20:34 +0700 Subject: [PATCH 52/62] Update thaihung.json --- domains/thaihung.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/thaihung.json b/domains/thaihung.json index 722e55c84..f18842afb 100644 --- a/domains/thaihung.json +++ b/domains/thaihung.json @@ -1,7 +1,7 @@ { "owner": { "username": "ThaiHung4", - "email": "thaihung4022@gmail.com", + "email": "contact.hungg@gmail.com", "note": "This record was created by is-a.dev Discord bot via discord id: 892626947430051900" }, @@ -13,8 +13,8 @@ "185.199.111.153" ], - "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "forward-email=contact.hungg@gmail.com" + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From ea3034071c3e55a2206cf138c2070cbb5d863bed Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 21 Jun 2023 12:51:57 +0800 Subject: [PATCH 53/62] Update chouhi.json --- domains/chouhi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/chouhi.json b/domains/chouhi.json index e3af62ffb..032de6f80 100644 --- a/domains/chouhi.json +++ b/domains/chouhi.json @@ -4,6 +4,6 @@ "email": "chouhi@proton.me" }, "record": { - "URL": "https://chouhi.ml/", + "URL": "https://chouhi.ml" } } From d2cbb492363acf2468582e494b9e85d9775d25a4 Mon Sep 17 00:00:00 2001 From: Krishna Vig <114269519+vigkrishna@users.noreply.github.com> Date: Wed, 21 Jun 2023 13:33:58 +0530 Subject: [PATCH 54/62] Update vigkrishna.json --- vigkrishna.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/vigkrishna.json b/vigkrishna.json index 8b1378917..6a2530ce6 100644 --- a/vigkrishna.json +++ b/vigkrishna.json @@ -1 +1,11 @@ - +{ + "description": "vigkrishna.is-a.dev", + "repo": "https://vigkrishna.github.io/Portfolio_2023/", + "owner": { + "username": "vigkrishna", + "email": "vigkrishna@yahoo.com" + }, + "record": { + "CNAME": "vigkrishna.github.io" + } +} From ebbafab395664e7d4d35efedad22ce21f8c1108a Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 21 Jun 2023 17:57:48 +0800 Subject: [PATCH 55/62] Rename vigkrishna.json to domains/vigkrishna.json --- vigkrishna.json => domains/vigkrishna.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename vigkrishna.json => domains/vigkrishna.json (100%) diff --git a/vigkrishna.json b/domains/vigkrishna.json similarity index 100% rename from vigkrishna.json rename to domains/vigkrishna.json From f021a789e24e7cb3ea0e3c84ee8f21f4d91378a8 Mon Sep 17 00:00:00 2001 From: HARSH MEHTA <116186883+Harsh05dev@users.noreply.github.com> Date: Thu, 22 Jun 2023 00:46:07 +0530 Subject: [PATCH 56/62] Create harsh-mehta.json --- domains/harsh-mehta.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/harsh-mehta.json diff --git a/domains/harsh-mehta.json b/domains/harsh-mehta.json new file mode 100644 index 000000000..8460b5b84 --- /dev/null +++ b/domains/harsh-mehta.json @@ -0,0 +1,11 @@ +{ + "description": "harsh-mehta.is-a.dev", + "repo": "https://harsh05dev.github.io/My_Portfolio_2023/", + "owner": { + "username": "Harsh05dev", + "email": "harshmehta1505@gmail.com" + }, + "record": { + "CNAME": "harsh05dev.github.io" + } +} From be7c98d1fee22edc44510f164445d04549cd7445 Mon Sep 17 00:00:00 2001 From: Agamjot Singh Date: Thu, 22 Jun 2023 03:02:35 +0530 Subject: [PATCH 57/62] Create agamjot-singh.json --- domains/agamjot-singh.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/agamjot-singh.json diff --git a/domains/agamjot-singh.json b/domains/agamjot-singh.json new file mode 100644 index 000000000..c152dcbfb --- /dev/null +++ b/domains/agamjot-singh.json @@ -0,0 +1,12 @@ +{ + "description": "Personal Portfolio Webapp", + "repo": "https://github.com/agamjotsingh18/agamjotsingh18.github.io", + "owner": { + "username": "agamjotsingh18", + "email": "agamjotsingh1801@gmail.com", + "twitter": "_agamjotsingh" + }, + "record": { + "CNAME": "agamjotsingh18.github.io" + } +} From 28bc3e3ba97b35d737dd8ff57e9c47692fc35f7d Mon Sep 17 00:00:00 2001 From: Asriel Nguyen Date: Thu, 22 Jun 2023 10:53:37 +0700 Subject: [PATCH 58/62] Added improvmx support --- domains/asriel.json | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/domains/asriel.json b/domains/asriel.json index 0adf881ec..24716e9fb 100644 --- a/domains/asriel.json +++ b/domains/asriel.json @@ -1,12 +1,17 @@ { - "description": "asriel.is-a.dev", - "repo": "https://github.com/asrielthegoat/asrielthegoat.github.io/", - "owner": { - "username": "AsrieltheGoat", - "email": "admin@dreemurrs.eu.org", - "discord": "AsrieltheGoat#8607" - }, - "record": { - "CNAME": "AsrieltheGoat.github.io" - } + "description": "asriel.is-a.dev", + "repo": "https://github.com/asrielthegoat/asrielthegoat.github.io/", + "owner": { + "username": "AsrieltheGoat", + "email": "admin@dreemurrs.eu.org", + "discord": "AsrieltheGoat#9753" + }, + "record": { + "CNAME": "asrielthegoat.github.io", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } } From af8065a29ed07d4b755c311e9aefa5c891df270d Mon Sep 17 00:00:00 2001 From: Asriel Nguyen Date: Thu, 22 Jun 2023 11:01:04 +0700 Subject: [PATCH 59/62] Added improvmx support --- domains/asriel.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/domains/asriel.json b/domains/asriel.json index 24716e9fb..1d1f8ba40 100644 --- a/domains/asriel.json +++ b/domains/asriel.json @@ -1,17 +1,17 @@ { - "description": "asriel.is-a.dev", - "repo": "https://github.com/asrielthegoat/asrielthegoat.github.io/", - "owner": { - "username": "AsrieltheGoat", - "email": "admin@dreemurrs.eu.org", - "discord": "AsrieltheGoat#9753" - }, - "record": { - "CNAME": "asrielthegoat.github.io", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } + "description":"asriel.is-a.dev", + "repo":"https://github.com/asrielthegoat/asrielthegoat.github.io/", + "owner":{ + "username":"AsrieltheGoat", + "email":"admin@dreemurrs.eu.org", + "discord":"AsrieltheGoat#9753" + }, + "record":{ + "CNAME":"asrielthegoat.github.io", + "MX":[ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT":"v=spf1 include:spf.improvmx.com ~all" + } } From d70540f9e94b5110b713232de88c77ff2c013b2e Mon Sep 17 00:00:00 2001 From: Asriel Nguyen Date: Thu, 22 Jun 2023 11:02:20 +0700 Subject: [PATCH 60/62] Added improvmx support --- domains/asriel.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/domains/asriel.json b/domains/asriel.json index 1d1f8ba40..d0fdf4a39 100644 --- a/domains/asriel.json +++ b/domains/asriel.json @@ -1,17 +1,17 @@ { - "description":"asriel.is-a.dev", - "repo":"https://github.com/asrielthegoat/asrielthegoat.github.io/", - "owner":{ - "username":"AsrieltheGoat", - "email":"admin@dreemurrs.eu.org", - "discord":"AsrieltheGoat#9753" + "description": "asriel.is-a.dev", + "repo": "https://github.com/asrielthegoat/asrielthegoat.github.io/", + "owner": { + "username": "AsrieltheGoat", + "email": "admin@dreemurrs.eu.org", + "discord": "AsrieltheGoat#9753" }, - "record":{ - "CNAME":"asrielthegoat.github.io", - "MX":[ + "record": { + "CNAME": "asrielthegoat.github.io", + "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" ], - "TXT":"v=spf1 include:spf.improvmx.com ~all" + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 0b4972307495711cfc81005ea0b1eee09e39895e Mon Sep 17 00:00:00 2001 From: Asriel Nguyen Date: Thu, 22 Jun 2023 11:13:30 +0700 Subject: [PATCH 61/62] Deleted all other records except CNAME --- domains/asriel.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/domains/asriel.json b/domains/asriel.json index d0fdf4a39..9fbdf5162 100644 --- a/domains/asriel.json +++ b/domains/asriel.json @@ -7,11 +7,6 @@ "discord": "AsrieltheGoat#9753" }, "record": { - "CNAME": "asrielthegoat.github.io", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "CNAME": "asrielthegoat.github.io" } } From eed1b73908353c8c9416acba2719921cb9a40900 Mon Sep 17 00:00:00 2001 From: takase1121 <20792268+takase1121@users.noreply.github.com> Date: Thu, 22 Jun 2023 14:10:57 +0800 Subject: [PATCH 62/62] feat(domains): add takase.is-a.dev --- domains/takase.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/takase.json diff --git a/domains/takase.json b/domains/takase.json new file mode 100644 index 000000000..3d80740a9 --- /dev/null +++ b/domains/takase.json @@ -0,0 +1,11 @@ +{ + "description": "Takase's personal website", + "repo": "https://github.com/takase1121/takase1121.github.io", + "owner": { + "username": "takase1121", + "email": "takase1121@proton.me" + }, + "record": { + "CNAME": "takase1121.github.io" + } +}