From 14219ef6700376ceefa12cbbd6db9db08b17f863 Mon Sep 17 00:00:00 2001 From: Moloy Paul <69084552+iMoloy@users.noreply.github.com> Date: Wed, 5 Nov 2025 18:13:17 +0600 Subject: [PATCH 01/18] Create moloy.json --- domains/moloy.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/moloy.json diff --git a/domains/moloy.json b/domains/moloy.json new file mode 100644 index 00000000000..9f7731f88ce --- /dev/null +++ b/domains/moloy.json @@ -0,0 +1,14 @@ +{ + "owner": { + "username": "iMoloy", + "email": "moloykrishnapaul@gmail.com" + }, + "record": { + "CNAME": "imoloy.github.io", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "improvmx-verification=your-verification-code" + } +} From 9225a7618f026310665da7d17becbce60fb482c8 Mon Sep 17 00:00:00 2001 From: Moloy Paul <69084552+iMoloy@users.noreply.github.com> Date: Wed, 5 Nov 2025 18:19:51 +0600 Subject: [PATCH 02/18] Update moloy.json --- domains/moloy.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/domains/moloy.json b/domains/moloy.json index 9f7731f88ce..82123e7d104 100644 --- a/domains/moloy.json +++ b/domains/moloy.json @@ -9,6 +9,9 @@ "mx1.improvmx.com", "mx2.improvmx.com" ], - "TXT": "improvmx-verification=your-verification-code" + "TXT": [ + "improvmx-verification=your-improvmx-verification-code", + "v=spf1 include:spf.improvmx.com ~all" + ] } } From 5dca3afa8869d1d4d16640e9abcd08e3eae9278f Mon Sep 17 00:00:00 2001 From: Moloy Paul <69084552+iMoloy@users.noreply.github.com> Date: Wed, 5 Nov 2025 19:26:06 +0600 Subject: [PATCH 03/18] Update moloy.json fix is done --- domains/moloy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/moloy.json b/domains/moloy.json index 82123e7d104..81a94b7f60d 100644 --- a/domains/moloy.json +++ b/domains/moloy.json @@ -3,7 +3,7 @@ "username": "iMoloy", "email": "moloykrishnapaul@gmail.com" }, - "record": { + "records": { "CNAME": "imoloy.github.io", "MX": [ "mx1.improvmx.com", From 00e74dffb9b942a6d9191ca24665dfc1430d794c Mon Sep 17 00:00:00 2001 From: Moloy Paul <69084552+iMoloy@users.noreply.github.com> Date: Wed, 5 Nov 2025 19:49:02 +0600 Subject: [PATCH 04/18] Simplify moloy.json by removing unnecessary records Removed MX and TXT records from moloy.json. --- domains/moloy.json | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/domains/moloy.json b/domains/moloy.json index 81a94b7f60d..5212d56e55b 100644 --- a/domains/moloy.json +++ b/domains/moloy.json @@ -1,17 +1,8 @@ { - "owner": { - "username": "iMoloy", - "email": "moloykrishnapaul@gmail.com" - }, - "records": { - "CNAME": "imoloy.github.io", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": [ - "improvmx-verification=your-improvmx-verification-code", - "v=spf1 include:spf.improvmx.com ~all" - ] - } -} + "owner": { + "username": "iMoloy", + "email": "moloykrishnapaul@gmail.com" + }, + "records": { + "CNAME": "imoloy.github.io" + } From b320a937d128e9b52d0b9da04855842af1fed98a Mon Sep 17 00:00:00 2001 From: Moloy Paul <69084552+iMoloy@users.noreply.github.com> Date: Wed, 5 Nov 2025 19:54:48 +0600 Subject: [PATCH 05/18] Add mail.moloy.json configuration file --- mail.moloy.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 mail.moloy.json diff --git a/mail.moloy.json b/mail.moloy.json new file mode 100644 index 00000000000..4677db03c68 --- /dev/null +++ b/mail.moloy.json @@ -0,0 +1,16 @@ +{ + "owner": { + "username": "iMoloy", + "email": "moloykrishnapaul@gmail.com" + }, + "records": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": [ + "improvmx-verification=your-improvmx-verification-code", + "v=spf1 include:spf.improvmx.com ~all" + ] + } +} From d8a23314a25fa089c413254c60f38f7859c8b349 Mon Sep 17 00:00:00 2001 From: Moloy Paul <69084552+iMoloy@users.noreply.github.com> Date: Wed, 5 Nov 2025 20:05:52 +0600 Subject: [PATCH 06/18] Rename mail.moloy.json to domains/mail.moloy.json --- mail.moloy.json => domains/mail.moloy.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename mail.moloy.json => domains/mail.moloy.json (100%) diff --git a/mail.moloy.json b/domains/mail.moloy.json similarity index 100% rename from mail.moloy.json rename to domains/mail.moloy.json From 0d9a8579e68e77d854308850b084c34895d1cac8 Mon Sep 17 00:00:00 2001 From: Moloy Paul <69084552+iMoloy@users.noreply.github.com> Date: Wed, 5 Nov 2025 20:12:44 +0600 Subject: [PATCH 07/18] Update mail.moloy.json to remove verification record Removed the TXT record for Improvmx verification. --- domains/mail.moloy.json | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/domains/mail.moloy.json b/domains/mail.moloy.json index 4677db03c68..510f68c904c 100644 --- a/domains/mail.moloy.json +++ b/domains/mail.moloy.json @@ -1,16 +1,10 @@ { - "owner": { - "username": "iMoloy", - "email": "moloykrishnapaul@gmail.com" - }, - "records": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": [ - "improvmx-verification=your-improvmx-verification-code", - "v=spf1 include:spf.improvmx.com ~all" - ] - } + "owner": { + "username": "iMoloy", + "email": "moloykrishnapaul@gmail.com" + }, + "records": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": ["v=spf1 include:spf.improvmx.com ~all"] + } } From c1fa557251402ec10fe9aebadcade5f0b015f696 Mon Sep 17 00:00:00 2001 From: Moloy Paul <69084552+iMoloy@users.noreply.github.com> Date: Wed, 5 Nov 2025 20:23:41 +0600 Subject: [PATCH 08/18] Update moloy.json --- domains/moloy.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/moloy.json b/domains/moloy.json index 5212d56e55b..d60e00d0bb0 100644 --- a/domains/moloy.json +++ b/domains/moloy.json @@ -6,3 +6,4 @@ "records": { "CNAME": "imoloy.github.io" } +} From 33c4eb60ce4997edd404a0a2415e4e4b9a9b973e Mon Sep 17 00:00:00 2001 From: Muheeb Ahmed Date: Wed, 5 Nov 2025 20:19:35 +0500 Subject: [PATCH 09/18] Add muheeb.json for domain configuration --- domains/muheeb.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/muheeb.json diff --git a/domains/muheeb.json b/domains/muheeb.json new file mode 100644 index 00000000000..bb8c4d91055 --- /dev/null +++ b/domains/muheeb.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "muheeb-codes" + }, + "records": { + "CNAME": "muheebs-portfolio.netlify.app" + } +} From 1b5af28f616260a05fc01f62d5c8dd2362fe2235 Mon Sep 17 00:00:00 2001 From: Muheeb Ahmed Date: Wed, 5 Nov 2025 20:28:19 +0500 Subject: [PATCH 10/18] Add email field to muheeb.json --- domains/muheeb.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/muheeb.json b/domains/muheeb.json index bb8c4d91055..3f34a69b54d 100644 --- a/domains/muheeb.json +++ b/domains/muheeb.json @@ -1,6 +1,7 @@ { "owner": { "username": "muheeb-codes" + "email" : "muheebtechsec@gmail.com" }, "records": { "CNAME": "muheebs-portfolio.netlify.app" From 7651192e3e1b8d084eb64a7c8ad424def488a34c Mon Sep 17 00:00:00 2001 From: Jinx Date: Wed, 5 Nov 2025 22:28:27 +0200 Subject: [PATCH 11/18] Create jinx.json --- domains/jinx.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/jinx.json diff --git a/domains/jinx.json b/domains/jinx.json new file mode 100644 index 00000000000..ba7e14b9b5c --- /dev/null +++ b/domains/jinx.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jinxedup", + "email": "j1nxedup@proton.me" + }, + "record": { + "CNAME": "jinxedup.github.io" + } +} From 08df15d69f82554d471159635793570ff20771ca Mon Sep 17 00:00:00 2001 From: Bobby Kwariawan Date: Thu, 6 Nov 2025 08:36:27 +0700 Subject: [PATCH 12/18] Add g.bobby.json --- domains/g.bobby.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 domains/g.bobby.json diff --git a/domains/g.bobby.json b/domains/g.bobby.json new file mode 100644 index 00000000000..17ccec08331 --- /dev/null +++ b/domains/g.bobby.json @@ -0,0 +1,21 @@ +{ + "owner": { + "username": "buubub", + "email": "bobbykwariawan@gmail.com", + "discord": "259410894256209920" + }, + "records": { + "URL": "https://bobby.is-a.dev" + }, + "redirect_config": { + "custom_paths": { + "/github": "https://github.com/buubub", + "/linkedin": "https://linkedin.com/in/bobby-kwariawan", + "/upwork": "https://upwork.com/freelancers/~019ba6cf3bee2b43a2", + "/fastwork": "https://fastwork.id/user/bobbykwa", + "/facebook": "https://facebook.com/BobbyKwariawan", + "/instagram": "https://instagram.com/bobbykwa" + }, + "redirect_paths": true + } +} From 7143b9b48b6b1c58c92473452d6e6f9f25d3cc38 Mon Sep 17 00:00:00 2001 From: Jayesh Ganatra Date: Thu, 6 Nov 2025 10:00:10 +0530 Subject: [PATCH 13/18] Add GitHub Pages challenge configuration file --- ...b-pages-challenge-jayeshsyif.jayeshsyif.is-a.dev.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-jayeshsyif.jayeshsyif.is-a.dev.json diff --git a/domains/_github-pages-challenge-jayeshsyif.jayeshsyif.is-a.dev.json b/domains/_github-pages-challenge-jayeshsyif.jayeshsyif.is-a.dev.json new file mode 100644 index 00000000000..65bcde70e95 --- /dev/null +++ b/domains/_github-pages-challenge-jayeshsyif.jayeshsyif.is-a.dev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jayeshsyif", + "email": "jayeshsyif@gmail.com" + }, + "records": { + "TXT": "b6ec996304ba730e1b6cada38eb1d8" + } +} From 6fc254443aea8e5e782079bce1dcf738eebcf6db Mon Sep 17 00:00:00 2001 From: Jayesh Ganatra Date: Thu, 6 Nov 2025 10:05:08 +0530 Subject: [PATCH 14/18] Add _github-pages-challenge-jayeshsyif.json file --- ...ev.json => _github-pages-challenge-jayeshsyif.jayeshsyif.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-jayeshsyif.jayeshsyif.is-a.dev.json => _github-pages-challenge-jayeshsyif.jayeshsyif.json} (100%) diff --git a/domains/_github-pages-challenge-jayeshsyif.jayeshsyif.is-a.dev.json b/domains/_github-pages-challenge-jayeshsyif.jayeshsyif.json similarity index 100% rename from domains/_github-pages-challenge-jayeshsyif.jayeshsyif.is-a.dev.json rename to domains/_github-pages-challenge-jayeshsyif.jayeshsyif.json From f149e63d572e46812521f48c222863684ae7c601 Mon Sep 17 00:00:00 2001 From: adriancosmas <70308368+adriancosmas@users.noreply.github.com> Date: Thu, 6 Nov 2025 12:12:30 +0700 Subject: [PATCH 15/18] Add cosmas.json for domain configuration --- domains/cosmas.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/cosmas.json diff --git a/domains/cosmas.json b/domains/cosmas.json new file mode 100644 index 00000000000..83ba3c3042f --- /dev/null +++ b/domains/cosmas.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "adriancosmas", + "email": "jaxxvegas@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } +} From 4fcb1467478240402ba568b322c5c33bd1b49f68 Mon Sep 17 00:00:00 2001 From: adriancosmas <70308368+adriancosmas@users.noreply.github.com> Date: Thu, 6 Nov 2025 12:15:05 +0700 Subject: [PATCH 16/18] Add Vercel configuration for domain verification --- domains/_vercel.cosmas.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.cosmas.json diff --git a/domains/_vercel.cosmas.json b/domains/_vercel.cosmas.json new file mode 100644 index 00000000000..914f2c2546b --- /dev/null +++ b/domains/_vercel.cosmas.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "adriancosmas", + "email": "jaxxvegas@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=cosmas.is-a.dev,ba629bd2bbe04c4c4481" + } +} From 77e503b6747a589b35f308f54c05e823df4bcbf8 Mon Sep 17 00:00:00 2001 From: "John Aerial J. Azcune" <65322242+STICKnoLOGIC@users.noreply.github.com> Date: Thu, 6 Nov 2025 16:23:18 +0800 Subject: [PATCH 17/18] Apply suggestion from @STICKnoLOGIC --- domains/muheeb.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/muheeb.json b/domains/muheeb.json index 3f34a69b54d..de87177453e 100644 --- a/domains/muheeb.json +++ b/domains/muheeb.json @@ -1,6 +1,6 @@ { "owner": { - "username": "muheeb-codes" + "username": "muheeb-codes", "email" : "muheebtechsec@gmail.com" }, "records": { From c7a585173ab12aaa4263f62e8a85e45e02fed3a0 Mon Sep 17 00:00:00 2001 From: "John Aerial J. Azcune" <65322242+STICKnoLOGIC@users.noreply.github.com> Date: Thu, 6 Nov 2025 16:33:37 +0800 Subject: [PATCH 18/18] Update domains/jinx.json --- domains/jinx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jinx.json b/domains/jinx.json index ba7e14b9b5c..66e62607ada 100644 --- a/domains/jinx.json +++ b/domains/jinx.json @@ -3,7 +3,7 @@ "username": "jinxedup", "email": "j1nxedup@proton.me" }, - "record": { + "records": { "CNAME": "jinxedup.github.io" } }