From 47927e97986be298ab3cd9735e9582a6a76647be Mon Sep 17 00:00:00 2001 From: Sujol Ghosh <76590380+codevodka@users.noreply.github.com> Date: Wed, 8 Jan 2025 20:34:26 +0530 Subject: [PATCH 01/77] Create bro.json --- domains/bro.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/bro.json diff --git a/domains/bro.json b/domains/bro.json new file mode 100644 index 000000000..b52ed104b --- /dev/null +++ b/domains/bro.json @@ -0,0 +1,11 @@ +{ + "description": "Random PDF's website", + "repo": "https://github.com/codevodka/Random-PDF", + "owner": { + "username": "codevodka", + "email": "bitcoinkid.cf" + }, + "record": { + "CNAME": "codevodka.github.io/Random-PDF/" + } +} From ca6a3f7b6cbbac04114059585a40530d96aafdf2 Mon Sep 17 00:00:00 2001 From: Sujol Ghosh <76590380+codevodka@users.noreply.github.com> Date: Wed, 8 Jan 2025 20:59:35 +0530 Subject: [PATCH 02/77] Update bro.json --- domains/bro.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/bro.json b/domains/bro.json index b52ed104b..134e24383 100644 --- a/domains/bro.json +++ b/domains/bro.json @@ -6,6 +6,6 @@ "email": "bitcoinkid.cf" }, "record": { - "CNAME": "codevodka.github.io/Random-PDF/" + "CNAME": "https://codevodka.github.io/codevodka/" } } From b867001309dd6b4d1fb1046dba0c7ebb6cb8d3f2 Mon Sep 17 00:00:00 2001 From: Sujol Ghosh <76590380+codevodka@users.noreply.github.com> Date: Wed, 8 Jan 2025 21:04:52 +0530 Subject: [PATCH 03/77] Update bro.json Fixed Email Address --- domains/bro.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/bro.json b/domains/bro.json index 134e24383..c03bdf1b3 100644 --- a/domains/bro.json +++ b/domains/bro.json @@ -3,7 +3,7 @@ "repo": "https://github.com/codevodka/Random-PDF", "owner": { "username": "codevodka", - "email": "bitcoinkid.cf" + "email": "mafiurislam2022@gmail.com" }, "record": { "CNAME": "https://codevodka.github.io/codevodka/" From b7e29af96abfc1ae9386ac4201553813978b3fe1 Mon Sep 17 00:00:00 2001 From: Fatlum Date: Wed, 8 Jan 2025 19:00:18 +0100 Subject: [PATCH 04/77] Create _gh-LUMIDevelopment-o.lumi.json --- domains/_gh-LUMIDevelopment-o.lumi.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_gh-LUMIDevelopment-o.lumi.json diff --git a/domains/_gh-LUMIDevelopment-o.lumi.json b/domains/_gh-LUMIDevelopment-o.lumi.json new file mode 100644 index 000000000..28eedd71a --- /dev/null +++ b/domains/_gh-LUMIDevelopment-o.lumi.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "LUMIDevelopment" + }, + "record": { + "TXT": ["eade7c5be7"] + } +} From b968ab71e774eb1c6bbc8c4945f9840c97f07bf7 Mon Sep 17 00:00:00 2001 From: Mohamad Oday <56949948+MohamadOday@users.noreply.github.com> Date: Thu, 9 Jan 2025 22:38:11 +0300 Subject: [PATCH 05/77] Create _github-pages-challenge-MohamadOday.json --- domains/_github-pages-challenge-MohamadOday.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-MohamadOday.json diff --git a/domains/_github-pages-challenge-MohamadOday.json b/domains/_github-pages-challenge-MohamadOday.json new file mode 100644 index 000000000..ad61da66f --- /dev/null +++ b/domains/_github-pages-challenge-MohamadOday.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MohamadOday", + "email": "adada133321t@gmail.com" + }, + "record": { + "TXT": "a67c1c7ad9e8f589a22c5c161548f8" + } +} From 89f757b64138d42e972890a055e18323e1432dab Mon Sep 17 00:00:00 2001 From: Ermal Hasani <114736696+ErmalHasani@users.noreply.github.com> Date: Thu, 9 Jan 2025 21:11:03 +0100 Subject: [PATCH 06/77] Update ermal.json --- domains/ermal.json | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/domains/ermal.json b/domains/ermal.json index 0b14c85c0..1d12d243e 100644 --- a/domains/ermal.json +++ b/domains/ermal.json @@ -1,18 +1,9 @@ { - "description": "Applying for an is-a.dev domain on behalf of my friend so he can use one.", - "repo": "https://github.com/ErmalHasani/ErmalHasani.github.io", - "owner": { - "username": "ErmalHasani", - "email": "ermalhasani15@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" - } + "owner": { + "username": "ErmalHasani", + "email": "ermalhasani15@gmail.com" + }, + "record": { + "CNAME": "terminalportfolio-2wp.pages.dev" + } } From b1826476e1ac21a1fa5f594795541d634abbf15a Mon Sep 17 00:00:00 2001 From: Mohamad Oday <56949948+MohamadOday@users.noreply.github.com> Date: Fri, 10 Jan 2025 00:28:41 +0300 Subject: [PATCH 07/77] Rename _github-pages-challenge-MohamadOday.json to _github-pages-challenge-mohamadoday.bn3di.json --- ...adOday.json => _github-pages-challenge-mohamadoday.bn3di.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-MohamadOday.json => _github-pages-challenge-mohamadoday.bn3di.json} (100%) diff --git a/domains/_github-pages-challenge-MohamadOday.json b/domains/_github-pages-challenge-mohamadoday.bn3di.json similarity index 100% rename from domains/_github-pages-challenge-MohamadOday.json rename to domains/_github-pages-challenge-mohamadoday.bn3di.json From 109acc21207ba56df42fd21ce3ea03b9d8aad9de Mon Sep 17 00:00:00 2001 From: Shubham Sharma Date: Thu, 9 Jan 2025 23:21:06 +0000 Subject: [PATCH 08/77] create: shubhamsharma.json --- domains/shubhamsharma.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 domains/shubhamsharma.json diff --git a/domains/shubhamsharma.json b/domains/shubhamsharma.json new file mode 100644 index 000000000..e69de29bb From 52563001799b453e81a6896f17ba264e73deb596 Mon Sep 17 00:00:00 2001 From: Shubham Sharma Date: Thu, 9 Jan 2025 23:28:06 +0000 Subject: [PATCH 09/77] update: shubhamsharma.json --- domains/shubhamsharma.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/domains/shubhamsharma.json b/domains/shubhamsharma.json index e69de29bb..9028a07b0 100644 --- a/domains/shubhamsharma.json +++ b/domains/shubhamsharma.json @@ -0,0 +1,11 @@ +{ + "description": "Self-made Linktree clone for myself.", + "repo": "https://github.com/Sharma-IT/linktree-clone", + "owner": { + "username": "Sharma-IT", + "email": "shubhamsharma.emails@gmail.com" + }, + "record": { + "CNAME": "https://shubs-links.netlify.app" + } + } \ No newline at end of file From e2030a7fac30b883b48869da4771e07e9163f3f5 Mon Sep 17 00:00:00 2001 From: Shubham Sharma Date: Thu, 9 Jan 2025 23:28:48 +0000 Subject: [PATCH 10/77] update: shubhamsharma.json --- domains/shubhamsharma.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shubhamsharma.json b/domains/shubhamsharma.json index 9028a07b0..bce910b05 100644 --- a/domains/shubhamsharma.json +++ b/domains/shubhamsharma.json @@ -6,6 +6,6 @@ "email": "shubhamsharma.emails@gmail.com" }, "record": { - "CNAME": "https://shubs-links.netlify.app" + "CNAME": "shubs-links.netlify.app" } } \ No newline at end of file From 70d93ccb7f6ff2e587dc40c77234a7b9eccd1c1d Mon Sep 17 00:00:00 2001 From: Renz Cole <164628164+CodeBuddySLTNS@users.noreply.github.com> Date: Fri, 10 Jan 2025 08:23:14 +0800 Subject: [PATCH 11/77] Create renzcole.json --- domains/renzcole.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/renzcole.json diff --git a/domains/renzcole.json b/domains/renzcole.json new file mode 100644 index 000000000..a422a7ac5 --- /dev/null +++ b/domains/renzcole.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "CodeBuddySLTNS", + "email": "renz2arjhay@gmail.com" + }, + "record": { + "TXT": "_vercel.renzcole.is-a.dev" + } +} From c82cdbb279c0518490d732a4d86d3329fefdf37b Mon Sep 17 00:00:00 2001 From: Zach11111 <95551311+Zach11111@users.noreply.github.com> Date: Thu, 9 Jan 2025 23:47:47 -0600 Subject: [PATCH 12/77] update record to cname --- domains/gary.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/gary.json b/domains/gary.json index 010874882..094919b70 100644 --- a/domains/gary.json +++ b/domains/gary.json @@ -6,6 +6,6 @@ "email": "contact@garybot.dev" }, "record": { - "URL": "https:/garylovesclimbingtreesexploringplacesandchasingbutterflies.garythecatisanadorablefelinealwaysseekingfunandadventure.site" + "cname": "garylovesclimbingtreesexploringplacesandchasingbutterflies.garythecatisanadorablefelinealwaysseekingfunandadventure.site" } } From ca34137cde6f020ab551ce4cd9779a83a65cbd3c Mon Sep 17 00:00:00 2001 From: Fatlum Date: Fri, 10 Jan 2025 08:12:32 +0100 Subject: [PATCH 13/77] Rename _gh-LUMIDevelopment-o.lumi.json to _gh-lumidevelopment-o.lumi.json --- ...UMIDevelopment-o.lumi.json => _gh-lumidevelopment-o.lumi.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_gh-LUMIDevelopment-o.lumi.json => _gh-lumidevelopment-o.lumi.json} (100%) diff --git a/domains/_gh-LUMIDevelopment-o.lumi.json b/domains/_gh-lumidevelopment-o.lumi.json similarity index 100% rename from domains/_gh-LUMIDevelopment-o.lumi.json rename to domains/_gh-lumidevelopment-o.lumi.json From 551f04ef53948c56b718146ad45a82835337b383 Mon Sep 17 00:00:00 2001 From: Rakib Hossain Date: Fri, 10 Jan 2025 14:30:01 +0600 Subject: [PATCH 14/77] Create rakib.json --- domains/rakib.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/rakib.json diff --git a/domains/rakib.json b/domains/rakib.json new file mode 100644 index 000000000..0190bf6ec --- /dev/null +++ b/domains/rakib.json @@ -0,0 +1,11 @@ +{ + "description": "for my portfolio website", + "repo": "https://github.com/rakibmia7254/portfolio", + "owner": { + "username": "rakibmia7254", + "email": "rakib4ggp@gmail.com" + }, + "record": { + "CNAME": "rakibmia7254.github.io" + } +} From 8180379a33e929f55b37de0799aa8edac333fa17 Mon Sep 17 00:00:00 2001 From: mmhann18491 Date: Fri, 10 Jan 2025 15:13:42 +0630 Subject: [PATCH 15/77] Create myominhan.json --- domains/myominhan.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/myominhan.json diff --git a/domains/myominhan.json b/domains/myominhan.json new file mode 100644 index 000000000..d9fbd8a84 --- /dev/null +++ b/domains/myominhan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "mmhann18491", + "email": "myominhan18491@gmail.com" + }, + "record": { + "CNAME": "my-portfolio-site-2d30a.web.app" + } +} From ec31e9a43d5b11b74fb5c3b4ab2bcbb0f0fdaddf Mon Sep 17 00:00:00 2001 From: Renz Cole <164628164+CodeBuddySLTNS@users.noreply.github.com> Date: Fri, 10 Jan 2025 16:48:23 +0800 Subject: [PATCH 16/77] Rename renzcole.json to _vercel.renzcole.json --- domains/{renzcole.json => _vercel.renzcole.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{renzcole.json => _vercel.renzcole.json} (100%) diff --git a/domains/renzcole.json b/domains/_vercel.renzcole.json similarity index 100% rename from domains/renzcole.json rename to domains/_vercel.renzcole.json From 7e16bfc8063ac6aa839f57fed3f1fc6bf4fee4cf Mon Sep 17 00:00:00 2001 From: Renz Cole <164628164+CodeBuddySLTNS@users.noreply.github.com> Date: Fri, 10 Jan 2025 16:51:18 +0800 Subject: [PATCH 17/77] Create renzcole.json --- domains/renzcole.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/renzcole.json diff --git a/domains/renzcole.json b/domains/renzcole.json new file mode 100644 index 000000000..b967a85d3 --- /dev/null +++ b/domains/renzcole.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "CodeBuddySLTNS", + "email": "renz2arjhay@gmail.com" + }, + "record": { + "CNAME": "renzcole.vercel.app" + } +} From 1d1a06d24c85a1e1432cb4263c95b37c386518a9 Mon Sep 17 00:00:00 2001 From: Renz Cole <164628164+CodeBuddySLTNS@users.noreply.github.com> Date: Fri, 10 Jan 2025 17:07:57 +0800 Subject: [PATCH 18/77] Update _vercel.renzcole.json --- domains/_vercel.renzcole.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_vercel.renzcole.json b/domains/_vercel.renzcole.json index a422a7ac5..62940b594 100644 --- a/domains/_vercel.renzcole.json +++ b/domains/_vercel.renzcole.json @@ -4,6 +4,6 @@ "email": "renz2arjhay@gmail.com" }, "record": { - "TXT": "_vercel.renzcole.is-a.dev" + "TXT": "vc-domain-verify=renzcole.is-a.dev,ed459816c1440ddeef46" } } From 3b468acf05a4c6f8baf8f3e835752b26924c95f0 Mon Sep 17 00:00:00 2001 From: Zach11111 <95551311+Zach11111@users.noreply.github.com> Date: Fri, 10 Jan 2025 03:49:52 -0600 Subject: [PATCH 19/77] Update domains/gary.json Co-authored-by: Ibrahim Asif --- domains/gary.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/gary.json b/domains/gary.json index 094919b70..57bd8f6e5 100644 --- a/domains/gary.json +++ b/domains/gary.json @@ -6,6 +6,6 @@ "email": "contact@garybot.dev" }, "record": { - "cname": "garylovesclimbingtreesexploringplacesandchasingbutterflies.garythecatisanadorablefelinealwaysseekingfunandadventure.site" + "CNAME": "garylovesclimbingtreesexploringplacesandchasingbutterflies.garythecatisanadorablefelinealwaysseekingfunandadventure.site" } } From 4cb536c3aa8dd80714d2e127e7a056276be9c342 Mon Sep 17 00:00:00 2001 From: Sarthak Malhotra <49312722+SaM13997@users.noreply.github.com> Date: Fri, 10 Jan 2025 16:12:36 +0530 Subject: [PATCH 20/77] Create sarthak-malhotra.json --- domains/sarthak-malhotra.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/sarthak-malhotra.json diff --git a/domains/sarthak-malhotra.json b/domains/sarthak-malhotra.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/sarthak-malhotra.json @@ -0,0 +1 @@ + From 438a8b588d0b12d29871163b9afa7e26d379266f Mon Sep 17 00:00:00 2001 From: Sarthak Malhotra Date: Fri, 10 Jan 2025 16:22:38 +0530 Subject: [PATCH 21/77] domain setup --- domains/sarthak-malhotra.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/domains/sarthak-malhotra.json b/domains/sarthak-malhotra.json index 8b1378917..6d0eb390c 100644 --- a/domains/sarthak-malhotra.json +++ b/domains/sarthak-malhotra.json @@ -1 +1,11 @@ - +{ + "description": "Portfolio Website for Sarthak Malhotra", + "repo": "https://github.com/SaM13997/portfolio-simple", + "owner": { + "username": "Sam13997", + "email": "sarthakmalhotra251@gmail.com" + }, + "record": { + "CNAME": "www.webdevsam.pro" + } +} From 4e04f769f2c7b7f95bf50a75aa382abdbd9c7cd4 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Fri, 10 Jan 2025 20:43:05 +0800 Subject: [PATCH 22/77] feat(ci): subdomains on the root no underscores --- domains/_github-pages-challenge-0v90.json | 9 --------- domains/_github-pages-challenge-abiapp789.json | 9 --------- domains/_github-pages-challenge-akk1to.json | 12 ------------ domains/_github-pages-challenge-akzana.json | 8 -------- .../_github-pages-challenge-fluffythebunny.json | 9 --------- domains/_github-pages-challenge-rouf0x.json | 9 --------- domains/_psl.json | 2 +- tests/domains.test.js | 14 ++++++++++++++ util/excepted-domains.json | 6 ++++++ 9 files changed, 21 insertions(+), 57 deletions(-) delete mode 100644 domains/_github-pages-challenge-0v90.json delete mode 100644 domains/_github-pages-challenge-abiapp789.json delete mode 100644 domains/_github-pages-challenge-akk1to.json delete mode 100644 domains/_github-pages-challenge-akzana.json delete mode 100644 domains/_github-pages-challenge-fluffythebunny.json delete mode 100644 domains/_github-pages-challenge-rouf0x.json create mode 100644 util/excepted-domains.json diff --git a/domains/_github-pages-challenge-0v90.json b/domains/_github-pages-challenge-0v90.json deleted file mode 100644 index ca64ecee6..000000000 --- a/domains/_github-pages-challenge-0v90.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "0v90", - "discord": "651519394673065989" - }, - "record": { - "TXT": "9e58408bb4a7267e5a81669f75cfb3" - } -} diff --git a/domains/_github-pages-challenge-abiapp789.json b/domains/_github-pages-challenge-abiapp789.json deleted file mode 100644 index 5726a4a9a..000000000 --- a/domains/_github-pages-challenge-abiapp789.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "abiapp789", - "email": "abiapp2024@gmail.com" - }, - "record": { - "TXT": "5bcd2d69c4cca15abd91d504a5b72a" - } -} diff --git a/domains/_github-pages-challenge-akk1to.json b/domains/_github-pages-challenge-akk1to.json deleted file mode 100644 index ccde44cd8..000000000 --- a/domains/_github-pages-challenge-akk1to.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "description": "This website is my personal portfollo XD (let it on rq)", - "repo": "https://github.com/akk1to/akk1to.github.io", - "owner": { - "username": "akk1to", - "email": "akk1to.dev@gmail.com", - "discord": "727497287777124414" - }, - "record": { - "TXT": ["b7205350c0f56235a5eebee2fd1993"] - } -} diff --git a/domains/_github-pages-challenge-akzana.json b/domains/_github-pages-challenge-akzana.json deleted file mode 100644 index 899eddad0..000000000 --- a/domains/_github-pages-challenge-akzana.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "akzana" - }, - "record": { - "TXT": ["a9e7df1f4744431d00299a1ca92510"] - } -} diff --git a/domains/_github-pages-challenge-fluffythebunny.json b/domains/_github-pages-challenge-fluffythebunny.json deleted file mode 100644 index 3b3919f04..000000000 --- a/domains/_github-pages-challenge-fluffythebunny.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Fluffythebunny", - "email": "puglsytt@gmail.com" - }, - "record": { - "TXT": "beb68ebc988463b8b1753c41c14f9e" - } -} diff --git a/domains/_github-pages-challenge-rouf0x.json b/domains/_github-pages-challenge-rouf0x.json deleted file mode 100644 index 16c8283a8..000000000 --- a/domains/_github-pages-challenge-rouf0x.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Rouf0x", - "email": "Gabrielruf.fr@gmail.com" - }, - "record": { - "TXT": "f01cd0a4cbac68efe6b87568776ad9" - } -} diff --git a/domains/_psl.json b/domains/_psl.json index 80ac8a2f0..9ddffa978 100644 --- a/domains/_psl.json +++ b/domains/_psl.json @@ -4,6 +4,6 @@ "email": "admin@is-a.dev" }, "record": { - "TXT": ["https://github.com/publicsuffix/list/pull/2225"] + "TXT": "https://github.com/publicsuffix/list/pull/2225" } } diff --git a/tests/domains.test.js b/tests/domains.test.js index 4c4dc25d6..f43b05254 100644 --- a/tests/domains.test.js +++ b/tests/domains.test.js @@ -127,3 +127,17 @@ t("Reserved domains file should be valid", (t) => { t.pass(); }); + +const exceptedDomains = require("../util/excepted-domains.json"); + +t("Subdomains on the root should not start with an underscore", (t) => { + for (const file of files) { + const subdomain = file.replace(/\.json$/, ""); + + if (subdomain.split(".").length === 1 && !exceptedDomains.includes(subdomain)) { + t.true(subdomain[0] !== "_", `${file}: Root subdomains should not start with an underscore`); + } + } + + t.pass(); +}) diff --git a/util/excepted-domains.json b/util/excepted-domains.json new file mode 100644 index 000000000..9f7268d2e --- /dev/null +++ b/util/excepted-domains.json @@ -0,0 +1,6 @@ +[ + "_discord", + "_psl", + "_gh-is-a-dev-o", + "_github-pages-challenge-is-a-dev" +] From e7a48885d6b3bf0d7b3c29eee9f8f860d2de5c68 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Fri, 10 Jan 2025 21:45:34 +0800 Subject: [PATCH 23/77] Delete domains/wdh.json --- domains/wdh.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/wdh.json diff --git a/domains/wdh.json b/domains/wdh.json deleted file mode 100644 index 5c6fade85..000000000 --- a/domains/wdh.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "MaskDuck", - "discord": "716134528409665586", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.hrR-hCSQVXgc9HR5dgQtzdudsQw4N2SwhMOi2wgv3EVMuqZScgijTFAVAANjFynfR-w87WZ6uYNGdl7STDcxsCVf4aTb3bBgvIYrxdn94sjUhvjr9QwfQ_FByjGbcUcdYFqD80Gkzm9j-ywB4gB3plRZ_W8j7cFR0arXrtnbCUjWEvdT5C20zPnlNcgpIOgQT0sd3R_ByX8aKyoo0U66CbWBgfyVTofOBRXFDhOmdbg5-R2_tLVbj0_2keVKaw0rh6H7Vw8ASbRyfgyg4ZTpXYxqlUlnSIpuDvSUutQRaNCCRZJzi49GuDnHT9_c7vEyd16YhIDTjYf4FkQWr_uVZA.6kXO1_LRrVcp1rz5s8Ubzg.LGclXJMQDX3Bri0DVIldYYdRbrrU4maBGcFUYDObHVFKntkmigw_6xCbQZR8JbXDSkfctECmVEsQoG_iOVnXKLDiUyyDevOGZMn3rwY4MQ5374p82B6l1LDFBbuyFX4o.wty6s6UmUNnx3WcrJAljkw" - }, - "record": { - "CNAME": "maskduck.pages.dev" - } -} From 8c7e0575945ab594d98e9eeebf91ef5e769ff6e7 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Fri, 10 Jan 2025 21:45:52 +0800 Subject: [PATCH 24/77] Delete domains/69.json --- domains/69.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/69.json diff --git a/domains/69.json b/domains/69.json deleted file mode 100644 index 0f2d4e83b..000000000 --- a/domains/69.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "maskduck", - "discord": "716134528409665586" - }, - "record": { - "CNAME": "maskduck.pages.dev" - } -} From 7edd1f1cc791360d3fc23e71fc1ef17460ecd3af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Albarrac=C3=ADn?= Date: Fri, 10 Jan 2025 10:27:47 -0400 Subject: [PATCH 25/77] Create franky.json --- domains/franky.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/franky.json diff --git a/domains/franky.json b/domains/franky.json new file mode 100644 index 000000000..2d1e8abc6 --- /dev/null +++ b/domains/franky.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "senseikoder", + "email": "molina.frank@gmail.com" + }, + "record": { + "CNAME": "efrank.xyz" + } +} From 7daf7e6144e4efe8057a42570ae95e424af8d8bb Mon Sep 17 00:00:00 2001 From: zdienos Date: Fri, 10 Jan 2025 22:33:39 +0800 Subject: [PATCH 26/77] Create mardino.json --- domains/mardino.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/mardino.json diff --git a/domains/mardino.json b/domains/mardino.json new file mode 100644 index 000000000..c1b801ae9 --- /dev/null +++ b/domains/mardino.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zdienos", + "email": "zdienos@yahoo.com" + }, + "record": { + "CNAME": "zdienos.com" + } +} From 4118f0d296f417e56a78c64ced3ac038ab4231e9 Mon Sep 17 00:00:00 2001 From: Boris Moreno Date: Fri, 10 Jan 2025 09:51:00 -0500 Subject: [PATCH 27/77] Create borismoreno.json file --- domains/borismoreno.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/borismoreno.json diff --git a/domains/borismoreno.json b/domains/borismoreno.json new file mode 100644 index 000000000..5245ccf27 --- /dev/null +++ b/domains/borismoreno.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "borismoreno", + "email": "boris_marco_moreno@hotmail.com" + }, + "record": { + "CNAME": "borismoreno.com" + } +} \ No newline at end of file From e89ce2964866323d17c6cde0d912e79a7c1fdbf1 Mon Sep 17 00:00:00 2001 From: sujalshrestha Date: Fri, 10 Jan 2025 20:36:51 +0545 Subject: [PATCH 28/77] add sujal.json --- domains/sujal.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/sujal.json diff --git a/domains/sujal.json b/domains/sujal.json new file mode 100644 index 000000000..5ec01f254 --- /dev/null +++ b/domains/sujal.json @@ -0,0 +1,10 @@ +{ + "repo":"https://github.com/SuzalShrestha/register", + "owner": { + "username": "suzalshrestha", + "email": "sujalshresthawork@gmail.com" + }, + "record": { + "CNAME": "suzalshrestha.github.io" + } +} From ba787f8b6b4e4b90e8c14f29031ce9baa4344e05 Mon Sep 17 00:00:00 2001 From: sujalshrestha Date: Fri, 10 Jan 2025 20:40:52 +0545 Subject: [PATCH 29/77] add vercel app --- domains/sujal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sujal.json b/domains/sujal.json index 5ec01f254..3cfa3d825 100644 --- a/domains/sujal.json +++ b/domains/sujal.json @@ -5,6 +5,6 @@ "email": "sujalshresthawork@gmail.com" }, "record": { - "CNAME": "suzalshrestha.github.io" + "CNAME": "sujalshrestha.vercel.app" } } From 935b84163696561858e13e437d0859e2fe865797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirk=20Incer=20G=C3=B3mez?= Date: Fri, 10 Jan 2025 09:27:41 -0600 Subject: [PATCH 30/77] mrincer domain --- domains/_vercel.mrincer.json | 10 ++++++++++ domains/mrincer.json | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 domains/_vercel.mrincer.json create mode 100644 domains/mrincer.json diff --git a/domains/_vercel.mrincer.json b/domains/_vercel.mrincer.json new file mode 100644 index 000000000..31a83093c --- /dev/null +++ b/domains/_vercel.mrincer.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "khincer", + "email": "kirk.incerg@gmail.com", + "discord": "kyllhua" + }, + "record": { + "TXT": "vc-domain-verify=mrincer.is-a.dev,b49fbc8c9c4be061da53" + } +} \ No newline at end of file diff --git a/domains/mrincer.json b/domains/mrincer.json new file mode 100644 index 000000000..feddafd67 --- /dev/null +++ b/domains/mrincer.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "khincer", + "email": "kirk.incerg@gmail.com", + "discord": "kyllhua" + }, + "record": { + "CNAME": "portfolio-ashy-ten-95.vercel.app" + } +} \ No newline at end of file From 98edad79ef04b97deb2345ffc9bc41e05604e37a Mon Sep 17 00:00:00 2001 From: Rafael Frank Date: Fri, 10 Jan 2025 16:30:35 +0100 Subject: [PATCH 31/77] Add frankra domain --- domains/frankra.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/frankra.json diff --git a/domains/frankra.json b/domains/frankra.json new file mode 100644 index 000000000..030d73215 --- /dev/null +++ b/domains/frankra.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Portfolio", + "repo": "https://github.com/frankra/frankra.github.io", + "owner": { + "username": "frankra", + "email": "rafael.h.frank@gmail.com" + }, + "record": { + "CNAME": "frankra.github.io" + } +} \ No newline at end of file From 4a8d50e78918a06d6914d4c88cc8a2977a18a4ef Mon Sep 17 00:00:00 2001 From: Sujol Ghosh <76590380+codevodka@users.noreply.github.com> Date: Fri, 10 Jan 2025 21:11:32 +0530 Subject: [PATCH 32/77] Update bro.json Updated CNAME Record --- domains/bro.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/bro.json b/domains/bro.json index c03bdf1b3..310745b12 100644 --- a/domains/bro.json +++ b/domains/bro.json @@ -1,11 +1,11 @@ { - "description": "Random PDF's website", + "description": "Portfolio Website", "repo": "https://github.com/codevodka/Random-PDF", "owner": { "username": "codevodka", "email": "mafiurislam2022@gmail.com" }, "record": { - "CNAME": "https://codevodka.github.io/codevodka/" + "CNAME": "codevodka.github.io" } } From 43d1778479a21f29b0033fd0efe247940fe6362f Mon Sep 17 00:00:00 2001 From: Anibal Bastias Soto <31627741+anibalbastiass@users.noreply.github.com> Date: Fri, 10 Jan 2025 11:45:37 -0500 Subject: [PATCH 33/77] Create anibalbastiass.json --- domains/anibalbastiass.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/anibalbastiass.json diff --git a/domains/anibalbastiass.json b/domains/anibalbastiass.json new file mode 100644 index 000000000..f6ce6b89d --- /dev/null +++ b/domains/anibalbastiass.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "anibalbastiass", + "email": "anibal.bastias@gmail.com" + }, + "record": { + "CNAME": "anibalbastiass.github.io" + } +} From e9b1b1d5d867c508453750b95a31a81b4203ccf2 Mon Sep 17 00:00:00 2001 From: Samir Khanal Date: Fri, 10 Jan 2025 22:32:05 +0545 Subject: [PATCH 34/77] Create _vercel.samirkhanal.json --- domains/_vercel.samirkhanal.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.samirkhanal.json diff --git a/domains/_vercel.samirkhanal.json b/domains/_vercel.samirkhanal.json new file mode 100644 index 000000000..df3188455 --- /dev/null +++ b/domains/_vercel.samirkhanal.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "khanal-samir", + "email": "gdssamir@gmail.com", + }, + "record": { + "TXT": "vc-domain-verify=samirkhanal.is-a.dev,ea1c15390e801aa3ea34" + } +} From ea3c386543e652e39ce329db5ee83ed6997828df Mon Sep 17 00:00:00 2001 From: Samir Khanal Date: Fri, 10 Jan 2025 22:33:52 +0545 Subject: [PATCH 35/77] Create samirkhanal.json --- domains/samirkhanal.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/samirkhanal.json diff --git a/domains/samirkhanal.json b/domains/samirkhanal.json new file mode 100644 index 000000000..4e1a1cbeb --- /dev/null +++ b/domains/samirkhanal.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "khanal-samir", + "email": "gdssamir@gmail.com", + + }, + "record": { + "CNAME": "https://samir-khanal-portfolio.vercel.app" + } +} From e4f2eaa7c38a92d6824afcf0855b0c2c8565a43b Mon Sep 17 00:00:00 2001 From: Samir Khanal Date: Fri, 10 Jan 2025 22:37:41 +0545 Subject: [PATCH 36/77] Update samirkhanal.json --- domains/samirkhanal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/samirkhanal.json b/domains/samirkhanal.json index 4e1a1cbeb..2e6a5fa0b 100644 --- a/domains/samirkhanal.json +++ b/domains/samirkhanal.json @@ -5,6 +5,6 @@ }, "record": { - "CNAME": "https://samir-khanal-portfolio.vercel.app" + "CNAME": "samir-khanal-portfolio.vercel.app" } } From e5006d7b1ec456b849b5a5be297e380b8a237479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Fri, 10 Jan 2025 11:06:24 -0600 Subject: [PATCH 37/77] Update peme969.json - Added a TXT record and MX records --- domains/peme969.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/peme969.json b/domains/peme969.json index 0a904d635..cb1a02fc5 100644 --- a/domains/peme969.json +++ b/domains/peme969.json @@ -5,6 +5,8 @@ }, "record": { "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], - "TXT":["sl-verification=dbpgreeqailirhyinpatpewbtegyca"] + "TXT":["sl-verification=dbpgreeqailirhyinpatpewbtegyca","v=spf1 include:simplelogin.co ~all"], + "MX":["mx1.simplelogin.co.","mx2.simplelogin.co."] + } } \ No newline at end of file From 0125ea24682a45da3df860e3aa075c5b0b4031a6 Mon Sep 17 00:00:00 2001 From: Ishh <88816438+ishh-xd@users.noreply.github.com> Date: Fri, 10 Jan 2025 22:37:21 +0530 Subject: [PATCH 38/77] Update ishh.json --- domains/ishh.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/ishh.json b/domains/ishh.json index d4ef01652..30f9fce47 100644 --- a/domains/ishh.json +++ b/domains/ishh.json @@ -6,6 +6,8 @@ "email": "ishh-xd@proton.me" }, "record": { - "CNAME": "ishh-xd.github.io" - } + "CNAME": "ishh-xd.github.io", + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] + } } From 1322181511300f6e056b781b2e7320afb3e693a9 Mon Sep 17 00:00:00 2001 From: iostpa Date: Fri, 10 Jan 2025 19:13:34 +0200 Subject: [PATCH 39/77] Update domains/peme969.json --- domains/peme969.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/peme969.json b/domains/peme969.json index 1080bb873..d2bcf9102 100644 --- a/domains/peme969.json +++ b/domains/peme969.json @@ -6,7 +6,7 @@ "record": { "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], "TXT":["sl-verification=dbpgreeqailirhyinpatpewbtegyca","v=spf1 include:simplelogin.co ~all"], - "MX":["mx1.simplelogin.co.","mx2.simplelogin.co."] + "MX":["mx1.simplelogin.co","mx2.simplelogin.co"] } } From 43d800ba2fe1c2b2009e975eb174795570cd9f43 Mon Sep 17 00:00:00 2001 From: iostpa Date: Fri, 10 Jan 2025 19:23:19 +0200 Subject: [PATCH 40/77] Update domains/_vercel.samirkhanal.json --- domains/_vercel.samirkhanal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_vercel.samirkhanal.json b/domains/_vercel.samirkhanal.json index df3188455..c089a90bd 100644 --- a/domains/_vercel.samirkhanal.json +++ b/domains/_vercel.samirkhanal.json @@ -1,7 +1,7 @@ { "owner": { "username": "khanal-samir", - "email": "gdssamir@gmail.com", + "email": "gdssamir@gmail.com" }, "record": { "TXT": "vc-domain-verify=samirkhanal.is-a.dev,ea1c15390e801aa3ea34" From 5c05c7f8a3e863ae8dd94a05cd3e0ac1e84ef401 Mon Sep 17 00:00:00 2001 From: iostpa Date: Fri, 10 Jan 2025 19:23:24 +0200 Subject: [PATCH 41/77] Update domains/samirkhanal.json --- domains/samirkhanal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/samirkhanal.json b/domains/samirkhanal.json index 2e6a5fa0b..e118b18f0 100644 --- a/domains/samirkhanal.json +++ b/domains/samirkhanal.json @@ -1,7 +1,7 @@ { "owner": { "username": "khanal-samir", - "email": "gdssamir@gmail.com", + "email": "gdssamir@gmail.com" }, "record": { From 0021ff48dd9464d4beb1932117b743c8276fd548 Mon Sep 17 00:00:00 2001 From: Alexander Ocsa Date: Fri, 10 Jan 2025 12:23:48 -0500 Subject: [PATCH 42/77] Add aocsa.json domain configuration --- domains/aocsa.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/aocsa.json diff --git a/domains/aocsa.json b/domains/aocsa.json new file mode 100644 index 000000000..35a2d6f1e --- /dev/null +++ b/domains/aocsa.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "aocsa", + "email": "alexander.ocsa@gmail.com" + }, + "record": { + "CNAME": "aocsa.github.io" + } +} \ No newline at end of file From 5af0c01b64d409e489867a3915bbb20cff68209d Mon Sep 17 00:00:00 2001 From: Ishh <88816438+ishh-xd@users.noreply.github.com> Date: Fri, 10 Jan 2025 23:04:57 +0530 Subject: [PATCH 43/77] Update ishh.json --- domains/ishh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ishh.json b/domains/ishh.json index 30f9fce47..6ac82e27e 100644 --- a/domains/ishh.json +++ b/domains/ishh.json @@ -6,7 +6,7 @@ "email": "ishh-xd@proton.me" }, "record": { - "CNAME": "ishh-xd.github.io", + "A": ["185.199.111.153", "185.199.110.153", "185.199.108.153", "185.199.109.153"], "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], "TXT": ["v=spf1 include:spf.improvmx.com ~all"] } From 7596b6cc5d1a374e2e86991b9be591f121bd79c3 Mon Sep 17 00:00:00 2001 From: Lester Narvasta Ramirez Date: Fri, 10 Jan 2025 12:36:08 -0500 Subject: [PATCH 44/77] Create lester.json --- domains/lester.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/lester.json diff --git a/domains/lester.json b/domains/lester.json new file mode 100644 index 000000000..ebc939b52 --- /dev/null +++ b/domains/lester.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "LSTR", + "email": "lesternr@gmail.com" + }, + "record": { + "CNAME": "lstr.github.io" + } +} From 5c80f0ccc914b784af875d565618f1f45d03af33 Mon Sep 17 00:00:00 2001 From: Daniel Paredes <72459347+wallsified@users.noreply.github.com> Date: Fri, 10 Jan 2025 11:41:16 -0600 Subject: [PATCH 45/77] Create _vercel.wallsified.json --- domains/_vercel.wallsified.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_vercel.wallsified.json diff --git a/domains/_vercel.wallsified.json b/domains/_vercel.wallsified.json new file mode 100644 index 000000000..d272bf08b --- /dev/null +++ b/domains/_vercel.wallsified.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "wallsified", + "email": "danielparedes@ciencias.unam.mx", + "discord": "" + }, + "record": { + "TXT": "vc-domain-verify=wallsified.is-a.dev,a6e231e5e5b6733aba43" + } +} From b017523b820e22c34107af093f068a0b4e674bd7 Mon Sep 17 00:00:00 2001 From: "T. Stark" <99743288+t-starks@users.noreply.github.com> Date: Fri, 10 Jan 2025 11:44:32 -0600 Subject: [PATCH 46/77] Create tstark.json --- domains/tstark.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/tstark.json diff --git a/domains/tstark.json b/domains/tstark.json new file mode 100644 index 000000000..582a7ccb9 --- /dev/null +++ b/domains/tstark.json @@ -0,0 +1,11 @@ +{ + "subdomain": "tstark", + "owner": { + "username": "t-starks", + "email": "sr.shelby.lp@gmail.com" + }, + "record": { + "CNAME": "t-stark.netlify.app" + }, + "proxied": false +} From de2f09733da8313d279b2f73d433da9a27a393e4 Mon Sep 17 00:00:00 2001 From: Daniel Paredes <72459347+wallsified@users.noreply.github.com> Date: Fri, 10 Jan 2025 11:49:57 -0600 Subject: [PATCH 47/77] Create wallsified.json --- domains/wallsified.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/wallsified.json diff --git a/domains/wallsified.json b/domains/wallsified.json new file mode 100644 index 000000000..51cc568a6 --- /dev/null +++ b/domains/wallsified.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "wallsified", + "email": "danielparedes@ciencias.unam.mx", + "discord": "" + }, + "record": { + "CNAME": "portafolio-gamma-mauve.vercel.app" + } +} From c285bcf216b1b547a143c1f68f3c7d99abe83752 Mon Sep 17 00:00:00 2001 From: Mario Papetti <61957863+Mario-dango@users.noreply.github.com> Date: Fri, 10 Jan 2025 14:50:05 -0300 Subject: [PATCH 48/77] Create mario-papetti.json --- domains/mario-papetti.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/mario-papetti.json diff --git a/domains/mario-papetti.json b/domains/mario-papetti.json new file mode 100644 index 000000000..e13296f01 --- /dev/null +++ b/domains/mario-papetti.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Mario-dango", + "email": "mp.robots@gmail.com" + }, + "record": { + "CNAME": "mario-dango.github.io" + } +} From e057507085f23be6bc9257f5a2cb8672bd04ae3e Mon Sep 17 00:00:00 2001 From: Delta-0mega Date: Fri, 10 Jan 2025 19:01:59 +0100 Subject: [PATCH 49/77] Create api.seiko.json --- domains/api.seiko.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/api.seiko.json diff --git a/domains/api.seiko.json b/domains/api.seiko.json new file mode 100644 index 000000000..0dfeedd7e --- /dev/null +++ b/domains/api.seiko.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Delta-0mega", + "email": "seikoo.dev@gmail.com", + "discord": "1293641904860172389" + }, + "record": { + "A": ["88.151.197.194"] + } +} From a2685aefe514b5f41c20790cd66b952f82360451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Fri, 10 Jan 2025 12:26:22 -0600 Subject: [PATCH 50/77] Update peme969.json Added cname and a txt record --- domains/peme969.json | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/domains/peme969.json b/domains/peme969.json index d2bcf9102..d23386e41 100644 --- a/domains/peme969.json +++ b/domains/peme969.json @@ -4,9 +4,25 @@ "email": "mrcoderpeme@gmail.com" }, "record": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], - "TXT":["sl-verification=dbpgreeqailirhyinpatpewbtegyca","v=spf1 include:simplelogin.co ~all"], - "MX":["mx1.simplelogin.co","mx2.simplelogin.co"] - + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "CNAME": [ + "dkim01._domainkey.simplelogin.co", + "dkim02._domainkey.simplelogin.co", + "dkim03._domainkey.simplelogin.co" + ], + "TXT":[ + "sl-verification=dbpgreeqailirhyinpatpewbtegyca", + "v=spf1 include:simplelogin.co ~all", + "v=DMARC1; p=quarantine; pct=100; adkim=s; aspf=s" + ], + "MX":[ + "mx1.simplelogin.co", + "mx2.simplelogin.co" + ] } } From 650f564ed6cf2d4d51f94a36450eab2b49df9bd2 Mon Sep 17 00:00:00 2001 From: Aaron Fort Garcia <120340024+AaronFortG@users.noreply.github.com> Date: Fri, 10 Jan 2025 19:28:06 +0100 Subject: [PATCH 51/77] Actualizar domains --- domains/aaronfort.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/aaronfort.json diff --git a/domains/aaronfort.json b/domains/aaronfort.json new file mode 100644 index 000000000..dd2e501c7 --- /dev/null +++ b/domains/aaronfort.json @@ -0,0 +1,11 @@ +{ + "description": "Documentation website for Aaron Fort", + "repo": "https://github.com/AaronFortG", + "owner": { + "username": "AaronFortG", + "email": "aaronfortg@gmail.com" + }, + "record": { + "CNAME": "https://mycurriculum.salleurl.edu/aaron-fort/" + } +} \ No newline at end of file From 496c0ba9bf148e6399d67b2619d6726b552dc859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Fri, 10 Jan 2025 12:39:32 -0600 Subject: [PATCH 52/77] Create _dmarc.peme969.is-a.dev I copied the file contents from the is-a.dev/register repo. I will change it to the one that's in my forked repo once a maintainer helps me fix the error. --- domains/_dmarc.peme969.is-a.dev | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_dmarc.peme969.is-a.dev diff --git a/domains/_dmarc.peme969.is-a.dev b/domains/_dmarc.peme969.is-a.dev new file mode 100644 index 000000000..bf0342380 --- /dev/null +++ b/domains/_dmarc.peme969.is-a.dev @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "peme969", + "email": "mrcoderpeme@gmail.com" + }, + "record": { + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "TXT":["sl-verification=dbpgreeqailirhyinpatpewbtegyca","v=spf1 include:simplelogin.co ~all"], + "MX":["mx1.simplelogin.co","mx2.simplelogin.co"] + } +} \ No newline at end of file From bf38796142a9ab6b0afd7e5cc86196a0c0657162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Fri, 10 Jan 2025 12:42:06 -0600 Subject: [PATCH 53/77] Rename _dmarc.peme969.is-a.dev to _dmarc.peme969.is-a.dev.json Forgot to add the .json extension --- .../{_dmarc.peme969.is-a.dev => _dmarc.peme969.is-a.dev.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{_dmarc.peme969.is-a.dev => _dmarc.peme969.is-a.dev.json} (99%) diff --git a/domains/_dmarc.peme969.is-a.dev b/domains/_dmarc.peme969.is-a.dev.json similarity index 99% rename from domains/_dmarc.peme969.is-a.dev rename to domains/_dmarc.peme969.is-a.dev.json index bf0342380..18fbe94b6 100644 --- a/domains/_dmarc.peme969.is-a.dev +++ b/domains/_dmarc.peme969.is-a.dev.json @@ -8,4 +8,4 @@ "TXT":["sl-verification=dbpgreeqailirhyinpatpewbtegyca","v=spf1 include:simplelogin.co ~all"], "MX":["mx1.simplelogin.co","mx2.simplelogin.co"] } -} \ No newline at end of file +} From 9e24aeb1bb98208f42e0bf582a3bcb5a6c87f011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Fri, 10 Jan 2025 12:44:23 -0600 Subject: [PATCH 54/77] Create dkim._domainkey.peme969.is-a.dev.json Added the file --- domains/dkim._domainkey.peme969.is-a.dev.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/dkim._domainkey.peme969.is-a.dev.json diff --git a/domains/dkim._domainkey.peme969.is-a.dev.json b/domains/dkim._domainkey.peme969.is-a.dev.json new file mode 100644 index 000000000..d2bcf9102 --- /dev/null +++ b/domains/dkim._domainkey.peme969.is-a.dev.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "peme969", + "email": "mrcoderpeme@gmail.com" + }, + "record": { + "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], + "TXT":["sl-verification=dbpgreeqailirhyinpatpewbtegyca","v=spf1 include:simplelogin.co ~all"], + "MX":["mx1.simplelogin.co","mx2.simplelogin.co"] + + } +} From e9566ccf7da6d5d7601080208ce14fb04b945443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Fri, 10 Jan 2025 12:48:13 -0600 Subject: [PATCH 55/77] Update _dmarc.peme969.is-a.dev.json Updated this file with the main file's contents --- domains/_dmarc.peme969.is-a.dev.json | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/domains/_dmarc.peme969.is-a.dev.json b/domains/_dmarc.peme969.is-a.dev.json index 18fbe94b6..097d6cd80 100644 --- a/domains/_dmarc.peme969.is-a.dev.json +++ b/domains/_dmarc.peme969.is-a.dev.json @@ -4,8 +4,25 @@ "email": "mrcoderpeme@gmail.com" }, "record": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], - "TXT":["sl-verification=dbpgreeqailirhyinpatpewbtegyca","v=spf1 include:simplelogin.co ~all"], - "MX":["mx1.simplelogin.co","mx2.simplelogin.co"] + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "CNAME": [ + "dkim01._domainkey.simplelogin.co", + "dkim02._domainkey.simplelogin.co", + "dkim03._domainkey.simplelogin.co" + ], + "TXT":[ + "sl-verification=dbpgreeqailirhyinpatpewbtegyca", + "v=spf1 include:simplelogin.co ~all", + "v=DMARC1; p=quarantine; pct=100; adkim=s; aspf=s" + ], + "MX":[ + "mx1.simplelogin.co", + "mx2.simplelogin.co" + ] } -} +} \ No newline at end of file From 29943ca0f43f2c725c713bffff3000839fe1aee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Fri, 10 Jan 2025 12:51:14 -0600 Subject: [PATCH 56/77] Update dkim._domainkey.peme969.is-a.dev.json --- domains/dkim._domainkey.peme969.is-a.dev.json | 24 +++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/domains/dkim._domainkey.peme969.is-a.dev.json b/domains/dkim._domainkey.peme969.is-a.dev.json index d2bcf9102..3c5eb19a5 100644 --- a/domains/dkim._domainkey.peme969.is-a.dev.json +++ b/domains/dkim._domainkey.peme969.is-a.dev.json @@ -4,9 +4,25 @@ "email": "mrcoderpeme@gmail.com" }, "record": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], - "TXT":["sl-verification=dbpgreeqailirhyinpatpewbtegyca","v=spf1 include:simplelogin.co ~all"], - "MX":["mx1.simplelogin.co","mx2.simplelogin.co"] - + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "CNAME": [ + "dkim._domainkey.simplelogin.co", + "dkim02._domainkey.simplelogin.co", + "dkim03._domainkey.simplelogin.co" + ], + "TXT":[ + "sl-verification=dbpgreeqailirhyinpatpewbtegyca", + "v=spf1 include:simplelogin.co ~all", + "v=DMARC1; p=quarantine; pct=100; adkim=s; aspf=s" + ], + "MX":[ + "mx1.simplelogin.co", + "mx2.simplelogin.co" + ] } } From 5a6e3aeb0bf31683398759ef003fe8e3c3e3bf6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Fri, 10 Jan 2025 12:51:33 -0600 Subject: [PATCH 57/77] Update _dmarc.peme969.is-a.dev.json --- domains/_dmarc.peme969.is-a.dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_dmarc.peme969.is-a.dev.json b/domains/_dmarc.peme969.is-a.dev.json index 097d6cd80..cb70b4757 100644 --- a/domains/_dmarc.peme969.is-a.dev.json +++ b/domains/_dmarc.peme969.is-a.dev.json @@ -11,7 +11,7 @@ "185.199.111.153" ], "CNAME": [ - "dkim01._domainkey.simplelogin.co", + "dkim._domainkey.simplelogin.co", "dkim02._domainkey.simplelogin.co", "dkim03._domainkey.simplelogin.co" ], From bce6f7d166e11035310007e92f3af0fef5326ec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Fri, 10 Jan 2025 12:52:02 -0600 Subject: [PATCH 58/77] Update peme969.json --- domains/peme969.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/peme969.json b/domains/peme969.json index d23386e41..3c5eb19a5 100644 --- a/domains/peme969.json +++ b/domains/peme969.json @@ -11,7 +11,7 @@ "185.199.111.153" ], "CNAME": [ - "dkim01._domainkey.simplelogin.co", + "dkim._domainkey.simplelogin.co", "dkim02._domainkey.simplelogin.co", "dkim03._domainkey.simplelogin.co" ], From 7e50c19f7cb1df0db1227e602900759ea1bcedff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Fri, 10 Jan 2025 13:04:19 -0600 Subject: [PATCH 59/77] Delete domains/dkim._domainkey.peme969.is-a.dev.json --- domains/dkim._domainkey.peme969.is-a.dev.json | 28 ------------------- 1 file changed, 28 deletions(-) delete mode 100644 domains/dkim._domainkey.peme969.is-a.dev.json diff --git a/domains/dkim._domainkey.peme969.is-a.dev.json b/domains/dkim._domainkey.peme969.is-a.dev.json deleted file mode 100644 index 3c5eb19a5..000000000 --- a/domains/dkim._domainkey.peme969.is-a.dev.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "owner": { - "username": "peme969", - "email": "mrcoderpeme@gmail.com" - }, - "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], - "CNAME": [ - "dkim._domainkey.simplelogin.co", - "dkim02._domainkey.simplelogin.co", - "dkim03._domainkey.simplelogin.co" - ], - "TXT":[ - "sl-verification=dbpgreeqailirhyinpatpewbtegyca", - "v=spf1 include:simplelogin.co ~all", - "v=DMARC1; p=quarantine; pct=100; adkim=s; aspf=s" - ], - "MX":[ - "mx1.simplelogin.co", - "mx2.simplelogin.co" - ] - } -} From bff6aee95145085c5a9845a7b14cb5b2114bae02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Fri, 10 Jan 2025 13:05:38 -0600 Subject: [PATCH 60/77] Update and rename _dmarc.peme969.is-a.dev.json to _dmarc.peme969.json --- .../{_dmarc.peme969.is-a.dev.json => _dmarc.peme969.json} | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) rename domains/{_dmarc.peme969.is-a.dev.json => _dmarc.peme969.json} (76%) diff --git a/domains/_dmarc.peme969.is-a.dev.json b/domains/_dmarc.peme969.json similarity index 76% rename from domains/_dmarc.peme969.is-a.dev.json rename to domains/_dmarc.peme969.json index cb70b4757..9ee47c2ed 100644 --- a/domains/_dmarc.peme969.is-a.dev.json +++ b/domains/_dmarc.peme969.json @@ -10,11 +10,6 @@ "185.199.110.153", "185.199.111.153" ], - "CNAME": [ - "dkim._domainkey.simplelogin.co", - "dkim02._domainkey.simplelogin.co", - "dkim03._domainkey.simplelogin.co" - ], "TXT":[ "sl-verification=dbpgreeqailirhyinpatpewbtegyca", "v=spf1 include:simplelogin.co ~all", @@ -25,4 +20,4 @@ "mx2.simplelogin.co" ] } -} \ No newline at end of file +} From 126914c6546b3380dc84e2fe3b024094337de383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Fri, 10 Jan 2025 13:06:46 -0600 Subject: [PATCH 61/77] Update peme969.json --- domains/peme969.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/domains/peme969.json b/domains/peme969.json index 3c5eb19a5..9ee47c2ed 100644 --- a/domains/peme969.json +++ b/domains/peme969.json @@ -10,11 +10,6 @@ "185.199.110.153", "185.199.111.153" ], - "CNAME": [ - "dkim._domainkey.simplelogin.co", - "dkim02._domainkey.simplelogin.co", - "dkim03._domainkey.simplelogin.co" - ], "TXT":[ "sl-verification=dbpgreeqailirhyinpatpewbtegyca", "v=spf1 include:simplelogin.co ~all", From 6c97a19155e8166e4d4f45103463c49e6bd52710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Fri, 10 Jan 2025 13:55:33 -0600 Subject: [PATCH 62/77] Update peme969.json Switched to forwardemail.net --- domains/peme969.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/domains/peme969.json b/domains/peme969.json index 9ee47c2ed..0e3f8b38d 100644 --- a/domains/peme969.json +++ b/domains/peme969.json @@ -11,13 +11,11 @@ "185.199.111.153" ], "TXT":[ - "sl-verification=dbpgreeqailirhyinpatpewbtegyca", - "v=spf1 include:simplelogin.co ~all", - "v=DMARC1; p=quarantine; pct=100; adkim=s; aspf=s" + "forward-email=NjNhNjJlMjMzOGJhMWUxNy1hOTk2MzljYmY0ZDczZWViZDY2NTljZmUwMDc4OTM5MmQ3YmVjN2RmYWEyMjFlN2VhODAxZWUwOWI5ODhhNDY2" ], "MX":[ - "mx1.simplelogin.co", - "mx2.simplelogin.co" + "mx1.forwardemail.net", + "mx2.forwardemail.net" ] } } From 89e18b6491d7010ab76bd61b111d0d5e122fa92b Mon Sep 17 00:00:00 2001 From: ifayala <51173725+ifayala@users.noreply.github.com> Date: Fri, 10 Jan 2025 17:34:41 -0300 Subject: [PATCH 63/77] Create ivo.json --- domains/ivo.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/ivo.json diff --git a/domains/ivo.json b/domains/ivo.json new file mode 100644 index 000000000..84ecb16f7 --- /dev/null +++ b/domains/ivo.json @@ -0,0 +1,14 @@ +{ + "description": "Personal Portfolio Website", + "repo": "https://github.com/ifayala", + "owner": { + "username": "ifayala", + "email": "ivo@dailabs.io", + "discord": "lt_smash666" + }, + "record": { + "A": [ + "34.16.212.81" + ] + } +} From 480df85f88744c837b3280314cdcdae390e9aa29 Mon Sep 17 00:00:00 2001 From: Aaron Fort Garcia <120340024+AaronFortG@users.noreply.github.com> Date: Fri, 10 Jan 2025 23:44:16 +0100 Subject: [PATCH 64/77] Update domains/aaronfort.json Co-authored-by: SkyExploreWasTaken --- domains/aaronfort.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/aaronfort.json b/domains/aaronfort.json index dd2e501c7..14c416640 100644 --- a/domains/aaronfort.json +++ b/domains/aaronfort.json @@ -6,6 +6,6 @@ "email": "aaronfortg@gmail.com" }, "record": { - "CNAME": "https://mycurriculum.salleurl.edu/aaron-fort/" + "CNAME": "mycurriculum.salleurl.edu" } } \ No newline at end of file From 59052c4ff150104c480b534fd515c648ec4b188b Mon Sep 17 00:00:00 2001 From: Memo Date: Fri, 10 Jan 2025 17:24:41 -0600 Subject: [PATCH 65/77] =?UTF-8?q?=E2=9C=A8=20feat(domain):=20add=20new=20d?= =?UTF-8?q?omain=20memo.is-a.dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- domains/memo.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/memo.json diff --git a/domains/memo.json b/domains/memo.json new file mode 100644 index 000000000..4d46c8998 --- /dev/null +++ b/domains/memo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "gmglln", + "email": "gmogollan@gmail.com" + }, + "record": { + "URL": "https://somosrun.vercel.app/" + } +} From 3b513366870546c9633827ed1151c4cf256a4c22 Mon Sep 17 00:00:00 2001 From: neil Date: Fri, 10 Jan 2025 20:38:26 -0300 Subject: [PATCH 66/77] Agregar archivo JSON para el dominio de nxl22 --- domains/neil.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/neil.json diff --git a/domains/neil.json b/domains/neil.json new file mode 100644 index 000000000..50234a6e6 --- /dev/null +++ b/domains/neil.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nxl22", + "email": "lien.dev.22@gmail.com" + }, + "record": { + "CNAME": "nxl22.github.io" + } +} \ No newline at end of file From 61bfaa501c32cf718583427a188cc3795ad63d21 Mon Sep 17 00:00:00 2001 From: Mark Asaad Ramzy <38553310+Voltonik@users.noreply.github.com> Date: Sat, 11 Jan 2025 01:45:22 +0200 Subject: [PATCH 67/77] Create _vercel.markasaad.json --- domains/_vercel.markasaad.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.markasaad.json diff --git a/domains/_vercel.markasaad.json b/domains/_vercel.markasaad.json new file mode 100644 index 000000000..b9c1c5fb4 --- /dev/null +++ b/domains/_vercel.markasaad.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "voltonik", + "email": "markasaadramzy@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=markasaad.is-a.dev,466430b693facfcda35d" + } +} From 43ce610499f6e8cec31b6baba0e1bdb11133f19f Mon Sep 17 00:00:00 2001 From: Mark Asaad Ramzy <38553310+Voltonik@users.noreply.github.com> Date: Sat, 11 Jan 2025 01:47:04 +0200 Subject: [PATCH 68/77] Create markasaad.json --- domains/markasaad.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/markasaad.json diff --git a/domains/markasaad.json b/domains/markasaad.json new file mode 100644 index 000000000..d300f8cd6 --- /dev/null +++ b/domains/markasaad.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "voltonik", + "email": "markasaadramzy@gmail.com" + }, + "record": { + "CNAME": "markasaad.vercel.app" + } +} From 618a3e29615d2864c6017a9c8ccee82933d94158 Mon Sep 17 00:00:00 2001 From: Maqed Date: Sat, 11 Jan 2025 01:55:19 +0200 Subject: [PATCH 69/77] feat: add _vercel.magedibrahim.json file --- domains/_vercel.magedibrahim.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_vercel.magedibrahim.json diff --git a/domains/_vercel.magedibrahim.json b/domains/_vercel.magedibrahim.json new file mode 100644 index 000000000..3b84e7123 --- /dev/null +++ b/domains/_vercel.magedibrahim.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Maqed", + "email": "magedibra@yahoo.com", + "discord": "272808689688248320" + }, + "record": { + "TXT": "vc-domain-verify=magedibrahim.is-a.dev,7bdbe7e115da902cbd7d" + } +} From 63f586cd9c5a774118355266d41a88c5f8ca6562 Mon Sep 17 00:00:00 2001 From: Maqed Date: Sat, 11 Jan 2025 01:57:23 +0200 Subject: [PATCH 70/77] feat: add magedibrahim.json --- domains/magedibrahim.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/magedibrahim.json diff --git a/domains/magedibrahim.json b/domains/magedibrahim.json new file mode 100644 index 000000000..234c0ff4c --- /dev/null +++ b/domains/magedibrahim.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Maqed", + "email": "magedibra@yahoo.com", + "discord": "272808689688248320" + }, + "record": { + "CNAME": "magedibrahim.vercel.app" + } +} From f9c2e2e1ce3b1a19cc7ad81eeb145f704f20882f Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 10 Jan 2025 19:40:29 -0500 Subject: [PATCH 71/77] chore: formatting --- domains/ivo.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/domains/ivo.json b/domains/ivo.json index 84ecb16f7..36cf1be60 100644 --- a/domains/ivo.json +++ b/domains/ivo.json @@ -1,14 +1,14 @@ { - "description": "Personal Portfolio Website", - "repo": "https://github.com/ifayala", - "owner": { - "username": "ifayala", - "email": "ivo@dailabs.io", - "discord": "lt_smash666" - }, - "record": { - "A": [ - "34.16.212.81" - ] - } + "description": "Personal Portfolio Website", + "repo": "https://github.com/ifayala", + "owner": { + "username": "ifayala", + "email": "ivo@dailabs.io", + "discord": "lt_smash666" + }, + "record": { + "A": [ + "34.16.212.81" + ] + } } From 02ad65cda63bfef2ff843c81dd8f3fbf26bb8669 Mon Sep 17 00:00:00 2001 From: PGSCOM <69808296+PGSCOM@users.noreply.github.com> Date: Sat, 11 Jan 2025 01:50:53 +0100 Subject: [PATCH 72/77] Create pgscom.json --- domains/pgscom.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/pgscom.json diff --git a/domains/pgscom.json b/domains/pgscom.json new file mode 100644 index 000000000..d7537127e --- /dev/null +++ b/domains/pgscom.json @@ -0,0 +1,11 @@ +{ + "description": "Url redirect to pgscom.es", + "repo": "https://github.com/pgscom/pgscom.github.io", + "owner": { + "username": "pgscom", + "twitter": "PGSCOM_54" + }, + "record": { + "URL": "https://pgscom.es" + } +} From fc44ab11e66193fb9592a0aaad3658c728e36203 Mon Sep 17 00:00:00 2001 From: PGSCOM <69808296+PGSCOM@users.noreply.github.com> Date: Sat, 11 Jan 2025 01:51:24 +0100 Subject: [PATCH 73/77] Create pgscom54.json --- domains/pgscom54.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/pgscom54.json diff --git a/domains/pgscom54.json b/domains/pgscom54.json new file mode 100644 index 000000000..d7537127e --- /dev/null +++ b/domains/pgscom54.json @@ -0,0 +1,11 @@ +{ + "description": "Url redirect to pgscom.es", + "repo": "https://github.com/pgscom/pgscom.github.io", + "owner": { + "username": "pgscom", + "twitter": "PGSCOM_54" + }, + "record": { + "URL": "https://pgscom.es" + } +} From 90b127ddfe08864e59396175c6395dac2bb1ee89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Fri, 10 Jan 2025 18:52:18 -0600 Subject: [PATCH 74/77] Update _dmarc.peme969.json Removed all records except TXT --- domains/_dmarc.peme969.json | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/domains/_dmarc.peme969.json b/domains/_dmarc.peme969.json index 9ee47c2ed..c6b62d20f 100644 --- a/domains/_dmarc.peme969.json +++ b/domains/_dmarc.peme969.json @@ -4,20 +4,8 @@ "email": "mrcoderpeme@gmail.com" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], "TXT":[ - "sl-verification=dbpgreeqailirhyinpatpewbtegyca", - "v=spf1 include:simplelogin.co ~all", - "v=DMARC1; p=quarantine; pct=100; adkim=s; aspf=s" - ], - "MX":[ - "mx1.simplelogin.co", - "mx2.simplelogin.co" + "forward-email=NjNhNjJlMjMzOGJhMWUxNy1hOTk2MzljYmY0ZDczZWViZDY2NTljZmUwMDc4OTM5MmQ3YmVjN2RmYWEyMjFlN2VhODAxZWUwOWI5ODhhNDY2" ] } } From 058bc2170b81eae3c5c1b1bd81eaa755ada3db42 Mon Sep 17 00:00:00 2001 From: "Jeff." Date: Fri, 10 Jan 2025 21:01:41 -0400 Subject: [PATCH 75/77] Create jeff.json --- domains/jeff.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/jeff.json diff --git a/domains/jeff.json b/domains/jeff.json new file mode 100644 index 000000000..3d0db8456 --- /dev/null +++ b/domains/jeff.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "PentSec", + "email": "jeffreysfu@gmail.com" + }, + "record": { + "CNAME": "pentsec.github.io" + } +} From 21db88d433e9704d3e1cbc0988cc9c5077ba5f56 Mon Sep 17 00:00:00 2001 From: DanielZambranoC Date: Fri, 10 Jan 2025 22:31:48 -0300 Subject: [PATCH 76/77] Added danielzambrano subdomain --- domains/danielzambrano.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/danielzambrano.json diff --git a/domains/danielzambrano.json b/domains/danielzambrano.json new file mode 100644 index 000000000..59621baad --- /dev/null +++ b/domains/danielzambrano.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "DanielZambranoC" + }, + "record": { + "URL": "https://www.linkedin.com/in/danielzambranoc/" + } +} \ No newline at end of file From e61d2304a74f19c281e46e2d676094074208c1d3 Mon Sep 17 00:00:00 2001 From: DanielZambranoC Date: Fri, 10 Jan 2025 22:36:40 -0300 Subject: [PATCH 77/77] Update email information --- domains/danielzambrano.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/danielzambrano.json b/domains/danielzambrano.json index 59621baad..8372b3402 100644 --- a/domains/danielzambrano.json +++ b/domains/danielzambrano.json @@ -1,6 +1,7 @@ { "owner": { - "username": "DanielZambranoC" + "username": "DanielZambranoC", + "email": "trail.moth9771@eagereverest.com" }, "record": { "URL": "https://www.linkedin.com/in/danielzambranoc/"