From 0d284c25551b614422f937b4ee04cab7124adf73 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Mon, 27 May 2024 23:14:52 +0700 Subject: [PATCH 01/11] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e39c28420..71cf92829 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,6 +6,7 @@ Unless explicitly specified otherwise by a **maintainer** or in the requirement Please note that we reserve the rights not to accept any domain at our own discretion. - [ ] The file is in the `domains` folder and is in the JSON format. +- [ ] The file's name is all lowercased. - [ ] You have completed your website. - [ ] The website is reachable. - [ ] You're not using Vercel or Netlify. From bf3a965d31b1d7fb53a9f16922399e9191036b5b Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Mon, 27 May 2024 23:18:09 +0700 Subject: [PATCH 02/11] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 71cf92829..37d115254 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,7 +6,7 @@ Unless explicitly specified otherwise by a **maintainer** or in the requirement Please note that we reserve the rights not to accept any domain at our own discretion. - [ ] The file is in the `domains` folder and is in the JSON format. -- [ ] The file's name is all lowercased. +- [ ] The file's name is all lowercased. - [ ] You have completed your website. - [ ] The website is reachable. - [ ] You're not using Vercel or Netlify. From 626e3dfdedb1b5d199f8cecfd037c0c93d7b5457 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Mon, 27 May 2024 23:18:23 +0700 Subject: [PATCH 03/11] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 37d115254..4deaad1d1 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,7 +6,7 @@ Unless explicitly specified otherwise by a **maintainer** or in the requirement Please note that we reserve the rights not to accept any domain at our own discretion. - [ ] The file is in the `domains` folder and is in the JSON format. -- [ ] The file's name is all lowercased. +- [ ] The file's name is all lowercased. - [ ] You have completed your website. - [ ] The website is reachable. - [ ] You're not using Vercel or Netlify. From 7607a52afd6e9855eeec5257d4dc0e5f35347aa5 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Mon, 27 May 2024 23:32:23 +0700 Subject: [PATCH 04/11] Update PULL_REQUEST_TEMPLATE.md Co-authored-by: 21Z <69188068+21Z@users.noreply.github.com> --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4deaad1d1..39cf0fc2e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,7 +6,7 @@ Unless explicitly specified otherwise by a **maintainer** or in the requirement Please note that we reserve the rights not to accept any domain at our own discretion. - [ ] The file is in the `domains` folder and is in the JSON format. -- [ ] The file's name is all lowercased. +- [ ] The file's name is all lowercased and alphanumeric. - [ ] You have completed your website. - [ ] The website is reachable. - [ ] You're not using Vercel or Netlify. From 0ccd80f8158959b62816c0ee41a4da8b2020ea1b Mon Sep 17 00:00:00 2001 From: Talin Sharma Date: Mon, 27 May 2024 14:46:45 -0400 Subject: [PATCH 05/11] Register ttt.talinsharma.is-a.dev --- domains/ttt.talinsharma.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/ttt.talinsharma.json diff --git a/domains/ttt.talinsharma.json b/domains/ttt.talinsharma.json new file mode 100644 index 000000000..012a26aee --- /dev/null +++ b/domains/ttt.talinsharma.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "TalinTheDev", + "email": "talinsharma.dev@gmail.com", + "discord": "1010508154481676329" + }, + + "record": { + "CNAME": "tic-tac-toe-talinsharma.web.app" + } + } + \ No newline at end of file From c979cf92b6148a9d707935f6c551a1ba25fc5357 Mon Sep 17 00:00:00 2001 From: zvdxc <88501710+zvdxc@users.noreply.github.com> Date: Mon, 27 May 2024 21:49:06 +0200 Subject: [PATCH 06/11] EMAIL --- domains/mail.zvdxc.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/mail.zvdxc.json diff --git a/domains/mail.zvdxc.json b/domains/mail.zvdxc.json new file mode 100644 index 000000000..8928b0f34 --- /dev/null +++ b/domains/mail.zvdxc.json @@ -0,0 +1,13 @@ +{ + "description": "A sub-subdomain for use with a mail-forwarder, because the main subdomain zvdxc.is-a.dev has a CNAME and doesnt work", + "owner": { + "username": "zvdxc", + "email": "zvdxc11@gmail.com", + }, + "record": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ] + } +} From d5b4b9f6e6c61bffdac2bb6ffd5656ce06e7b41b Mon Sep 17 00:00:00 2001 From: Talin Sharma Date: Mon, 27 May 2024 17:55:14 -0400 Subject: [PATCH 07/11] Update ttt.talinsharma.json - Updated CNAME --- domains/ttt.talinsharma.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/ttt.talinsharma.json b/domains/ttt.talinsharma.json index 012a26aee..60572a0ce 100644 --- a/domains/ttt.talinsharma.json +++ b/domains/ttt.talinsharma.json @@ -6,7 +6,7 @@ }, "record": { - "CNAME": "tic-tac-toe-talinsharma.web.app" + "CNAME": "tic-tac-toe-175c5.web.app" } } - \ No newline at end of file + From 0236ca65ed62dd348cab5d53a2aa1bcaa9628600 Mon Sep 17 00:00:00 2001 From: _resolved <119769327+huukhoa04@users.noreply.github.com> Date: Tue, 28 May 2024 10:10:10 +0700 Subject: [PATCH 08/11] my domain --- domains/resolved.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/resolved.json diff --git a/domains/resolved.json b/domains/resolved.json new file mode 100644 index 000000000..12bd0daad --- /dev/null +++ b/domains/resolved.json @@ -0,0 +1,12 @@ +{ + "description": "Hello", + "repo": "https://github.com/huukhoa04/resolved-io", + "owner": { + "username": "huukhoa04", + "email": "huukhoa04@gmail.com", + "twitter": "huukhoa004" + }, + "record": { + "CNAME": "huukhoa04.github.io" + } +} \ No newline at end of file From 9aa8a0fa26fb82f45b1ac38de56a2981bd555fac Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Tue, 28 May 2024 11:22:34 +0700 Subject: [PATCH 09/11] Update domains/mail.zvdxc.json Co-authored-by: 21Z <69188068+21Z@users.noreply.github.com> --- domains/mail.zvdxc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mail.zvdxc.json b/domains/mail.zvdxc.json index 8928b0f34..e8a7c668c 100644 --- a/domains/mail.zvdxc.json +++ b/domains/mail.zvdxc.json @@ -2,7 +2,7 @@ "description": "A sub-subdomain for use with a mail-forwarder, because the main subdomain zvdxc.is-a.dev has a CNAME and doesnt work", "owner": { "username": "zvdxc", - "email": "zvdxc11@gmail.com", + "email": "zvdxc11@gmail.com" }, "record": { "MX": [ From e22bfef1d97467a49ff7f13903398e1bb39af38a Mon Sep 17 00:00:00 2001 From: ItzArman09 <100463136+ItzArman09@users.noreply.github.com> Date: Tue, 28 May 2024 12:29:43 +0530 Subject: [PATCH 10/11] Create foxie.arman.json --- domains/foxie.arman.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/foxie.arman.json diff --git a/domains/foxie.arman.json b/domains/foxie.arman.json new file mode 100644 index 000000000..19d7cab89 --- /dev/null +++ b/domains/foxie.arman.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ItzArman09", + "email": "itz.armxn@outlook.com" + }, + "record": { + "A": ["45.140.142.112"] + } +} From 3fb041eca0a66c4f1e4303a4212b2523e313bbc8 Mon Sep 17 00:00:00 2001 From: SRPVT Date: Tue, 28 May 2024 12:53:06 +0530 Subject: [PATCH 11/11] Create _discord.dscbmr.json --- domains/_discord.dscbmr.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_discord.dscbmr.json diff --git a/domains/_discord.dscbmr.json b/domains/_discord.dscbmr.json new file mode 100644 index 000000000..b200eef06 --- /dev/null +++ b/domains/_discord.dscbmr.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SRPVT", + "email": "syedyaseeralirayan@gmail.com" + }, + "record": { + "TXT": "dh=af0561dc7d2f7eb0ef153cb3a270c0b98fe5c36e" + } +}