From 33322cc4a978d14ab8fa9713afc73ec9db01ee1b Mon Sep 17 00:00:00 2001 From: aloramiaa Date: Tue, 10 Sep 2024 22:01:01 +0900 Subject: [PATCH 01/19] Added Zoho Mail and A Record --- domains/alora.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/domains/alora.json b/domains/alora.json index d054df134..79b0676d3 100644 --- a/domains/alora.json +++ b/domains/alora.json @@ -5,6 +5,19 @@ "discord": "7q8x" }, "record": { - "CNAME": "aloramiaa.github.io" + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] + "MX": [ + "mx.zoho.in", + "mx2.zoho.in", + "mx3.zoho.in" + ] + "TXT": [ + "v=spf1 include:zohomail.in ~all" + } } From c378aa92131c5cb5584f216c1db66d75d894a441 Mon Sep 17 00:00:00 2001 From: aloramiaa Date: Tue, 10 Sep 2024 22:01:54 +0900 Subject: [PATCH 02/19] Fixed Json --- domains/alora.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/alora.json b/domains/alora.json index 79b0676d3..fdfb4ab25 100644 --- a/domains/alora.json +++ b/domains/alora.json @@ -19,5 +19,5 @@ "TXT": [ "v=spf1 include:zohomail.in ~all" - } + ] } From 8e0f7d344a7e72451f558d323594e1534feae0a1 Mon Sep 17 00:00:00 2001 From: aloramiaa Date: Tue, 10 Sep 2024 22:06:14 +0900 Subject: [PATCH 03/19] Create zmail._domainkey.alora.json --- domains/zmail._domainkey.alora.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/zmail._domainkey.alora.json diff --git a/domains/zmail._domainkey.alora.json b/domains/zmail._domainkey.alora.json new file mode 100644 index 000000000..c7ee69450 --- /dev/null +++ b/domains/zmail._domainkey.alora.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "aloramiaa", + "email": "alora@alora.is-a.dev", + "discord": "1236292707371057216", + }, + + "record": { + "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCpDj1YvQ59sHlGFLqD3vweqrGkr8cDp8CT5V+xBirlBb05D4V5YCvkIDgcDSu5O6yB28PXkzfWgvpGGPDIYQr1fW/zmoktXlwKE53cQv8aEfPmF8u9zucBLUqtFhb5WxBDfd4LSBaSbggLILD2/i8yP2TNQQO2F07IeVCoQFY12wIDAQAB" + } + } + From 8d8d795a82a346c05508c75bdf4b7535c5f266d8 Mon Sep 17 00:00:00 2001 From: aloramiaa Date: Wed, 11 Sep 2024 21:55:51 +0900 Subject: [PATCH 04/19] Update domains/alora.json Co-authored-by: Stef_DP --- domains/alora.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/alora.json b/domains/alora.json index fdfb4ab25..943a07dc2 100644 --- a/domains/alora.json +++ b/domains/alora.json @@ -10,14 +10,13 @@ "185.199.109.153", "185.199.110.153", "185.199.111.153" - ] + ], "MX": [ "mx.zoho.in", "mx2.zoho.in", "mx3.zoho.in" - ] + ], "TXT": [ "v=spf1 include:zohomail.in ~all" - ] } From ece884b22a756a50dbcce8ae76f09ec1fc810979 Mon Sep 17 00:00:00 2001 From: aloramiaa Date: Wed, 11 Sep 2024 22:50:28 +0900 Subject: [PATCH 05/19] Update zmail._domainkey.alora.json --- domains/zmail._domainkey.alora.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/zmail._domainkey.alora.json b/domains/zmail._domainkey.alora.json index c7ee69450..32887ad92 100644 --- a/domains/zmail._domainkey.alora.json +++ b/domains/zmail._domainkey.alora.json @@ -7,6 +7,6 @@ "record": { "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCpDj1YvQ59sHlGFLqD3vweqrGkr8cDp8CT5V+xBirlBb05D4V5YCvkIDgcDSu5O6yB28PXkzfWgvpGGPDIYQr1fW/zmoktXlwKE53cQv8aEfPmF8u9zucBLUqtFhb5WxBDfd4LSBaSbggLILD2/i8yP2TNQQO2F07IeVCoQFY12wIDAQAB" - } + }, } From 735d9024bb9e1b247c64b7115e87b58d6e8b02f5 Mon Sep 17 00:00:00 2001 From: Juyeong Maing Date: Fri, 13 Sep 2024 11:25:42 +0900 Subject: [PATCH 06/19] Update seui A record apply changed ip address --- domains/seui.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/seui.json b/domains/seui.json index 820d0e403..b2c078312 100644 --- a/domains/seui.json +++ b/domains/seui.json @@ -7,7 +7,7 @@ }, "record": { - "A": ["158.179.173.122"] + "A": ["140.245.70.146"] } } - \ No newline at end of file + From 7e71a2b67856ded11f5245f58d0083c09b1c0aa3 Mon Sep 17 00:00:00 2001 From: Shaunfurtado Date: Fri, 13 Sep 2024 17:26:23 +0530 Subject: [PATCH 07/19] Update with TXT record for verification of blog.shaunfurtado.is-a.dev in Github Pages --- ...ages-challenge-Shaunfurtado.blog.shaunfurtado.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_github-pages-challenge-Shaunfurtado.blog.shaunfurtado.json diff --git a/domains/_github-pages-challenge-Shaunfurtado.blog.shaunfurtado.json b/domains/_github-pages-challenge-Shaunfurtado.blog.shaunfurtado.json new file mode 100644 index 000000000..10b06030b --- /dev/null +++ b/domains/_github-pages-challenge-Shaunfurtado.blog.shaunfurtado.json @@ -0,0 +1,11 @@ +{ + "description": "Verification for blog.shaunfurtado.is-a.dev in Github Pages", + "repo": "https://github.com/Shaunfurtado/DevHavok", + "owner": { + "username": "Shaunfurtado", + "email": "shaunf1801@gmail.com" + }, + "record": { + "TXT": "08ce2f232e7028cbeb1a6baf8c8e49" + } +} From d3e59343df94bddfd76041281041486f02337eae Mon Sep 17 00:00:00 2001 From: Shaunfurtado Date: Fri, 13 Sep 2024 17:35:45 +0530 Subject: [PATCH 08/19] Minor Fix --- .../_github-pages-challenge-Shaunfurtado.blog.shaunfurtado.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/_github-pages-challenge-Shaunfurtado.blog.shaunfurtado.json b/domains/_github-pages-challenge-Shaunfurtado.blog.shaunfurtado.json index 10b06030b..3ca28bde7 100644 --- a/domains/_github-pages-challenge-Shaunfurtado.blog.shaunfurtado.json +++ b/domains/_github-pages-challenge-Shaunfurtado.blog.shaunfurtado.json @@ -1,6 +1,5 @@ { "description": "Verification for blog.shaunfurtado.is-a.dev in Github Pages", - "repo": "https://github.com/Shaunfurtado/DevHavok", "owner": { "username": "Shaunfurtado", "email": "shaunf1801@gmail.com" From 059e983db07ef5b50b1fd546a565744063ed8feb Mon Sep 17 00:00:00 2001 From: CuteDog5695 Date: Fri, 13 Sep 2024 18:01:39 +0300 Subject: [PATCH 09/19] Update validations.test.js --- tests/validations.test.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/validations.test.js b/tests/validations.test.js index 6f71fb55f..af27b68bb 100644 --- a/tests/validations.test.js +++ b/tests/validations.test.js @@ -88,6 +88,7 @@ describe("validateDomainData", () => { { ...defaultDomain, name: "_gh-is-a-dev" }, { ...defaultDomain, name: "_domainkey" }, { ...defaultDomain, name: "_improvmx" }, + { ...defaultDomain, name: "_vercel" }, ]; const validCases = [ @@ -143,6 +144,7 @@ describe("validateDomainData", () => { { ...defaultDomain, name: "_domainkey.subdomain" }, { ...defaultDomain, name: "mx._domainkey.subdomain" }, { ...defaultDomain, name: '_improvmx.subdomain' }, + { ...defaultDomain, name: '_vercel.subdomain' }, { ...defaultDomain, name: "a.b" }, ]; From 54b64e86fe1078452d3ebc2350600e96f65516cf Mon Sep 17 00:00:00 2001 From: CuteDog5695 Date: Fri, 13 Sep 2024 18:02:22 +0300 Subject: [PATCH 10/19] Update invalid-domains.json --- utils/invalid-domains.json | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/invalid-domains.json b/utils/invalid-domains.json index 1cba56e52..3e6cf64cb 100644 --- a/utils/invalid-domains.json +++ b/utils/invalid-domains.json @@ -8,6 +8,7 @@ "_github-pages-challenge-is-a-dev", "_gitlab-pages-verification-code", "_improvmx", + "_vercel", "con", "help", "no-reply", From d5837a6112d3bd3f98fee34dd52cbf623d59890b Mon Sep 17 00:00:00 2001 From: CuteDog5695 Date: Fri, 13 Sep 2024 18:03:21 +0300 Subject: [PATCH 11/19] Update validations.js --- utils/validations.js | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/validations.js b/utils/validations.js index 207981e73..eea099cd4 100644 --- a/utils/validations.js +++ b/utils/validations.js @@ -60,6 +60,7 @@ const extraSupportedNames = [ R.equals("_dmarc"), R.equals("_domainkey"), R.equals("_improvmx"), + R.equals("_vercel"), testRegex(/^_gh-[a-z0-9-_]+$/i), ]; From 9957ab5885c4c86b16ffd998c09b327f1958c5ea Mon Sep 17 00:00:00 2001 From: orangc Date: Fri, 13 Sep 2024 18:11:43 +0300 Subject: [PATCH 12/19] grammar mistake in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30991704c..0fe1cc629 100644 --- a/README.md +++ b/README.md @@ -57,4 +57,4 @@ If you like this project, please consider donating so we can keep this project r Liberapay ### Similar Services -If you want to find services similar to is-a.dev, take a look on [Free For Life](https://github.com/wdhdev/free-for-life#domains). +If you want to find services similar to is-a.dev, take a look at [Free For Life](https://github.com/wdhdev/free-for-life#domains). From bdf5ae330a241cfc62418563a14290d6aa1a065d Mon Sep 17 00:00:00 2001 From: mystieneko <65071577+mystieneko@users.noreply.github.com> Date: Fri, 13 Sep 2024 21:00:46 +0300 Subject: [PATCH 13/19] update username and ip for mystie.json --- domains/mystie.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/mystie.json b/domains/mystie.json index 8fc1c4ef7..88db868f1 100644 --- a/domains/mystie.json +++ b/domains/mystie.json @@ -1,9 +1,9 @@ { "owner": { - "username": "MystieHum", + "username": "mystieneko", "email": "z232566755z@gmail.com" }, "record": { - "A": ["65.19.141.67"] + "A": ["64.62.151.106"] } } From a4a12402f2db3a7904164d83d79ac347a81e5954 Mon Sep 17 00:00:00 2001 From: Name=Yug <112211279+YUG38@users.noreply.github.com> Date: Fri, 13 Sep 2024 19:34:02 -0500 Subject: [PATCH 14/19] Update yug.json --- domains/yug.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/domains/yug.json b/domains/yug.json index c80015eaa..1aa149cd5 100644 --- a/domains/yug.json +++ b/domains/yug.json @@ -1,12 +1,10 @@ { - "description": "My website", - "repo": "https://github.com/YUG38/YUG38.github.io", + "description": "Nothing for now", + "repo": "N/A for now", "owner": { "username": "YUG38", "email": "4yugpatel123@gmail.com", "discord": "name_yug" }, - "record": { - "CNAME": "YUG38.github.io" - } + "record": {} } From 1f4b10628a472d49115042db9630b597acdac03b Mon Sep 17 00:00:00 2001 From: Name=Yug <112211279+YUG38@users.noreply.github.com> Date: Fri, 13 Sep 2024 19:36:47 -0500 Subject: [PATCH 15/19] Create uptimes.yug.json --- domains/uptimes.yug.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/uptimes.yug.json diff --git a/domains/uptimes.yug.json b/domains/uptimes.yug.json new file mode 100644 index 000000000..8893a6059 --- /dev/null +++ b/domains/uptimes.yug.json @@ -0,0 +1,12 @@ +{ + "description": "Uptime website for my stuff, gonna use hetrixtools for now, might change to something else later", + "repo": "N/A", + "owner": { + "username": "YUG38", + "email": "4yugpatel123@gmail.com", + "discord": "name_yug" + }, + "record": { + "CNAME": "reports.hetrixtools.com", + } +} From e9de1c8bdf839a7ee465d67273e08da28bd1012e Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 13 Sep 2024 21:20:00 -0400 Subject: [PATCH 16/19] fixing json --- domains/alora.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/alora.json b/domains/alora.json index 943a07dc2..e3a51e208 100644 --- a/domains/alora.json +++ b/domains/alora.json @@ -5,12 +5,12 @@ "discord": "7q8x" }, "record": { - "A": [ + "A": [ "185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153" - ], + ], "MX": [ "mx.zoho.in", "mx2.zoho.in", @@ -19,4 +19,5 @@ "TXT": [ "v=spf1 include:zohomail.in ~all" ] + } } From 870d2152ed2a7cf177b2ebb4648bbf3588c1cf64 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 13 Sep 2024 21:20:45 -0400 Subject: [PATCH 17/19] chore: fixing invalid json --- domains/zmail._domainkey.alora.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/domains/zmail._domainkey.alora.json b/domains/zmail._domainkey.alora.json index 32887ad92..1d8f5e252 100644 --- a/domains/zmail._domainkey.alora.json +++ b/domains/zmail._domainkey.alora.json @@ -1,12 +1,12 @@ { - "owner": { - "username": "aloramiaa", - "email": "alora@alora.is-a.dev", - "discord": "1236292707371057216", - }, - - "record": { - "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCpDj1YvQ59sHlGFLqD3vweqrGkr8cDp8CT5V+xBirlBb05D4V5YCvkIDgcDSu5O6yB28PXkzfWgvpGGPDIYQr1fW/zmoktXlwKE53cQv8aEfPmF8u9zucBLUqtFhb5WxBDfd4LSBaSbggLILD2/i8yP2TNQQO2F07IeVCoQFY12wIDAQAB" - }, + "owner": { + "username": "aloramiaa", + "email": "alora@alora.is-a.dev", + "discord": "1236292707371057216" + }, + "record": { + "TXT": [ + "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCpDj1YvQ59sHlGFLqD3vweqrGkr8cDp8CT5V+xBirlBb05D4V5YCvkIDgcDSu5O6yB28PXkzfWgvpGGPDIYQr1fW/zmoktXlwKE53cQv8aEfPmF8u9zucBLUqtFhb5WxBDfd4LSBaSbggLILD2/i8yP2TNQQO2F07IeVCoQFY12wIDAQAB" + ] } - +} From bc1d4bc4f6d979079e4d3b090f888d0a07e3edb7 Mon Sep 17 00:00:00 2001 From: Name=Yug <112211279+YUG38@users.noreply.github.com> Date: Fri, 13 Sep 2024 20:43:15 -0500 Subject: [PATCH 18/19] Delete domains/yug.json --- domains/yug.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/yug.json diff --git a/domains/yug.json b/domains/yug.json deleted file mode 100644 index 1aa149cd5..000000000 --- a/domains/yug.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "Nothing for now", - "repo": "N/A for now", - "owner": { - "username": "YUG38", - "email": "4yugpatel123@gmail.com", - "discord": "name_yug" - }, - "record": {} -} From ba3583eec2deb4a32bff52a8712f7c40561eb748 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 13 Sep 2024 22:10:43 -0400 Subject: [PATCH 19/19] chore: fixing json and formatting --- domains/uptimes.yug.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/domains/uptimes.yug.json b/domains/uptimes.yug.json index 8893a6059..270e6d1aa 100644 --- a/domains/uptimes.yug.json +++ b/domains/uptimes.yug.json @@ -1,12 +1,12 @@ { - "description": "Uptime website for my stuff, gonna use hetrixtools for now, might change to something else later", - "repo": "N/A", - "owner": { - "username": "YUG38", - "email": "4yugpatel123@gmail.com", - "discord": "name_yug" - }, - "record": { - "CNAME": "reports.hetrixtools.com", - } + "description": "Uptime website for my stuff, gonna use hetrixtools for now, might change to something else later", + "repo": "N/A", + "owner": { + "username": "YUG38", + "email": "4yugpatel123@gmail.com", + "discord": "name_yug" + }, + "record": { + "CNAME": "reports.hetrixtools.com" + } }