From 7d7f6853db9361ba367d95754f405c8d62b07da3 Mon Sep 17 00:00:00 2001 From: onix <112401813+xzonix@users.noreply.github.com> Date: Thu, 30 May 2024 15:03:22 -0300 Subject: [PATCH 01/93] Create mail.fran.json --- domains/mail.fran.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/mail.fran.json diff --git a/domains/mail.fran.json b/domains/mail.fran.json new file mode 100644 index 000000000..30a5c5e6e --- /dev/null +++ b/domains/mail.fran.json @@ -0,0 +1,8 @@ +"MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ] + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} From 2798cebcb7416da52dd70579e5b097cf4d218d97 Mon Sep 17 00:00:00 2001 From: onix <112401813+xzonix@users.noreply.github.com> Date: Thu, 30 May 2024 15:48:21 -0300 Subject: [PATCH 02/93] Update mail.fran.json --- domains/mail.fran.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/mail.fran.json b/domains/mail.fran.json index 30a5c5e6e..88368beb8 100644 --- a/domains/mail.fran.json +++ b/domains/mail.fran.json @@ -2,7 +2,6 @@ "mx1.improvmx.com", "mx2.improvmx.com" ] - ], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 2bddb9d3be0a90f33bdcaa442dbe91a8f5207170 Mon Sep 17 00:00:00 2001 From: onix <112401813+xzonix@users.noreply.github.com> Date: Thu, 30 May 2024 15:51:23 -0300 Subject: [PATCH 03/93] Update mail.fran.json --- domains/mail.fran.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/mail.fran.json b/domains/mail.fran.json index 88368beb8..91f7df5fd 100644 --- a/domains/mail.fran.json +++ b/domains/mail.fran.json @@ -1,4 +1,5 @@ -"MX": [ +{ + "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" ] From 851214779d6e154fb5690016b53ec060470ae20b Mon Sep 17 00:00:00 2001 From: onix <112401813+xzonix@users.noreply.github.com> Date: Thu, 30 May 2024 15:53:48 -0300 Subject: [PATCH 04/93] Update mail.fran.json --- domains/mail.fran.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/domains/mail.fran.json b/domains/mail.fran.json index 91f7df5fd..c37256231 100644 --- a/domains/mail.fran.json +++ b/domains/mail.fran.json @@ -1,4 +1,8 @@ { + "owner": { + "username": "xzonix", + "email": "imahalojigi@gmail.com" + }, "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" From 68d517510cfd75291b9dd4954c6eb3f5b58ab0d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C5=A9=20Th=C3=A0nh=20Trung?= <69748032+vuthanhtrung2010@users.noreply.github.com> Date: Mon, 3 Jun 2024 17:11:28 -0700 Subject: [PATCH 05/93] Create ai.trung --- domains/ai.trung | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/ai.trung diff --git a/domains/ai.trung b/domains/ai.trung new file mode 100644 index 000000000..a2760351c --- /dev/null +++ b/domains/ai.trung @@ -0,0 +1,10 @@ +{ + "description": "OpenAI verification.", + "owner": { + "username": "vuthanhtrung2010", + "email": "vuthanhtrungsuper@gmail.com" + }, + "record": { + "TXT": "openai-domain-verification=dv-6iy0Dvx8dBJhynwe04c3t6GG" + } +} From c6645c7568daeefe2b796c8432b961f33ddde5cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C5=A9=20Th=C3=A0nh=20Trung?= <69748032+vuthanhtrung2010@users.noreply.github.com> Date: Mon, 3 Jun 2024 20:00:17 -0700 Subject: [PATCH 06/93] Rename ai.trung to ai.trung.json --- domains/{ai.trung => ai.trung.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{ai.trung => ai.trung.json} (100%) diff --git a/domains/ai.trung b/domains/ai.trung.json similarity index 100% rename from domains/ai.trung rename to domains/ai.trung.json From 12dfc7311b87bfdca9955c62358a3c9d0b950a38 Mon Sep 17 00:00:00 2001 From: Alex <92811228+Nooby69@users.noreply.github.com> Date: Thu, 6 Jun 2024 23:38:35 +0500 Subject: [PATCH 07/93] Update huz.json --- domains/huz.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/domains/huz.json b/domains/huz.json index 1ec020c98..2974cd96f 100644 --- a/domains/huz.json +++ b/domains/huz.json @@ -1,9 +1,12 @@ { + "description": "Huz Personal Portfolio", + "repo": "https://github.com/Nooby69/Huz", "owner": { "username": "Nooby69", - "email": "farighinsaan123@gmail.com" + "email": "farighinsaan123@gmail.com", + "twitter": "Null" }, "record": { - "CNAME": "5b77bf69-39e2-433c-add4-e59c20476eab.id.repl.co" + "CNAME": "nooby69.github.io/Huz/" } -} +} From 3fce141b0e41b5b5990eb99e090d784214cda71e Mon Sep 17 00:00:00 2001 From: L Lawliet Date: Fri, 7 Jun 2024 11:43:25 +0530 Subject: [PATCH 08/93] Added MX & SPF Records and Changed Email --- domains/l6174.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/l6174.json b/domains/l6174.json index 997904ba8..9502772be 100644 --- a/domains/l6174.json +++ b/domains/l6174.json @@ -3,9 +3,11 @@ "repo": "https://github.com/l6174/l6174.github.io", "owner": { "username": "l6174", - "email": "l.lawliet6174@gmail.com" + "email": "l6174@proton.me" }, "record": { "CNAME": "l6174.github.io" + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 7e17d37819392c46839bc8c38f9e114bd45a8fa8 Mon Sep 17 00:00:00 2001 From: L Lawliet Date: Fri, 7 Jun 2024 11:48:17 +0530 Subject: [PATCH 09/93] Fixed comma error --- domains/l6174.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/l6174.json b/domains/l6174.json index 9502772be..0c72e91ec 100644 --- a/domains/l6174.json +++ b/domains/l6174.json @@ -6,7 +6,7 @@ "email": "l6174@proton.me" }, "record": { - "CNAME": "l6174.github.io" + "CNAME": "l6174.github.io", "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } From 975491f72658627b5f970c1c0e32bdae31fd7989 Mon Sep 17 00:00:00 2001 From: L Lawliet Date: Fri, 7 Jun 2024 11:51:27 +0530 Subject: [PATCH 10/93] Delete domains/mail.l6174.json --- domains/mail.l6174.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/mail.l6174.json diff --git a/domains/mail.l6174.json b/domains/mail.l6174.json deleted file mode 100644 index c9d525eb8..000000000 --- a/domains/mail.l6174.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "My Email Forwarding Domain.", - "owner": { - "username": "l6174", - "email": "l.lawliet6174@gmail.com" - }, - "record": { - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } -} From 130096c3a77b617fa198c7e8fc246490d0fc6fc5 Mon Sep 17 00:00:00 2001 From: Alex <92811228+Nooby69@users.noreply.github.com> Date: Fri, 7 Jun 2024 13:33:24 +0500 Subject: [PATCH 11/93] Update huz.json --- domains/huz.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/huz.json b/domains/huz.json index 2974cd96f..bb24bb0c5 100644 --- a/domains/huz.json +++ b/domains/huz.json @@ -4,9 +4,9 @@ "owner": { "username": "Nooby69", "email": "farighinsaan123@gmail.com", - "twitter": "Null" + "discord": "excalibur._.dev" }, "record": { - "CNAME": "nooby69.github.io/Huz/" + "CNAME": "nooby69.github.io" } } From 487305ef007d109d3526efd73aeb0a1dc455fd8d Mon Sep 17 00:00:00 2001 From: Ashish Agarwal Date: Fri, 7 Jun 2024 15:25:20 +0530 Subject: [PATCH 12/93] Delete domains/_github-pages-challenge-ashishagarwal2023.ashishagarwal.json --- ...-pages-challenge-ashishagarwal2023.ashishagarwal.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_github-pages-challenge-ashishagarwal2023.ashishagarwal.json diff --git a/domains/_github-pages-challenge-ashishagarwal2023.ashishagarwal.json b/domains/_github-pages-challenge-ashishagarwal2023.ashishagarwal.json deleted file mode 100644 index 36c2d3c24..000000000 --- a/domains/_github-pages-challenge-ashishagarwal2023.ashishagarwal.json +++ /dev/null @@ -1,9 +0,0 @@ -{ -"owner": { -"username": "ashishagarwal2023", -"email": "code.with.aasheesh@gmail.com" -}, -"record": { -"TXT": "5089f9182e9025bc562c408fbf18e2" -} -} From 97bc96917dd828fb09cc8b06c128651612cc19da Mon Sep 17 00:00:00 2001 From: Eryquicc <140296688+Eryquicc@users.noreply.github.com> Date: Fri, 7 Jun 2024 17:00:59 +0700 Subject: [PATCH 13/93] Create eryquicc --- domains/eryquicc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/eryquicc diff --git a/domains/eryquicc b/domains/eryquicc new file mode 100644 index 000000000..f3a5d88ee --- /dev/null +++ b/domains/eryquicc @@ -0,0 +1,11 @@ +{ + "description": "Personal use", + "repo": "https://github.com/eryquicc/eryquicc.github.io", + "owner": { + "username": "Eryquicc", + "email": "fathirzaidanmaulana@gmail.com" + }, + "record": { + "CNAME": "eryquicc.github.io" + } +} From d84956f38f5a1fa6950c8ca5de4a00233e720309 Mon Sep 17 00:00:00 2001 From: Eryquicc <140296688+Eryquicc@users.noreply.github.com> Date: Fri, 7 Jun 2024 17:01:26 +0700 Subject: [PATCH 14/93] Create eryquicc.json --- domains/eryquicc.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/eryquicc.json diff --git a/domains/eryquicc.json b/domains/eryquicc.json new file mode 100644 index 000000000..f3a5d88ee --- /dev/null +++ b/domains/eryquicc.json @@ -0,0 +1,11 @@ +{ + "description": "Personal use", + "repo": "https://github.com/eryquicc/eryquicc.github.io", + "owner": { + "username": "Eryquicc", + "email": "fathirzaidanmaulana@gmail.com" + }, + "record": { + "CNAME": "eryquicc.github.io" + } +} From 6fc85328e4b9168261a498337c3f504cf13ae0d3 Mon Sep 17 00:00:00 2001 From: Eryquicc <140296688+Eryquicc@users.noreply.github.com> Date: Fri, 7 Jun 2024 17:03:10 +0700 Subject: [PATCH 15/93] Delete domains/eryquicc --- domains/eryquicc | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/eryquicc diff --git a/domains/eryquicc b/domains/eryquicc deleted file mode 100644 index f3a5d88ee..000000000 --- a/domains/eryquicc +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Personal use", - "repo": "https://github.com/eryquicc/eryquicc.github.io", - "owner": { - "username": "Eryquicc", - "email": "fathirzaidanmaulana@gmail.com" - }, - "record": { - "CNAME": "eryquicc.github.io" - } -} From 37cba10b91f146e9d14ce53b36e9b1db1121212d Mon Sep 17 00:00:00 2001 From: Polo_1245 <81937184+polo-1245-oficial@users.noreply.github.com> Date: Fri, 7 Jun 2024 13:51:40 +0200 Subject: [PATCH 16/93] Register polo.is-a.dev --- domains/polo.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/polo.json diff --git a/domains/polo.json b/domains/polo.json new file mode 100644 index 000000000..1c67c2fb4 --- /dev/null +++ b/domains/polo.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "polo-1245-oficial", + "email": "81937184+polo-1245-oficial@users.noreply.github.com", + "discord": "725316907187568701" + }, + + "record": { + "TXT": "_value=vc-domain-verify=polo.is-a.dev,218d849c972de88cbdf4" + } + } + \ No newline at end of file From ab96fa06f08bbb4ceceb48661f302bc0666a046f Mon Sep 17 00:00:00 2001 From: Sono <115237794+getSono@users.noreply.github.com> Date: Fri, 7 Jun 2024 14:03:13 +0200 Subject: [PATCH 17/93] Update sono.json --- domains/sono.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/domains/sono.json b/domains/sono.json index 508be39ac..5898bd5db 100644 --- a/domains/sono.json +++ b/domains/sono.json @@ -8,7 +8,10 @@ "mx1.improvmx.com", "mx2.improvmx.com." ], - "TXT": "v=spf1 include:spf.improvmx.com ~all", + "TXT": [ + "v=spf1 include:spf.improvmx.com ~all", + "google-site-verification=F90R7qQ2_fVCwUljDPq9iPlyzzKs7-4XovZLDeNAvns" + ] "URL": "https://getsono.is-a.dev" } } From dff7e0b89ebe44e92f39f4aedb2813d88461e5a6 Mon Sep 17 00:00:00 2001 From: Sono <115237794+getSono@users.noreply.github.com> Date: Fri, 7 Jun 2024 14:03:33 +0200 Subject: [PATCH 18/93] Update sono.json --- domains/sono.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sono.json b/domains/sono.json index 5898bd5db..bc5823413 100644 --- a/domains/sono.json +++ b/domains/sono.json @@ -11,7 +11,7 @@ "TXT": [ "v=spf1 include:spf.improvmx.com ~all", "google-site-verification=F90R7qQ2_fVCwUljDPq9iPlyzzKs7-4XovZLDeNAvns" - ] + ], "URL": "https://getsono.is-a.dev" } } From 7746c0dc8a6bcb99f2941afe56af4bec452b2d0a Mon Sep 17 00:00:00 2001 From: Sono <115237794+getSono@users.noreply.github.com> Date: Fri, 7 Jun 2024 14:04:23 +0200 Subject: [PATCH 19/93] Update getsono.json --- domains/getsono.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/getsono.json b/domains/getsono.json index 5bfe5ce2a..327f09ce0 100644 --- a/domains/getsono.json +++ b/domains/getsono.json @@ -6,7 +6,8 @@ }, "record": { - "CNAME": "getsono.github.io" + "CNAME": "getsono.github.io", + "TXT": "google-site-verification=MFPLEonkdLiPBmou5SY2mk4qJQ2HC3jZC9cQ8poP3_o" } } - \ No newline at end of file + From dfc2827ea16d77c19646069fad586c3c64af3d0d Mon Sep 17 00:00:00 2001 From: Sono <115237794+getSono@users.noreply.github.com> Date: Fri, 7 Jun 2024 14:12:21 +0200 Subject: [PATCH 20/93] Removed CNAME record and added A records --- domains/getsono.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/getsono.json b/domains/getsono.json index 327f09ce0..a2b7b065e 100644 --- a/domains/getsono.json +++ b/domains/getsono.json @@ -6,7 +6,12 @@ }, "record": { - "CNAME": "getsono.github.io", + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "TXT": "google-site-verification=MFPLEonkdLiPBmou5SY2mk4qJQ2HC3jZC9cQ8poP3_o" } } From 50bb65bb0f4c0b562b8f111f1ea96d1fbb382d6b Mon Sep 17 00:00:00 2001 From: syedrayangames <165355812+syedrayangames@users.noreply.github.com> Date: Fri, 7 Jun 2024 19:38:07 +0530 Subject: [PATCH 21/93] Update _discord.sussyrayan.json --- domains/_discord.sussyrayan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_discord.sussyrayan.json b/domains/_discord.sussyrayan.json index 02d64ec75..c78384ca1 100644 --- a/domains/_discord.sussyrayan.json +++ b/domains/_discord.sussyrayan.json @@ -4,6 +4,6 @@ "email": "syedrayangames@gmail.com" }, "record": { - "TXT": "dh=227e628c8c5682ceb14bfa90b29b607d2756c476" + "TXT": "dh=634d6d19cba1fa609a7e88e098292bcec9198aa7" } } From c5f52c6b416434acf63fa56090660894a7fef4f7 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Fri, 7 Jun 2024 22:49:48 +0700 Subject: [PATCH 22/93] Revert "Create _discord.dscbmr.is-a.dev.json" --- domains/_discord.dscbmr.is-a.dev.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_discord.dscbmr.is-a.dev.json diff --git a/domains/_discord.dscbmr.is-a.dev.json b/domains/_discord.dscbmr.is-a.dev.json deleted file mode 100644 index 17af5e051..000000000 --- a/domains/_discord.dscbmr.is-a.dev.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "SRPVT", - "email": "syedyaseeralirayan@gmail.com" - }, - "record": { - "TXT": "dh=af0561dc7d2f7eb0ef153cb3a270c0b98fe5c36e" - } -} From 6400ccaf71bcc20a80347bcf0f301d7d85388852 Mon Sep 17 00:00:00 2001 From: L Lawliet Date: Fri, 7 Jun 2024 22:12:17 +0530 Subject: [PATCH 23/93] Removed MX and SPF records --- domains/l6174.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/l6174.json b/domains/l6174.json index 0c72e91ec..70e97793f 100644 --- a/domains/l6174.json +++ b/domains/l6174.json @@ -6,8 +6,6 @@ "email": "l6174@proton.me" }, "record": { - "CNAME": "l6174.github.io", - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "CNAME": "l6174.github.io" } } From 6d1faa15d9b4b0fd5d23907c7fab0b55a050e12d Mon Sep 17 00:00:00 2001 From: Ashish Agarwal Date: Fri, 7 Jun 2024 23:40:23 +0530 Subject: [PATCH 24/93] Update ashishagarwal.json --- domains/ashishagarwal.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/ashishagarwal.json b/domains/ashishagarwal.json index 300dbfa88..24908194d 100644 --- a/domains/ashishagarwal.json +++ b/domains/ashishagarwal.json @@ -5,7 +5,6 @@ }, "record": { - "CNAME": "ashishagarwal2023.github.io" - + "CNAME": "ashishagarwal.netlify.app" } } From 7a152cf7871f1fb5829ca89cdac43e421ba21c05 Mon Sep 17 00:00:00 2001 From: Sxinar <130384567+Sxinar@users.noreply.github.com> Date: Fri, 7 Jun 2024 23:37:59 +0300 Subject: [PATCH 25/93] Register sxi.is-a.dev --- domains/sxi.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/sxi.json diff --git a/domains/sxi.json b/domains/sxi.json new file mode 100644 index 000000000..da7e02c8a --- /dev/null +++ b/domains/sxi.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Sxinar", + "email": "130384567+Sxinar@users.noreply.github.com", + "discord": "1247896918957490198" + }, + + "record": { + "CNAME": "sxinar.github.io" + } + } + \ No newline at end of file From 86f2fe35c3117912493d03b7394f87509bece728 Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 7 Jun 2024 21:55:22 +0100 Subject: [PATCH 26/93] Create adamski.json --- adamski.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 adamski.json diff --git a/adamski.json b/adamski.json new file mode 100644 index 000000000..e67201d15 --- /dev/null +++ b/adamski.json @@ -0,0 +1,6 @@ +{ + "owner": { + "username": "edtimer", + "email": "b4timer@protonamil.com" + } +} From e2a7107d6fac2cba17864ec04c820cda7f0df2b6 Mon Sep 17 00:00:00 2001 From: V205 <138826219+V205Arduino@users.noreply.github.com> Date: Fri, 7 Jun 2024 15:10:01 -0700 Subject: [PATCH 27/93] Register V205.is-a.dev --- domains/v205.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/v205.json diff --git a/domains/v205.json b/domains/v205.json new file mode 100644 index 000000000..83bbf3e59 --- /dev/null +++ b/domains/v205.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "V205Arduino", + "email": "regards-cookers0a@icloud.com", + "discord": "1159944006587924490" + }, + + "record": { + "CNAME": "v205.hackclub.app." + } + } + \ No newline at end of file From 43e8aa7bb6b1af868ea2b996a2522724d67dc0a6 Mon Sep 17 00:00:00 2001 From: V205 <138826219+V205Arduino@users.noreply.github.com> Date: Fri, 7 Jun 2024 15:11:46 -0700 Subject: [PATCH 28/93] Update v205.json --- domains/v205.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/v205.json b/domains/v205.json index 83bbf3e59..f875c10f6 100644 --- a/domains/v205.json +++ b/domains/v205.json @@ -1,12 +1,12 @@ { "owner": { "username": "V205Arduino", - "email": "regards-cookers0a@icloud.com", + "email": "s@v205.obl.ong", "discord": "1159944006587924490" }, "record": { - "CNAME": "v205.hackclub.app." + "CNAME": "v205.hackclub.app" } } - \ No newline at end of file + From 2572b5d31cd17395275a542f4ac23a337f6b87dd Mon Sep 17 00:00:00 2001 From: Eryquicc <140296688+Eryquicc@users.noreply.github.com> Date: Sat, 8 Jun 2024 09:27:32 +0700 Subject: [PATCH 29/93] Create _discord.eryquicc.is-a.dev.txt --- domains/_discord.eryquicc.is-a.dev.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/_discord.eryquicc.is-a.dev.txt diff --git a/domains/_discord.eryquicc.is-a.dev.txt b/domains/_discord.eryquicc.is-a.dev.txt new file mode 100644 index 000000000..95d4a7b2c --- /dev/null +++ b/domains/_discord.eryquicc.is-a.dev.txt @@ -0,0 +1 @@ +dh=7efcfd9b81fc26c7d20c998cbc23866c0d6bc407 From bd67b8ebd8a371e47b9f2a49ca8c8140846fa520 Mon Sep 17 00:00:00 2001 From: Eryquicc <140296688+Eryquicc@users.noreply.github.com> Date: Sat, 8 Jun 2024 09:38:50 +0700 Subject: [PATCH 30/93] create _discord.eryquicc.json --- domains/_discord.eryquicc.is-a.dev.txt | 1 - domains/_discord.eryquicc.json | 10 ++++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) delete mode 100644 domains/_discord.eryquicc.is-a.dev.txt create mode 100644 domains/_discord.eryquicc.json diff --git a/domains/_discord.eryquicc.is-a.dev.txt b/domains/_discord.eryquicc.is-a.dev.txt deleted file mode 100644 index 95d4a7b2c..000000000 --- a/domains/_discord.eryquicc.is-a.dev.txt +++ /dev/null @@ -1 +0,0 @@ -dh=7efcfd9b81fc26c7d20c998cbc23866c0d6bc407 diff --git a/domains/_discord.eryquicc.json b/domains/_discord.eryquicc.json new file mode 100644 index 000000000..178836ab0 --- /dev/null +++ b/domains/_discord.eryquicc.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "eryquicc", + "email": "fathirzaidanmaulana@gmail.com", + "discord": "629939924589608961" + }, + "record": { + "TXT": "dh=7efcfd9b81fc26c7d20c998cbc23866c0d6bc407" + } +} From 9ad23ce9ee0fb8abedf0c523a1581f0158beb5b0 Mon Sep 17 00:00:00 2001 From: SRPVT Date: Sat, 8 Jun 2024 10:22:16 +0530 Subject: [PATCH 31/93] Update _discord.dscbmr.json --- domains/_discord.dscbmr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_discord.dscbmr.json b/domains/_discord.dscbmr.json index b200eef06..32ee53f3e 100644 --- a/domains/_discord.dscbmr.json +++ b/domains/_discord.dscbmr.json @@ -4,6 +4,6 @@ "email": "syedyaseeralirayan@gmail.com" }, "record": { - "TXT": "dh=af0561dc7d2f7eb0ef153cb3a270c0b98fe5c36e" + "TXT": "dh=7864dbaf534fd1fe06980cef458e294c317390ad" } } From e488327f4963b12eaad5da015ceccf2a1a76e86e Mon Sep 17 00:00:00 2001 From: cloudskies Date: Sat, 8 Jun 2024 09:49:45 +0300 Subject: [PATCH 32/93] Add my domain --- domains/flower.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/flower.json diff --git a/domains/flower.json b/domains/flower.json new file mode 100644 index 000000000..7ad6aa1a5 --- /dev/null +++ b/domains/flower.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "messedupflowerpot", + "email": "messedupflowerpot@gmail.com" + }, + "record": { + "URL": "https://cloudyysky.carrd.co", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +}f From ddb3a64dce1439823a04d73365a192e62f6480c9 Mon Sep 17 00:00:00 2001 From: CuteDog5695 Date: Sat, 8 Jun 2024 10:33:47 +0300 Subject: [PATCH 33/93] Update domains/flower.json --- domains/flower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/flower.json b/domains/flower.json index 7ad6aa1a5..b24170b78 100644 --- a/domains/flower.json +++ b/domains/flower.json @@ -11,4 +11,4 @@ ], "TXT": "v=spf1 include:spf.improvmx.com ~all" } -}f +} From 3c1428853eb320d3b5befb059eca3d8b89221aec Mon Sep 17 00:00:00 2001 From: goldenboys2011 Date: Sat, 8 Jun 2024 12:59:26 +0300 Subject: [PATCH 34/93] Register golden.is-a.dev --- domains/golden.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/golden.json diff --git a/domains/golden.json b/domains/golden.json new file mode 100644 index 000000000..c7b74f777 --- /dev/null +++ b/domains/golden.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "goldenboys2011", + "email": "ody.chryssos@gmail.com", + "discord": "936320442594103307" + }, + + "record": { + "CNAME": "https://goldencube.dev" + } + } + \ No newline at end of file From a73889c417917e4f85d1083a1b455e5842658be3 Mon Sep 17 00:00:00 2001 From: Polo_1245 <81937184+polo-1245-oficial@users.noreply.github.com> Date: Sat, 8 Jun 2024 13:05:10 +0200 Subject: [PATCH 35/93] Update polo.json --- domains/polo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/polo.json b/domains/polo.json index 1c67c2fb4..639a1aecf 100644 --- a/domains/polo.json +++ b/domains/polo.json @@ -6,7 +6,7 @@ }, "record": { - "TXT": "_value=vc-domain-verify=polo.is-a.dev,218d849c972de88cbdf4" + "CNAME": "polo-1245-oficial.github.io" } } - \ No newline at end of file + From 344ec7ceeabdfd542e91af0752178b3f2bd3ce25 Mon Sep 17 00:00:00 2001 From: edtimer Date: Sat, 8 Jun 2024 12:53:22 +0100 Subject: [PATCH 36/93] fix: move json file to domains and add record --- adamski.json => domains/adamski.json | 6 ++++++ 1 file changed, 6 insertions(+) rename adamski.json => domains/adamski.json (61%) diff --git a/adamski.json b/domains/adamski.json similarity index 61% rename from adamski.json rename to domains/adamski.json index e67201d15..464efda35 100644 --- a/adamski.json +++ b/domains/adamski.json @@ -2,5 +2,11 @@ "owner": { "username": "edtimer", "email": "b4timer@protonamil.com" + }, + "record": { + "CNAME": "adamski.is-a.dev" } } + + + From 5fc1465027ba9cdf7cc5575416717e02f4e759e5 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 8 Jun 2024 13:00:54 +0100 Subject: [PATCH 37/93] Update adamski.json change to current deployed cloudflare page --- domains/adamski.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/adamski.json b/domains/adamski.json index 464efda35..cf8791acf 100644 --- a/domains/adamski.json +++ b/domains/adamski.json @@ -4,7 +4,7 @@ "email": "b4timer@protonamil.com" }, "record": { - "CNAME": "adamski.is-a.dev" + "CNAME": "adamski.pages.dev" } } From 584881f395dd65e05be0c9085a2282b5a5b9ffc6 Mon Sep 17 00:00:00 2001 From: goldenboys2011 Date: Sat, 8 Jun 2024 15:13:56 +0300 Subject: [PATCH 38/93] Update golden.json --- domains/golden.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/golden.json b/domains/golden.json index c7b74f777..f2dd2a24b 100644 --- a/domains/golden.json +++ b/domains/golden.json @@ -6,7 +6,7 @@ }, "record": { - "CNAME": "https://goldencube.dev" + "CNAME": "https://goldenboys2011.github.io/golden.is-a.dev/" } } - \ No newline at end of file + From 700830070fafbc2a058de74a81d8d2f166eb0867 Mon Sep 17 00:00:00 2001 From: goldenboys2011 Date: Sat, 8 Jun 2024 15:20:28 +0300 Subject: [PATCH 39/93] Update golden.json --- domains/golden.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/golden.json b/domains/golden.json index f2dd2a24b..3c14f4844 100644 --- a/domains/golden.json +++ b/domains/golden.json @@ -1,4 +1,6 @@ { + "description": "Golden's Public Site", + "repo": "https://github.com/goldenboys2011/goldenboys2011.github.io", "owner": { "username": "goldenboys2011", "email": "ody.chryssos@gmail.com", @@ -6,7 +8,7 @@ }, "record": { - "CNAME": "https://goldenboys2011.github.io/golden.is-a.dev/" + "CNAME": "goldenboys2011.github.io" } } From 953b80df8de3445b2e13702956deaa7c56d6a05b Mon Sep 17 00:00:00 2001 From: Illy <125080991+illy-dev@users.noreply.github.com> Date: Sat, 8 Jun 2024 14:45:31 +0200 Subject: [PATCH 40/93] Create illy.json --- domains/illy.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/illy.json diff --git a/domains/illy.json b/domains/illy.json new file mode 100644 index 000000000..d53a75c3e --- /dev/null +++ b/domains/illy.json @@ -0,0 +1,11 @@ +{ + "description": "Personal about me and Projects website", + "repo": "https://github.com/illy-dev/illy-dev.github.io", + "owner": { + "username": "illy-dev", + "email": "illythehase@gmail.com" + }, + "record": { + "CNAME": "illy-dev.github.io" + } +} From 97bcb2b6f2419d453d7c768e95d1a4425f0d8f8d Mon Sep 17 00:00:00 2001 From: AndreasFxPro <47606652+AndreasFxPro@users.noreply.github.com> Date: Sat, 8 Jun 2024 17:50:16 +0300 Subject: [PATCH 41/93] Create afp.json --- domains/afp.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 domains/afp.json diff --git a/domains/afp.json b/domains/afp.json new file mode 100644 index 000000000..cf6895572 --- /dev/null +++ b/domains/afp.json @@ -0,0 +1,16 @@ +{ + "owner": { + "username": "AndreasFxPro", + "email:" "", + "discord": "423906482904629268" + }, + "record": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": [ + "v=spf1 include:spf.improvmx.com ~all" + ] + } +} From 11e43ced643081ad78b42e001768e0196385259b Mon Sep 17 00:00:00 2001 From: AndreasFxPro <47606652+AndreasFxPro@users.noreply.github.com> Date: Sat, 8 Jun 2024 17:52:40 +0300 Subject: [PATCH 42/93] Update afp.json --- domains/afp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/afp.json b/domains/afp.json index cf6895572..9a7f0a88b 100644 --- a/domains/afp.json +++ b/domains/afp.json @@ -1,7 +1,7 @@ { "owner": { "username": "AndreasFxPro", - "email:" "", + "email": "", "discord": "423906482904629268" }, "record": { From 756e430134ec30fdff13e04428c8d73dbe03fde2 Mon Sep 17 00:00:00 2001 From: L Lawliet Date: Sat, 8 Jun 2024 22:02:37 +0530 Subject: [PATCH 43/93] Update l6174.json --- domains/l6174.json | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/domains/l6174.json b/domains/l6174.json index 70e97793f..0bef49c24 100644 --- a/domains/l6174.json +++ b/domains/l6174.json @@ -5,7 +5,19 @@ "username": "l6174", "email": "l6174@proton.me" }, - "record": { - "CNAME": "l6174.github.io" - } + "record": { + "A": [ + "185.199.109.153", + "185.199.111.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 59c40d25f4e30df4ba4d01e938afcf074d8bc13b Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 8 Jun 2024 17:34:32 +0100 Subject: [PATCH 44/93] Update adamski.json --- domains/adamski.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/domains/adamski.json b/domains/adamski.json index cf8791acf..68c836593 100644 --- a/domains/adamski.json +++ b/domains/adamski.json @@ -7,6 +7,3 @@ "CNAME": "adamski.pages.dev" } } - - - From 6ac272579d5a2f23b99422564a950b9c787eec70 Mon Sep 17 00:00:00 2001 From: Polo_1245 <81937184+polo-1245-oficial@users.noreply.github.com> Date: Sat, 8 Jun 2024 19:56:02 +0200 Subject: [PATCH 45/93] Update polo.json --- domains/polo.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/polo.json b/domains/polo.json index 639a1aecf..f61d739ab 100644 --- a/domains/polo.json +++ b/domains/polo.json @@ -1,7 +1,6 @@ { "owner": { "username": "polo-1245-oficial", - "email": "81937184+polo-1245-oficial@users.noreply.github.com", "discord": "725316907187568701" }, From d9adde8cde672ba40b6947cade92b013326bb9af Mon Sep 17 00:00:00 2001 From: CuteDog5695 Date: Sat, 8 Jun 2024 23:16:17 +0300 Subject: [PATCH 46/93] Update sxi.json --- domains/sxi.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/sxi.json b/domains/sxi.json index da7e02c8a..7e7e00f27 100644 --- a/domains/sxi.json +++ b/domains/sxi.json @@ -1,7 +1,7 @@ { "owner": { "username": "Sxinar", - "email": "130384567+Sxinar@users.noreply.github.com", + "email": "oshidev@proton.me", "discord": "1247896918957490198" }, @@ -9,4 +9,4 @@ "CNAME": "sxinar.github.io" } } - \ No newline at end of file + From 9768b3f7a4a901864a5f3fa3a29f1d2f31cb1dd0 Mon Sep 17 00:00:00 2001 From: sxtxnzester Date: Sat, 8 Jun 2024 22:52:01 +0200 Subject: [PATCH 47/93] Register zester.is-a.dev --- domains/zester.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/zester.json diff --git a/domains/zester.json b/domains/zester.json new file mode 100644 index 000000000..bc55a421d --- /dev/null +++ b/domains/zester.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "sxtxnzester", + "email": "lollo11020210@gmail.com", + "discord": "1133362142461050980" + }, + + "record": { + "CNAME": "zester.github.io" + } + } + \ No newline at end of file From 9bbab7cef056340804b9b83cbc3f973234611a76 Mon Sep 17 00:00:00 2001 From: sxtxnzester Date: Sat, 8 Jun 2024 22:58:05 +0200 Subject: [PATCH 48/93] Register sxtxnzester.is-a.dev --- domains/sxtxnzester.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/sxtxnzester.json diff --git a/domains/sxtxnzester.json b/domains/sxtxnzester.json new file mode 100644 index 000000000..8bdba50bc --- /dev/null +++ b/domains/sxtxnzester.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "sxtxnzester", + "email": "lollo11020210@gmail.com", + "discord": "1133362142461050980" + }, + + "record": { + "CNAME": "sxtxnzester.github.io" + } + } + \ No newline at end of file From 2af8760a3cf7042b2b30536589c981bf910451bf Mon Sep 17 00:00:00 2001 From: Sithija Nelusha Silva <62012397+snelusha@users.noreply.github.com> Date: Sun, 9 Jun 2024 06:39:57 +0530 Subject: [PATCH 49/93] Register snelusha.is-a.dev --- domains/snelusha.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/snelusha.json diff --git a/domains/snelusha.json b/domains/snelusha.json new file mode 100644 index 000000000..ebf0c9571 --- /dev/null +++ b/domains/snelusha.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "snelusha", + "email": "nelusha2003@gmail.com", + "discord": "454880214904864776" + }, + + "record": { + "CNAME": "https://snelusha.dev" + } + } + \ No newline at end of file From e70508c5f803d534f3e1e65db4cf8dbb7c22ae64 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 9 Jun 2024 11:04:41 +0800 Subject: [PATCH 50/93] Update api.json --- domains/api.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/api.json b/domains/api.json index d66eca635..be8479f8a 100644 --- a/domains/api.json +++ b/domains/api.json @@ -5,6 +5,6 @@ }, "record": { - "CNAME": "wdhdns.com" + "CNAME": "coolify.wdh.gg" } } From 4108cb4cd8d7b2ad464d1f7b6b5a3e8090074161 Mon Sep 17 00:00:00 2001 From: Sithija Nelusha Silva <62012397+snelusha@users.noreply.github.com> Date: Sun, 9 Jun 2024 13:38:02 +0530 Subject: [PATCH 51/93] chore: remove protocol --- domains/snelusha.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/snelusha.json b/domains/snelusha.json index ebf0c9571..4186f4bf7 100644 --- a/domains/snelusha.json +++ b/domains/snelusha.json @@ -6,7 +6,7 @@ }, "record": { - "CNAME": "https://snelusha.dev" + "CNAME": "snelusha.dev" } } \ No newline at end of file From 559bd7bc4842df329ad73e2c18db6de0aaba4bc1 Mon Sep 17 00:00:00 2001 From: Polo_1245 <81937184+polo-1245-oficial@users.noreply.github.com> Date: Sun, 9 Jun 2024 10:57:11 +0200 Subject: [PATCH 52/93] Update domains/polo.json Co-authored-by: 21Z <69188068+21Z@users.noreply.github.com> --- domains/polo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/polo.json b/domains/polo.json index f61d739ab..a113a80ba 100644 --- a/domains/polo.json +++ b/domains/polo.json @@ -1,6 +1,7 @@ { "owner": { "username": "polo-1245-oficial", + "email": "", "discord": "725316907187568701" }, From 4196b61015441095fc3900df3b37da592acf161e Mon Sep 17 00:00:00 2001 From: sxtxnzester Date: Sun, 9 Jun 2024 12:17:45 +0200 Subject: [PATCH 53/93] Update zester.json now like this it should work --- domains/zester.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/zester.json b/domains/zester.json index bc55a421d..5ef35e213 100644 --- a/domains/zester.json +++ b/domains/zester.json @@ -6,7 +6,7 @@ }, "record": { - "CNAME": "zester.github.io" + "CNAME": "sxtxnzester.github.io" } } - \ No newline at end of file + From 7b8f4ba4ecfaeec816c0ebd195a16a2c9a2ac23d Mon Sep 17 00:00:00 2001 From: aesyncio <156935888+aesyncio@users.noreply.github.com> Date: Sun, 9 Jun 2024 12:55:18 +0200 Subject: [PATCH 54/93] Register aesyncio.is-a.dev --- domains/aesyncio.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/aesyncio.json diff --git a/domains/aesyncio.json b/domains/aesyncio.json new file mode 100644 index 000000000..702975f39 --- /dev/null +++ b/domains/aesyncio.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "aesyncio", + "email": "ssupercow@proton.me", + "discord": "1235901872649539604" + }, + + "record": { + "CNAME": "aesyncio.github.io" + } + } + \ No newline at end of file From ce5d210ea8ba6e34876890160289bff3a526d582 Mon Sep 17 00:00:00 2001 From: Arjun C Vinod Date: Sun, 9 Jun 2024 18:34:48 +0530 Subject: [PATCH 55/93] Create arjuncvinod.json --- domains/arjuncvinod.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/arjuncvinod.json diff --git a/domains/arjuncvinod.json b/domains/arjuncvinod.json new file mode 100644 index 000000000..88db693ca --- /dev/null +++ b/domains/arjuncvinod.json @@ -0,0 +1,12 @@ +{ + "description": "Portfolio website", + "repo": "https://github.com/arjuncvinod/arjuncvinod.github.io", + "owner": { + "username": "arjuncvinod", + "email": "arjuncvinod007@gmail.com", + "twitter": "arjuncvinod7" + }, + "record": { + "CNAME": "arjuncvinod.github.io" + } +} From 93c1c65776b356c5fca9aafe4029a66d757467f6 Mon Sep 17 00:00:00 2001 From: Jermaine <64845752+Codemaine@users.noreply.github.com> Date: Sun, 9 Jun 2024 14:49:34 +0100 Subject: [PATCH 56/93] Updated maine.json --- domains/maine.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/maine.json b/domains/maine.json index d8b9a2620..46f558e62 100644 --- a/domains/maine.json +++ b/domains/maine.json @@ -7,6 +7,7 @@ "record": { "CNAME": "codemaine.github.io" + "TXT": "9991ed48ef1e29bebb9213d814ebd6" } } From 9d452702c2143bc9dd9a10de581e1e41823af38b Mon Sep 17 00:00:00 2001 From: Jermaine <64845752+Codemaine@users.noreply.github.com> Date: Sun, 9 Jun 2024 14:57:03 +0100 Subject: [PATCH 57/93] Create _github-pages-challenge-Codemaine.maine.json --- domains/_github-pages-challenge-Codemaine.maine.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-Codemaine.maine.json diff --git a/domains/_github-pages-challenge-Codemaine.maine.json b/domains/_github-pages-challenge-Codemaine.maine.json new file mode 100644 index 000000000..a638b2d30 --- /dev/null +++ b/domains/_github-pages-challenge-Codemaine.maine.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Codemaine", + "email": "jermaineantwi22@gmail.com" + }, + "record": { + "TXT": "9991ed48ef1e29bebb9213d814ebd6" + } +} From be8d5d62f87fa29ec93d0023304072ae5ff94d0a Mon Sep 17 00:00:00 2001 From: Caiden <119334408+Caiden-P@users.noreply.github.com> Date: Sun, 9 Jun 2024 16:57:17 +0300 Subject: [PATCH 58/93] Create air.json --- domains/air.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/air.json diff --git a/domains/air.json b/domains/air.json new file mode 100644 index 000000000..3f3606b79 --- /dev/null +++ b/domains/air.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Caiden-P", + "email": "iididhejejdj@gmail.com", + "discord": "850820069310201896" + }, + "record": { + "CNAME": "air-busl.onrender.com" + } +} From 89f2a6fbad0d466ee1bb1973d9a3faddd07a5bad Mon Sep 17 00:00:00 2001 From: Jermaine <64845752+Codemaine@users.noreply.github.com> Date: Sun, 9 Jun 2024 14:59:02 +0100 Subject: [PATCH 59/93] Update domains/maine.json Co-authored-by: 21Z <69188068+21Z@users.noreply.github.com> --- domains/maine.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/maine.json b/domains/maine.json index 46f558e62..d8b9a2620 100644 --- a/domains/maine.json +++ b/domains/maine.json @@ -7,7 +7,6 @@ "record": { "CNAME": "codemaine.github.io" - "TXT": "9991ed48ef1e29bebb9213d814ebd6" } } From 2fb05db620cb4bdcc203e998da261bdbeea6d35b Mon Sep 17 00:00:00 2001 From: Caiden <119334408+Caiden-P@users.noreply.github.com> Date: Sun, 9 Jun 2024 16:59:05 +0300 Subject: [PATCH 60/93] Delete domains/air.json --- domains/air.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/air.json diff --git a/domains/air.json b/domains/air.json deleted file mode 100644 index 3f3606b79..000000000 --- a/domains/air.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Caiden-P", - "email": "iididhejejdj@gmail.com", - "discord": "850820069310201896" - }, - "record": { - "CNAME": "air-busl.onrender.com" - } -} From de393839c38fbc339e70fbd20f110e7d7b99e3a6 Mon Sep 17 00:00:00 2001 From: Caiden <119334408+Caiden-P@users.noreply.github.com> Date: Sun, 9 Jun 2024 16:59:37 +0300 Subject: [PATCH 61/93] Create air.json --- domains/air.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/air.json diff --git a/domains/air.json b/domains/air.json new file mode 100644 index 000000000..3f3606b79 --- /dev/null +++ b/domains/air.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Caiden-P", + "email": "iididhejejdj@gmail.com", + "discord": "850820069310201896" + }, + "record": { + "CNAME": "air-busl.onrender.com" + } +} From 5d55b3c981e8ef886738c911c5d65ced5058f7e3 Mon Sep 17 00:00:00 2001 From: ArhanExploits Date: Sun, 9 Jun 2024 20:00:33 +0600 Subject: [PATCH 62/93] Register arhan.is-a.dev --- domains/arhan.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/arhan.json diff --git a/domains/arhan.json b/domains/arhan.json new file mode 100644 index 000000000..ee25e25fe --- /dev/null +++ b/domains/arhan.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "ArhanExploits", + "email": "vortexsperts@gmail.com", + "discord": "1058620249978716191" + }, + + "record": { + "A": ["54.37.19.49"] + } + } + \ No newline at end of file From 828e3a19fedac2508162ea7b54c6d1efd9669c81 Mon Sep 17 00:00:00 2001 From: Caiden <119334408+Caiden-P@users.noreply.github.com> Date: Sun, 9 Jun 2024 17:35:23 +0300 Subject: [PATCH 63/93] Create premiumairoxide --- domains/premiumairoxide | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/premiumairoxide diff --git a/domains/premiumairoxide b/domains/premiumairoxide new file mode 100644 index 000000000..3f3606b79 --- /dev/null +++ b/domains/premiumairoxide @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Caiden-P", + "email": "iididhejejdj@gmail.com", + "discord": "850820069310201896" + }, + "record": { + "CNAME": "air-busl.onrender.com" + } +} From 50fd0a3f2266cd09fb568f1fcb76509547966178 Mon Sep 17 00:00:00 2001 From: Caiden <119334408+Caiden-P@users.noreply.github.com> Date: Sun, 9 Jun 2024 17:38:52 +0300 Subject: [PATCH 64/93] Rename premiumairoxide to premiumairoxide.json --- domains/{premiumairoxide => premiumairoxide.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{premiumairoxide => premiumairoxide.json} (100%) diff --git a/domains/premiumairoxide b/domains/premiumairoxide.json similarity index 100% rename from domains/premiumairoxide rename to domains/premiumairoxide.json From 7983a0fb47c04694b9332b275d8a3080eee5a1d4 Mon Sep 17 00:00:00 2001 From: Tung Dinh Quang <117490120+qtungnui07@users.noreply.github.com> Date: Sun, 9 Jun 2024 21:54:02 +0700 Subject: [PATCH 65/93] Create qtitpc.json --- domains/qtitpc.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/qtitpc.json diff --git a/domains/qtitpc.json b/domains/qtitpc.json new file mode 100644 index 000000000..768dccb65 --- /dev/null +++ b/domains/qtitpc.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "qtungnui07", + "email": "qtung.07.dt@gmail.com" + }, + "record": { + "CNAME": "qtungnui07-github-io.pages.dev" + } +} From e5f74a770b74c02200c32457617cee461b6c71ff Mon Sep 17 00:00:00 2001 From: Tung Dinh Quang <117490120+qtungnui07@users.noreply.github.com> Date: Sun, 9 Jun 2024 22:06:59 +0700 Subject: [PATCH 66/93] Update qtitpc.json --- domains/qtitpc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/qtitpc.json b/domains/qtitpc.json index 768dccb65..c7f9a0fbb 100644 --- a/domains/qtitpc.json +++ b/domains/qtitpc.json @@ -4,6 +4,6 @@ "email": "qtung.07.dt@gmail.com" }, "record": { - "CNAME": "qtungnui07-github-io.pages.dev" + "CNAME": "qtungnui07.github.io" } } From 54455b0f1d60c79a86c3dd9c9e223fe37104d7fa Mon Sep 17 00:00:00 2001 From: Sithija Nelusha Silva <62012397+snelusha@users.noreply.github.com> Date: Sun, 9 Jun 2024 22:14:30 +0530 Subject: [PATCH 67/93] fix: update record to url redirect --- domains/snelusha.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/snelusha.json b/domains/snelusha.json index 4186f4bf7..e6fdfb9c8 100644 --- a/domains/snelusha.json +++ b/domains/snelusha.json @@ -6,7 +6,7 @@ }, "record": { - "CNAME": "snelusha.dev" + "URL": "https://snelusha.dev" } } \ No newline at end of file From 06a5ba92f988aba9a5b92966e1546572bbc1cfe3 Mon Sep 17 00:00:00 2001 From: QuinceTart10 Date: Sun, 9 Jun 2024 18:45:06 +0200 Subject: [PATCH 68/93] Create rt10.json --- domains/rt10.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 domains/rt10.json diff --git a/domains/rt10.json b/domains/rt10.json new file mode 100644 index 000000000..61f97cb1f --- /dev/null +++ b/domains/rt10.json @@ -0,0 +1,15 @@ +{ + "description": "Email alias", + "owner": { + "username": "QuinceTart10", + "email": "", + "discord": "862644161156218891" + }, + "record": { + "MX": [ + "6a43ddd802fc27e4.mx1.emailprofi.seznam.cz", + "6a43ddd802fc27e4.mx2.emailprofi.seznam.cz" + ], + "TXT": "v=spf1 include:spf.seznam.cz ~all" + } +} From de3f916057c42e84e4a46ef2246136134a40c3b4 Mon Sep 17 00:00:00 2001 From: Carmelo Canavan <74259203+Ninja-5000@users.noreply.github.com> Date: Sun, 9 Jun 2024 22:51:35 +0400 Subject: [PATCH 69/93] Update canavan.json Added MX and TXT records for email forwarding through ImprovMX --- domains/canavan.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/domains/canavan.json b/domains/canavan.json index 11b932f04..3a6cf4602 100644 --- a/domains/canavan.json +++ b/domains/canavan.json @@ -8,5 +8,12 @@ }, "record": { "CNAME": "ninja-5000.github.io" + }, + "record": { + "MX": [ + "mx1.improvmx.com.", + "mx2.improvmx.com." + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } -} +} From 4b14d4f2db71ee3b511a55af3714db9a6f1bdf3f Mon Sep 17 00:00:00 2001 From: Carmelo Canavan <74259203+Ninja-5000@users.noreply.github.com> Date: Sun, 9 Jun 2024 23:06:27 +0400 Subject: [PATCH 70/93] Update canavan.json --- domains/canavan.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/canavan.json b/domains/canavan.json index 3a6cf4602..a5dda5e61 100644 --- a/domains/canavan.json +++ b/domains/canavan.json @@ -6,10 +6,9 @@ "email": "", "discord": "707170199861854209" }, + "record": { - "CNAME": "ninja-5000.github.io" - }, - "record": { + "A": "ninja-5000.github.io", "MX": [ "mx1.improvmx.com.", "mx2.improvmx.com." From 501b8cb23798c543f9a98f13466cb30b1844dacf Mon Sep 17 00:00:00 2001 From: onix <112401813+xzonix@users.noreply.github.com> Date: Sun, 9 Jun 2024 16:09:07 -0300 Subject: [PATCH 71/93] Create go.fran.json --- domains/go.fran.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/go.fran.json diff --git a/domains/go.fran.json b/domains/go.fran.json new file mode 100644 index 000000000..0030019a6 --- /dev/null +++ b/domains/go.fran.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "xzonix", + "email": "imahalojigi@gmail.com" + }, + "record": { + "TXT": "cname.short.io" + } +} From b5f9705a364a6b11e854c85ab4e41222f2f52f89 Mon Sep 17 00:00:00 2001 From: Carmelo Canavan <74259203+Ninja-5000@users.noreply.github.com> Date: Sun, 9 Jun 2024 23:10:31 +0400 Subject: [PATCH 72/93] Update canavan.json hopefully the final one --- domains/canavan.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/canavan.json b/domains/canavan.json index a5dda5e61..5e903fcbb 100644 --- a/domains/canavan.json +++ b/domains/canavan.json @@ -8,7 +8,12 @@ }, "record": { - "A": "ninja-5000.github.io", + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "MX": [ "mx1.improvmx.com.", "mx2.improvmx.com." From 75c2ca25ea1465bafb54e68bfde5b1466918f3a3 Mon Sep 17 00:00:00 2001 From: onix <112401813+xzonix@users.noreply.github.com> Date: Sun, 9 Jun 2024 16:15:07 -0300 Subject: [PATCH 73/93] Update mail.fran.json --- domains/mail.fran.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/domains/mail.fran.json b/domains/mail.fran.json index c37256231..c056746e2 100644 --- a/domains/mail.fran.json +++ b/domains/mail.fran.json @@ -1,12 +1,11 @@ { - "owner": { - "username": "xzonix", - "email": "imahalojigi@gmail.com" - }, - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ] + "description": "subdomain for mails", + "owner": { + "username": "xzonix", + "email": "imahalojigi@gmail.com" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From d4abc42cb48e4e63ab4562212b32ec69d996cf95 Mon Sep 17 00:00:00 2001 From: Carmelo Canavan <74259203+Ninja-5000@users.noreply.github.com> Date: Sun, 9 Jun 2024 23:21:33 +0400 Subject: [PATCH 74/93] Update canavan.json asabkdchbsj --- domains/canavan.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/canavan.json b/domains/canavan.json index 5e903fcbb..2d2c97c13 100644 --- a/domains/canavan.json +++ b/domains/canavan.json @@ -15,8 +15,8 @@ "185.199.111.153" ], "MX": [ - "mx1.improvmx.com.", - "mx2.improvmx.com." + "mx1.improvmx.com", + "mx2.improvmx.com" ], "TXT": "v=spf1 include:spf.improvmx.com ~all" } From 3da66b79e2773b4877bcd64e5c6db64cefe78a1a Mon Sep 17 00:00:00 2001 From: L Lawliet Date: Mon, 10 Jun 2024 05:03:47 +0530 Subject: [PATCH 75/93] Update l6174.json --- domains/l6174.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/l6174.json b/domains/l6174.json index 0bef49c24..e1256c1b4 100644 --- a/domains/l6174.json +++ b/domains/l6174.json @@ -7,8 +7,8 @@ }, "record": { "A": [ + "185.199.108.153", "185.199.109.153", - "185.199.111.153", "185.199.110.153", "185.199.111.153" ], From 9d4c7bc08f99f4dbd9bf17bd5d4167093abf8548 Mon Sep 17 00:00:00 2001 From: L Lawliet Date: Mon, 10 Jun 2024 05:04:41 +0530 Subject: [PATCH 76/93] Create _github-pages-challenge-l6174.l6174.json --- domains/_github-pages-challenge-l6174.l6174.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-l6174.l6174.json diff --git a/domains/_github-pages-challenge-l6174.l6174.json b/domains/_github-pages-challenge-l6174.l6174.json new file mode 100644 index 000000000..9ba3d81a3 --- /dev/null +++ b/domains/_github-pages-challenge-l6174.l6174.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "l6174", + "email": "l6174@proton.me" + }, + "record": { + "TXT": "239afcf7406892899a65a396dc024f" + } +} From 55c7dc1e4e1de5cb9a4e3c7ff37f922ae10e0611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C5=A9=20Th=C3=A0nh=20Trung?= <69748032+vuthanhtrung2010@users.noreply.github.com> Date: Mon, 10 Jun 2024 00:57:35 +0000 Subject: [PATCH 77/93] update --- domains/cdn.trung.json | 2 +- domains/code.trung.json | 2 +- domains/extensions.trung.json | 2 +- domains/links.trung.json | 2 +- domains/manage.uptime.trung.json | 2 +- domains/mongodb.trung.json | 2 +- domains/mystic.trung.json | 2 +- domains/proxy.trung.json | 2 +- domains/spotify.trung.json | 2 +- domains/status.trung.json | 2 +- domains/test.trung.json | 2 +- domains/uptime.trung.json | 2 +- domains/workspace.trung.json | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/domains/cdn.trung.json b/domains/cdn.trung.json index f1632879d..a41c66475 100644 --- a/domains/cdn.trung.json +++ b/domains/cdn.trung.json @@ -4,6 +4,6 @@ "email": "vuthanhtrungsuper@gmail.com" }, "record": { - "A": ["34.125.141.93"] + "A": ["74.208.39.12"] } } diff --git a/domains/code.trung.json b/domains/code.trung.json index f1632879d..a41c66475 100644 --- a/domains/code.trung.json +++ b/domains/code.trung.json @@ -4,6 +4,6 @@ "email": "vuthanhtrungsuper@gmail.com" }, "record": { - "A": ["34.125.141.93"] + "A": ["74.208.39.12"] } } diff --git a/domains/extensions.trung.json b/domains/extensions.trung.json index 417d48482..59238975e 100644 --- a/domains/extensions.trung.json +++ b/domains/extensions.trung.json @@ -4,6 +4,6 @@ "email": "vuthanhtrungsuper@gmail.com" }, "record": { - "A": ["34.125.141.93"] + "A": ["74.208.39.12"] } } diff --git a/domains/links.trung.json b/domains/links.trung.json index f1632879d..a41c66475 100644 --- a/domains/links.trung.json +++ b/domains/links.trung.json @@ -4,6 +4,6 @@ "email": "vuthanhtrungsuper@gmail.com" }, "record": { - "A": ["34.125.141.93"] + "A": ["74.208.39.12"] } } diff --git a/domains/manage.uptime.trung.json b/domains/manage.uptime.trung.json index f1632879d..a41c66475 100644 --- a/domains/manage.uptime.trung.json +++ b/domains/manage.uptime.trung.json @@ -4,6 +4,6 @@ "email": "vuthanhtrungsuper@gmail.com" }, "record": { - "A": ["34.125.141.93"] + "A": ["74.208.39.12"] } } diff --git a/domains/mongodb.trung.json b/domains/mongodb.trung.json index f1632879d..a41c66475 100644 --- a/domains/mongodb.trung.json +++ b/domains/mongodb.trung.json @@ -4,6 +4,6 @@ "email": "vuthanhtrungsuper@gmail.com" }, "record": { - "A": ["34.125.141.93"] + "A": ["74.208.39.12"] } } diff --git a/domains/mystic.trung.json b/domains/mystic.trung.json index f1632879d..a41c66475 100644 --- a/domains/mystic.trung.json +++ b/domains/mystic.trung.json @@ -4,6 +4,6 @@ "email": "vuthanhtrungsuper@gmail.com" }, "record": { - "A": ["34.125.141.93"] + "A": ["74.208.39.12"] } } diff --git a/domains/proxy.trung.json b/domains/proxy.trung.json index 417d48482..59238975e 100644 --- a/domains/proxy.trung.json +++ b/domains/proxy.trung.json @@ -4,6 +4,6 @@ "email": "vuthanhtrungsuper@gmail.com" }, "record": { - "A": ["34.125.141.93"] + "A": ["74.208.39.12"] } } diff --git a/domains/spotify.trung.json b/domains/spotify.trung.json index 417d48482..59238975e 100644 --- a/domains/spotify.trung.json +++ b/domains/spotify.trung.json @@ -4,6 +4,6 @@ "email": "vuthanhtrungsuper@gmail.com" }, "record": { - "A": ["34.125.141.93"] + "A": ["74.208.39.12"] } } diff --git a/domains/status.trung.json b/domains/status.trung.json index f1632879d..a41c66475 100644 --- a/domains/status.trung.json +++ b/domains/status.trung.json @@ -4,6 +4,6 @@ "email": "vuthanhtrungsuper@gmail.com" }, "record": { - "A": ["34.125.141.93"] + "A": ["74.208.39.12"] } } diff --git a/domains/test.trung.json b/domains/test.trung.json index 417d48482..59238975e 100644 --- a/domains/test.trung.json +++ b/domains/test.trung.json @@ -4,6 +4,6 @@ "email": "vuthanhtrungsuper@gmail.com" }, "record": { - "A": ["34.125.141.93"] + "A": ["74.208.39.12"] } } diff --git a/domains/uptime.trung.json b/domains/uptime.trung.json index f1632879d..a41c66475 100644 --- a/domains/uptime.trung.json +++ b/domains/uptime.trung.json @@ -4,6 +4,6 @@ "email": "vuthanhtrungsuper@gmail.com" }, "record": { - "A": ["34.125.141.93"] + "A": ["74.208.39.12"] } } diff --git a/domains/workspace.trung.json b/domains/workspace.trung.json index 417d48482..59238975e 100644 --- a/domains/workspace.trung.json +++ b/domains/workspace.trung.json @@ -4,6 +4,6 @@ "email": "vuthanhtrungsuper@gmail.com" }, "record": { - "A": ["34.125.141.93"] + "A": ["74.208.39.12"] } } From 89ce4434c40f2d4acdae6af44dc0567085036222 Mon Sep 17 00:00:00 2001 From: RuskyDev <91284372+RuskyDev@users.noreply.github.com> Date: Mon, 10 Jun 2024 12:33:09 +0500 Subject: [PATCH 78/93] Create _discord.rusky.json --- domains/_discord.rusky.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_discord.rusky.json diff --git a/domains/_discord.rusky.json b/domains/_discord.rusky.json new file mode 100644 index 000000000..bb3f5588d --- /dev/null +++ b/domains/_discord.rusky.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "RuskyDev", + "email": "iamayaanalee@gmail.com" + }, + "record": { + "TXT": "dh=cb120c45e7e8c3ff2e65938b1e2fdf9d2f18707f" + } +} From 25827d55cb85588a55e6121e5deac01de0ea8c04 Mon Sep 17 00:00:00 2001 From: Zephyr Easton <110141605+lengyandong@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:14:05 +0800 Subject: [PATCH 79/93] Update lengyandong.json --- domains/lengyandong.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/lengyandong.json b/domains/lengyandong.json index fd86ad37b..98e9bfce3 100644 --- a/domains/lengyandong.json +++ b/domains/lengyandong.json @@ -4,6 +4,6 @@ "email": "3052868271@qq.com" }, "record": { - "URL": "http://fence.rf.gd" + "CNAME": "me.lengyandong.eu.org" } } From cb551ebc83038864508e0c2830c5ae1c32e9ccae Mon Sep 17 00:00:00 2001 From: cloudskies Date: Mon, 10 Jun 2024 16:52:40 +0300 Subject: [PATCH 80/93] update(domains): flower.is-a.dev --- domains/flower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/flower.json b/domains/flower.json index b24170b78..140c40ddc 100644 --- a/domains/flower.json +++ b/domains/flower.json @@ -4,7 +4,7 @@ "email": "messedupflowerpot@gmail.com" }, "record": { - "URL": "https://cloudyysky.carrd.co", + "URL": "https://messedupflowerpot.carrd.co", "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" From b887da78e9d958a20c9034decf62bc580cb6ec2e Mon Sep 17 00:00:00 2001 From: Ahmad Fakhri <105256764+fa-fifi@users.noreply.github.com> Date: Mon, 10 Jun 2024 23:23:53 +0800 Subject: [PATCH 81/93] Update fa-fifi.json Temporarily changed to TXT record, so I can verify it on google search console. --- domains/fa-fifi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/fa-fifi.json b/domains/fa-fifi.json index c974049d3..ea07dc78f 100644 --- a/domains/fa-fifi.json +++ b/domains/fa-fifi.json @@ -5,6 +5,6 @@ "email": "fafifi1997@gmail.com" }, "record": { - "CNAME": "fa-fifi.github.io" + "TXT": "google-site-verification=AYbL6PIbwUv4qzq9KxmrjAM9vfCQ0IUNRBX_AeXPfVE" } } From 51d14e0b52344f9cc126505ccb6826b8d3b94dba Mon Sep 17 00:00:00 2001 From: onix <112401813+xzonix@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:30:06 -0300 Subject: [PATCH 82/93] Update go.fran.json --- domains/go.fran.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/go.fran.json b/domains/go.fran.json index 0030019a6..fe3f73f7e 100644 --- a/domains/go.fran.json +++ b/domains/go.fran.json @@ -4,6 +4,6 @@ "email": "imahalojigi@gmail.com" }, "record": { - "TXT": "cname.short.io" + "CNAME": "cname.short.io" } } From c296875170e7d253b1ec2802b15ed70cf08c3027 Mon Sep 17 00:00:00 2001 From: Eryquicc <140296688+Eryquicc@users.noreply.github.com> Date: Tue, 11 Jun 2024 07:02:45 +0700 Subject: [PATCH 83/93] Update eryquicc.json --- domains/eryquicc.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/domains/eryquicc.json b/domains/eryquicc.json index f3a5d88ee..ccfbf4fdb 100644 --- a/domains/eryquicc.json +++ b/domains/eryquicc.json @@ -6,6 +6,16 @@ "email": "fathirzaidanmaulana@gmail.com" }, "record": { - "CNAME": "eryquicc.github.io" + "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 87e347bb052927b6cd88d6678bf6ac8d160d2c3a Mon Sep 17 00:00:00 2001 From: Ahmad Fakhri <105256764+fa-fifi@users.noreply.github.com> Date: Tue, 11 Jun 2024 10:04:56 +0800 Subject: [PATCH 84/93] Update domains/fa-fifi.json Add A records Co-authored-by: 21Z <69188068+21Z@users.noreply.github.com> --- domains/fa-fifi.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/domains/fa-fifi.json b/domains/fa-fifi.json index ea07dc78f..989929397 100644 --- a/domains/fa-fifi.json +++ b/domains/fa-fifi.json @@ -5,6 +5,12 @@ "email": "fafifi1997@gmail.com" }, "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], "TXT": "google-site-verification=AYbL6PIbwUv4qzq9KxmrjAM9vfCQ0IUNRBX_AeXPfVE" } } From 2f7e96928e97610ba4dada65ad874974c8b94c88 Mon Sep 17 00:00:00 2001 From: Razin Rayees <146452854+razinrayees@users.noreply.github.com> Date: Sun, 9 Jun 2024 22:30:50 +0530 Subject: [PATCH 85/93] Update razin.json --- domains/razin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/razin.json b/domains/razin.json index 805a7053c..8fb80c77f 100644 --- a/domains/razin.json +++ b/domains/razin.json @@ -5,6 +5,6 @@ }, "record": { - "CNAME": "razin.pages.dev" + "CNAME": "razinrayees.netlify.app" } } From 8031154246c13aa226d4dad8044e444a802849b3 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Tue, 11 Jun 2024 22:15:38 +0700 Subject: [PATCH 86/93] Delete _github-pages-challenge-MaskDuck.maskduck.is-a.dev --- domains/_github-pages-challenge-MaskDuck.maskduck.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/_github-pages-challenge-MaskDuck.maskduck.json diff --git a/domains/_github-pages-challenge-MaskDuck.maskduck.json b/domains/_github-pages-challenge-MaskDuck.maskduck.json deleted file mode 100644 index 459359217..000000000 --- a/domains/_github-pages-challenge-MaskDuck.maskduck.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "gh verification", - "owner": { - "username": "maskduck", - "email": "maskduckuwu@gmail.com" - }, - "record": { - "TXT": "c47a7112019f9b1b6d22acb5574d94" - } -} From 1154107cb8de637d995b0eff411f8294ff9b3b93 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Tue, 11 Jun 2024 22:15:50 +0700 Subject: [PATCH 87/93] Delete activities.maskduck.is-a.dev --- domains/activities.maskduck.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/activities.maskduck.json diff --git a/domains/activities.maskduck.json b/domains/activities.maskduck.json deleted file mode 100644 index 6fb6a6599..000000000 --- a/domains/activities.maskduck.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "docs for my lib, nc-ext-activities", - "repo": "https://github.com/MaskDuck/nextcord-ext-activities", - "owner": { - "username": "MaskDuck", - "twitter": "MaskDuck1", - "email": "" - }, - "record": { - "CNAME": "readthedocs.io" - } -} From 682f920819cdbd220c302eb657184c367d8f7a4a Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Tue, 11 Jun 2024 22:16:06 +0700 Subject: [PATCH 88/93] Delete dcnlxh.maskduck.is-a.dev --- domains/dcnlxh.maskduck.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/dcnlxh.maskduck.json diff --git a/domains/dcnlxh.maskduck.json b/domains/dcnlxh.maskduck.json deleted file mode 100644 index 5294115d0..000000000 --- a/domains/dcnlxh.maskduck.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "dcnlxh", - "repo": "https://github.com/maskduck/dcnlxh", - "owner": { - "username": "maskduck", - "email": "", - "discord": "716134528409665586" - }, - "record": { - "CNAME": "maskduck.is-a.dev" - } -} From 89e7ef457184cbd5390c3efe80e2056b2c4b603f Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Tue, 11 Jun 2024 22:16:16 +0700 Subject: [PATCH 89/93] Delete masduck.is-a.dev --- domains/masduck.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/masduck.json diff --git a/domains/masduck.json b/domains/masduck.json deleted file mode 100644 index 64be9dc1a..000000000 --- a/domains/masduck.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "Maskduck", - "email": "", - "discord": "maskduck" - }, - "record": { - "CNAME": "maskduck.netlify.app" - } -} From 4778b5d9a3164ace2e6e78810e7fca3bc43070b7 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Tue, 11 Jun 2024 22:16:27 +0700 Subject: [PATCH 90/93] Delete maskduck.is-a.dev --- domains/maskduck.json | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 domains/maskduck.json diff --git a/domains/maskduck.json b/domains/maskduck.json deleted file mode 100644 index dbabcbcfd..000000000 --- a/domains/maskduck.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "description": "MaskDuck's personal website!", - "repo": "https://github.com/maskducks/maskducks.github.io", - "owner": { - "username": "MaskDuck", - "email": "maskduckuwu@gmail.com", - "discord": "maskduck", - "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586." - }, - "record": { - "CNAME": "maskduck.pages.dev" - } -} From a79eb9019d55f96bb8308638e5d98a3e18a45ef2 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Tue, 11 Jun 2024 22:16:48 +0700 Subject: [PATCH 91/93] Delete re.maskduck.is-a.dev --- domains/re.maskduck.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/re.maskduck.json diff --git a/domains/re.maskduck.json b/domains/re.maskduck.json deleted file mode 100644 index c5a073c87..000000000 --- a/domains/re.maskduck.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "maskduck", - "email": "", - "discord": "716134528409665586" - }, - "record": { - "A": ["89.106.200.1"] - } -} From 200831d3d9b6453bff1695d3f0c39a2bd1d306f9 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Tue, 11 Jun 2024 22:17:00 +0700 Subject: [PATCH 92/93] Delete urduck.is-a.dev --- domains/urduck.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 domains/urduck.json diff --git a/domains/urduck.json b/domains/urduck.json deleted file mode 100644 index 1918d7e4a..000000000 --- a/domains/urduck.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "description": "MaskDuck's personal website!", - "repo": "https://github.com/maskducks/maskducks.github.io", - "owner": { - "username": "MaskDuck", - "email": "", - "discord": "MaskDuck#7325", - "twitter": "MaskDuck1", - "reddit": "u/maskduck", - "note": "My Discord discriminator sometimes is not 1337 and sometimes I will change it. If you want to find me on Discord, my ID is 716134528409665586." - }, - "record": { - "CNAME": "maskducks.github.io" - } -} From 945ee950ff4f0080afe035c6402a8b1723b9dd68 Mon Sep 17 00:00:00 2001 From: jiacea Date: Tue, 11 Jun 2024 23:36:08 +0800 Subject: [PATCH 93/93] Create jay.json --- domains/jay.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/jay.json diff --git a/domains/jay.json b/domains/jay.json new file mode 100644 index 000000000..a5e352183 --- /dev/null +++ b/domains/jay.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jiacea", + "email": "jayjayconsuelo@gmail.com" + }, + "record": { + "CNAME": "jai.pages.dev" + } +}