From bfda172503d32577e91de585176300a1f3b3c935 Mon Sep 17 00:00:00 2001 From: Saiful Abidin <55196633+saifulabidin@users.noreply.github.com> Date: Fri, 25 Apr 2025 15:04:39 +0000 Subject: [PATCH 1/6] Update sabidzpro.json to include ImprovMX MX and TXT records for email configuration --- domains/sabidzpro.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/domains/sabidzpro.json b/domains/sabidzpro.json index 8adcbbd4f..816e43c07 100644 --- a/domains/sabidzpro.json +++ b/domains/sabidzpro.json @@ -7,6 +7,13 @@ }, "proxied": true, "records": { - "CNAME": "sabidzpro.vercel.app" + "CNAME": "sabidzpro.vercel.app", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": [ + "v=spf1 include:spf.improvmx.com ~all" + ] } -} \ No newline at end of file +} From 965a61b31e5ef910d3172e658ea697bb990d0984 Mon Sep 17 00:00:00 2001 From: Saiful Abidin <55196633+saifulabidin@users.noreply.github.com> Date: Fri, 25 Apr 2025 15:08:04 +0000 Subject: [PATCH 2/6] Add Discord verification TXT record for sabidzpro subdomain --- domains/_discord.sabidzpro.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_discord.sabidzpro.json diff --git a/domains/_discord.sabidzpro.json b/domains/_discord.sabidzpro.json new file mode 100644 index 000000000..21cde4195 --- /dev/null +++ b/domains/_discord.sabidzpro.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "saifulabidin", + "email": "syaiful.osd@yahoo.com" + }, + "records": { + "TXT": "a25a4d7cffc472b9402e6544f5f79f84c001e563" + } +} From e92b8c300765a85fddb79b986ceea308d5ed664d Mon Sep 17 00:00:00 2001 From: Vontey Date: Fri, 25 Apr 2025 21:05:07 +0200 Subject: [PATCH 3/6] updated this file @vontey --- domains/ash2vee.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/domains/ash2vee.json b/domains/ash2vee.json index e857c1bf5..c1dc32076 100644 --- a/domains/ash2vee.json +++ b/domains/ash2vee.json @@ -1,11 +1,11 @@ { - "description": "Im gonna use this website for my portfolio", - "repo": "https://github.com/ash2vee/ash2vee.github.io", + "description": "Im gonna use this website for my personal use", + "repo": "https://github.com/vontey/vontey.github.io", "owner": { - "username": "ash2vee", + "username": "vontey", "email": "ash2vee@outlook.com" }, "records": { - "CNAME": "ash2vee.github.io" + "CNAME": "vontey.github.io" } } From dd0f77861b21fa476cb445b85e63d036004965ea Mon Sep 17 00:00:00 2001 From: Vontey Date: Fri, 25 Apr 2025 21:08:02 +0200 Subject: [PATCH 4/6] renamed and updated ash2vee.json to vontey.json --- domains/{ash2vee.json => vontey.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{ash2vee.json => vontey.json} (100%) diff --git a/domains/ash2vee.json b/domains/vontey.json similarity index 100% rename from domains/ash2vee.json rename to domains/vontey.json From d61baa0d4d927b45470981e43882c92a18b82b29 Mon Sep 17 00:00:00 2001 From: Vontey Date: Fri, 25 Apr 2025 21:09:53 +0200 Subject: [PATCH 5/6] updated and renamed - _github-pages-challenge-ash2vee.ash2vee.json to _github-pages-challenge-vontey.vontey.json --- ...sh2vee.json => _github-pages-challenge-vontey.vontey.json} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename domains/{_github-pages-challenge-ash2vee.ash2vee.json => _github-pages-challenge-vontey.vontey.json} (51%) diff --git a/domains/_github-pages-challenge-ash2vee.ash2vee.json b/domains/_github-pages-challenge-vontey.vontey.json similarity index 51% rename from domains/_github-pages-challenge-ash2vee.ash2vee.json rename to domains/_github-pages-challenge-vontey.vontey.json index aa764239a..d8d590d4b 100644 --- a/domains/_github-pages-challenge-ash2vee.ash2vee.json +++ b/domains/_github-pages-challenge-vontey.vontey.json @@ -1,9 +1,9 @@ { "owner": { - "username": "ash2vee", + "username": "vontey", "email": "ash2vee@outlook.com" }, "records": { - "TXT": "7cb2d91bbed584ec2cf12c007695ea" + "TXT": "c5d23775aa8514a3dd88ee55d78a14" } } From 4cc55f603a2e4b30460c2d9b1d6a20d3ec7ef0f4 Mon Sep 17 00:00:00 2001 From: Ninad Naik Date: Sat, 26 Apr 2025 01:18:53 +0530 Subject: [PATCH 6/6] Update URL record in ninad.json --- domains/ninad.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ninad.json b/domains/ninad.json index 8981c4d6c..31ad6d55d 100644 --- a/domains/ninad.json +++ b/domains/ninad.json @@ -5,7 +5,7 @@ }, "repo": "https://github.com/ninadnaik10/ninadnaik10.github.io", "records": { - "URL": "https://ninadnaik.xyz", + "URL": "https://ninadnaik.me", "MX": ["mx1.forwardemail.net", "mx2.forwardemail.net"], "TXT": "forward-email=ninadtechnical+fe@gmail.com" }