From 853566f068ae0aec0cc909199dfcc0bc205e4a0e Mon Sep 17 00:00:00 2001 From: Oleg Shchegolev Date: Fri, 24 Jan 2025 20:03:29 +0300 Subject: [PATCH 01/76] Create summon-the-coder.json --- domains/summon-the-coder.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/summon-the-coder.json diff --git a/domains/summon-the-coder.json b/domains/summon-the-coder.json new file mode 100644 index 000000000..9355baa01 --- /dev/null +++ b/domains/summon-the-coder.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SUMMON_THE_CODER", + "email": "themadhouse@mail.ru" + }, + "record": { + "CNAME": "summon-the-coder.github.io" + } +} From 8720d2956fa5a2b4194a1d66ea975a2280bbb923 Mon Sep 17 00:00:00 2001 From: alenseeman Date: Tue, 11 Feb 2025 13:28:09 +0100 Subject: [PATCH 02/76] Create alen.json --- domains/alen.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/alen.json diff --git a/domains/alen.json b/domains/alen.json new file mode 100644 index 000000000..d8c4914f2 --- /dev/null +++ b/domains/alen.json @@ -0,0 +1,11 @@ +{ + "description": "Alen's page", + "repo": "https://github.com/alenseeman/dev.github.io", + "owner": { + "username": "alenseeman", + "email": "alenseeman@hotmail.com" + }, + "record": { + "CNAME": "dev.github.io" + } +} From 24c89e9eaabc2750e630f50ea0bfd8a370cda134 Mon Sep 17 00:00:00 2001 From: Oleg Shchegolev Date: Mon, 24 Feb 2025 23:33:58 +0300 Subject: [PATCH 03/76] add info about my repo --- domains/summon-the-coder.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/domains/summon-the-coder.json b/domains/summon-the-coder.json index 9355baa01..4bb5ece14 100644 --- a/domains/summon-the-coder.json +++ b/domains/summon-the-coder.json @@ -1,9 +1,10 @@ -{ +{ "description": "Site about me", + "repo": "https://github.com/banana6boom/about-me", "owner": { - "username": "SUMMON_THE_CODER", + "username": "banana6boom", "email": "themadhouse@mail.ru" }, "record": { - "CNAME": "summon-the-coder.github.io" + "CNAME": "https://banana6boom.github.io/about-me/" } } From df0c2a5910cf2bac8fe1adba374aea1f58a2b7ab Mon Sep 17 00:00:00 2001 From: pita <154020297+pita092@users.noreply.github.com> Date: Thu, 27 Feb 2025 21:23:29 +0000 Subject: [PATCH 04/76] Create pita.json --- domains/pita.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/pita.json diff --git a/domains/pita.json b/domains/pita.json new file mode 100644 index 000000000..bfe580154 --- /dev/null +++ b/domains/pita.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "pita092" + }, + "record": { + "CNAME": "pita092.github.io" + } +} From 5bc6d36acc97fc8d748646be28f79222725440e3 Mon Sep 17 00:00:00 2001 From: pita <154020297+pita092@users.noreply.github.com> Date: Thu, 27 Feb 2025 21:33:37 +0000 Subject: [PATCH 05/76] Update pita.json --- domains/pita.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/pita.json b/domains/pita.json index bfe580154..03a906f47 100644 --- a/domains/pita.json +++ b/domains/pita.json @@ -1,6 +1,7 @@ { "owner": { "username": "pita092" + "discord": "spongebob_spongebob_spongebob" }, "record": { "CNAME": "pita092.github.io" From f4782aa55a8344272a857da6a73f4ea92d286dc8 Mon Sep 17 00:00:00 2001 From: jznctt <109400524+ncttjz@users.noreply.github.com> Date: Fri, 28 Feb 2025 14:22:39 +0700 Subject: [PATCH 06/76] Create jznctt.json --- domains/jznctt.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/jznctt.json diff --git a/domains/jznctt.json b/domains/jznctt.json new file mode 100644 index 000000000..f968d9603 --- /dev/null +++ b/domains/jznctt.json @@ -0,0 +1,9 @@ +{ + "description": "Profile Website of Jznctt", + "repo": "https://github.com/ncttjz/ProfileWeb", + "owner": { + "username": "ncttjz" + }, + "record": { + "CNAME": "ncttjz.github.io" + }, From a6790796d6f77ad599e091b4734dc3a195699578 Mon Sep 17 00:00:00 2001 From: jznctt <109400524+ncttjz@users.noreply.github.com> Date: Fri, 28 Feb 2025 14:38:21 +0700 Subject: [PATCH 07/76] Create jznctt.json --- domains/jznctt.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/jznctt.json b/domains/jznctt.json index f968d9603..2f5fd85b6 100644 --- a/domains/jznctt.json +++ b/domains/jznctt.json @@ -2,7 +2,8 @@ "description": "Profile Website of Jznctt", "repo": "https://github.com/ncttjz/ProfileWeb", "owner": { - "username": "ncttjz" + "username": "ncttjz"; + "email": "jznctt@gmail.com" }, "record": { "CNAME": "ncttjz.github.io" From 3e657243e280c9f891c86da5e9c042fcac72b7b4 Mon Sep 17 00:00:00 2001 From: jznctt <109400524+ncttjz@users.noreply.github.com> Date: Fri, 28 Feb 2025 14:44:34 +0700 Subject: [PATCH 08/76] Create jznctt.json --- domains/jznctt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jznctt.json b/domains/jznctt.json index 2f5fd85b6..598fa1daf 100644 --- a/domains/jznctt.json +++ b/domains/jznctt.json @@ -6,5 +6,5 @@ "email": "jznctt@gmail.com" }, "record": { - "CNAME": "ncttjz.github.io" + "URL": "https://jznctt.is-a.dev" }, From 0f7c62f8e46ea50f788ae25db12d69d68a2860b1 Mon Sep 17 00:00:00 2001 From: jznctt <109400524+ncttjz@users.noreply.github.com> Date: Fri, 28 Feb 2025 14:45:11 +0700 Subject: [PATCH 09/76] Update jznctt.json --- domains/jznctt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jznctt.json b/domains/jznctt.json index 598fa1daf..9b9ad5c3b 100644 --- a/domains/jznctt.json +++ b/domains/jznctt.json @@ -2,7 +2,7 @@ "description": "Profile Website of Jznctt", "repo": "https://github.com/ncttjz/ProfileWeb", "owner": { - "username": "ncttjz"; + "username": "ncttjz", "email": "jznctt@gmail.com" }, "record": { From 5599a0fadd8c466e7e4ffd7497bfec6787e6b9ad Mon Sep 17 00:00:00 2001 From: jznctt <109400524+ncttjz@users.noreply.github.com> Date: Fri, 28 Feb 2025 14:58:31 +0700 Subject: [PATCH 10/76] Update jznctt.json --- domains/jznctt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jznctt.json b/domains/jznctt.json index 9b9ad5c3b..b5ad34b61 100644 --- a/domains/jznctt.json +++ b/domains/jznctt.json @@ -1,6 +1,6 @@ { "description": "Profile Website of Jznctt", - "repo": "https://github.com/ncttjz/ProfileWeb", + "repo": "https://github.com/ncttjz/ncttjz.github.io", "owner": { "username": "ncttjz", "email": "jznctt@gmail.com" From 3952a921d91c6f6edfc1a0f4f96c0c03b5a20083 Mon Sep 17 00:00:00 2001 From: Bao Pham Date: Fri, 28 Feb 2025 15:56:46 +0700 Subject: [PATCH 11/76] Create bao.json --- domains/bao.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/bao.json diff --git a/domains/bao.json b/domains/bao.json new file mode 100644 index 000000000..712d7588f --- /dev/null +++ b/domains/bao.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bphamict", + "email": "bphamict@gmail.com" + }, + "record": { + "CNAME": "ghs.google.com" + } +} From aa7ea0b982d9ca03bba2744222895c3305e33c06 Mon Sep 17 00:00:00 2001 From: jznctt <109400524+ncttjz@users.noreply.github.com> Date: Fri, 28 Feb 2025 16:47:34 +0700 Subject: [PATCH 12/76] Update jznctt.json --- domains/jznctt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jznctt.json b/domains/jznctt.json index b5ad34b61..4154d6fff 100644 --- a/domains/jznctt.json +++ b/domains/jznctt.json @@ -6,5 +6,5 @@ "email": "jznctt@gmail.com" }, "record": { - "URL": "https://jznctt.is-a.dev" + "CNAME": "ncttjz.github.io" }, From bf3524c1b51e50bf998126f243d78063084a9254 Mon Sep 17 00:00:00 2001 From: Kunal Purandare <56228068+kunalpurandare@users.noreply.github.com> Date: Fri, 28 Feb 2025 01:59:11 +0530 Subject: [PATCH 13/76] Create kunalpurandare.json --- domains/kunalpurandare.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/kunalpurandare.json diff --git a/domains/kunalpurandare.json b/domains/kunalpurandare.json new file mode 100644 index 000000000..aced85525 --- /dev/null +++ b/domains/kunalpurandare.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "kunalpurandare" + }, + "record": { + "CNAME": "https://kunalpurandare.github.io" + } +} From d95757d6f5b670ec94e8fc3ba1839101f8c737ce Mon Sep 17 00:00:00 2001 From: Kunal Purandare <56228068+kunalpurandare@users.noreply.github.com> Date: Sat, 1 Mar 2025 22:11:22 +0530 Subject: [PATCH 14/76] Update kunalpurandare.json --- domains/kunalpurandare.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/kunalpurandare.json b/domains/kunalpurandare.json index aced85525..a59df3070 100644 --- a/domains/kunalpurandare.json +++ b/domains/kunalpurandare.json @@ -1,8 +1,9 @@ { "owner": { - "username": "kunalpurandare" + "username": "kunalpurandare", + "email": "kunalpurandare1703@gmail.com" }, "record": { - "CNAME": "https://kunalpurandare.github.io" + "CNAME": "kunalpurandare.github.io" } } From 9f2dba4cac2e83e98924d0ab8ae0d1137f72f49a Mon Sep 17 00:00:00 2001 From: Bryan Sanchez <14BryanSaenz@gmail.com> Date: Sat, 1 Mar 2025 10:50:26 -0600 Subject: [PATCH 15/76] Create Bryan14Saenz.is-a.dev.json --- domains/Bryan14Saenz.is-a.dev.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/Bryan14Saenz.is-a.dev.json diff --git a/domains/Bryan14Saenz.is-a.dev.json b/domains/Bryan14Saenz.is-a.dev.json new file mode 100644 index 000000000..4c4726104 --- /dev/null +++ b/domains/Bryan14Saenz.is-a.dev.json @@ -0,0 +1,10 @@ +{ + "domain": "is-a.dev", + "subdomain": "Bryan14Saenz", + "owner": { + "email": "14BryanSaenz@gmail.com" + }, + "records": { + "CNAME": "https://portafoliob14s.netlify.app/" + } +} From 5326355075de831331608b3995e524e753107ab3 Mon Sep 17 00:00:00 2001 From: Bryan Sanchez <14BryanSaenz@gmail.com> Date: Sat, 1 Mar 2025 10:55:18 -0600 Subject: [PATCH 16/76] Update Bryan14Saenz.is-a.dev.json --- domains/Bryan14Saenz.is-a.dev.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/Bryan14Saenz.is-a.dev.json b/domains/Bryan14Saenz.is-a.dev.json index 4c4726104..2dac9e5a8 100644 --- a/domains/Bryan14Saenz.is-a.dev.json +++ b/domains/Bryan14Saenz.is-a.dev.json @@ -1,8 +1,8 @@ { "domain": "is-a.dev", - "subdomain": "Bryan14Saenz", + "subdomain": "bryan14baenz", "owner": { - "email": "14BryanSaenz@gmail.com" + "email": "14bryansaenz@gmail.com" }, "records": { "CNAME": "https://portafoliob14s.netlify.app/" From 32d9982eba91893a253a76ab68183681b7eaaedf Mon Sep 17 00:00:00 2001 From: Bao Pham Date: Sun, 2 Mar 2025 00:02:53 +0700 Subject: [PATCH 17/76] Create www.bao.json --- domains/www.bao.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/www.bao.json diff --git a/domains/www.bao.json b/domains/www.bao.json new file mode 100644 index 000000000..712d7588f --- /dev/null +++ b/domains/www.bao.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bphamict", + "email": "bphamict@gmail.com" + }, + "record": { + "CNAME": "ghs.google.com" + } +} From 847edb0722574e427b53afbc8ca6ec1127c863a1 Mon Sep 17 00:00:00 2001 From: Bryan Sanchez <14BryanSaenz@gmail.com> Date: Sat, 1 Mar 2025 12:00:39 -0600 Subject: [PATCH 18/76] Update Bryan14Saenz.is-a.dev.json --- domains/Bryan14Saenz.is-a.dev.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/Bryan14Saenz.is-a.dev.json b/domains/Bryan14Saenz.is-a.dev.json index 2dac9e5a8..b11efd67a 100644 --- a/domains/Bryan14Saenz.is-a.dev.json +++ b/domains/Bryan14Saenz.is-a.dev.json @@ -1,10 +1,11 @@ { "domain": "is-a.dev", - "subdomain": "bryan14baenz", + "subdomain": "bryan14saenz", "owner": { + "username": "Bryan14Saenz" "email": "14bryansaenz@gmail.com" }, "records": { - "CNAME": "https://portafoliob14s.netlify.app/" + "CNAME": "portafoliob14s.netlify.app" } } From 1f3aa2f990866b59ed298630fb564efc74272a77 Mon Sep 17 00:00:00 2001 From: Abdul-Quddus Date: Sat, 1 Mar 2025 19:21:23 +0100 Subject: [PATCH 19/76] Added my subdomain --- domains/abdulquddus.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/abdulquddus.json diff --git a/domains/abdulquddus.json b/domains/abdulquddus.json new file mode 100644 index 000000000..f6cd52709 --- /dev/null +++ b/domains/abdulquddus.json @@ -0,0 +1,10 @@ +{ + "subdomain": "abdulquddus", + "owner": { + "email": "abdulquddusinda@gmail.com" + }, + "records": { + "CNAME": "abdulquddus.onrender.com" + } + } + \ No newline at end of file From 758ff5cf6df978362463456fd70fe4725ba39e85 Mon Sep 17 00:00:00 2001 From: Abdul-Quddus Date: Sat, 1 Mar 2025 20:33:05 +0100 Subject: [PATCH 20/76] Update domains/abdulquddus.json Co-authored-by: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> --- domains/abdulquddus.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/abdulquddus.json b/domains/abdulquddus.json index f6cd52709..529c55659 100644 --- a/domains/abdulquddus.json +++ b/domains/abdulquddus.json @@ -1,5 +1,4 @@ { - "subdomain": "abdulquddus", "owner": { "email": "abdulquddusinda@gmail.com" }, From 702b5c5f2e06edf85f1380bc1eab4713bcdd3179 Mon Sep 17 00:00:00 2001 From: Abdul-Quddus Date: Sat, 1 Mar 2025 20:33:20 +0100 Subject: [PATCH 21/76] Update domains/abdulquddus.json Co-authored-by: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> --- domains/abdulquddus.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/abdulquddus.json b/domains/abdulquddus.json index 529c55659..fceea4ca2 100644 --- a/domains/abdulquddus.json +++ b/domains/abdulquddus.json @@ -1,5 +1,6 @@ { "owner": { + "username": "aqdev-tech", "email": "abdulquddusinda@gmail.com" }, "records": { From b08d0f06e817b347077599627e72269617bc29ba Mon Sep 17 00:00:00 2001 From: Tran Minh Tan <166855109+tanbaycu@users.noreply.github.com> Date: Sun, 2 Mar 2025 05:51:21 +0700 Subject: [PATCH 22/76] Create _vercel.tanbaycu.json --- domains/_vercel.tanbaycu.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.tanbaycu.json diff --git a/domains/_vercel.tanbaycu.json b/domains/_vercel.tanbaycu.json new file mode 100644 index 000000000..00e1f3e11 --- /dev/null +++ b/domains/_vercel.tanbaycu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tanbaycu", + "email": "tanbaycu@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=tanbaycu.is-a.dev,39c822aec04365116c16" + } +} From c18e974eb832e5c37bcb923d37d864675869207b Mon Sep 17 00:00:00 2001 From: nickibreeki Date: Sun, 2 Mar 2025 10:06:32 +0700 Subject: [PATCH 23/76] Create nickibreeki.json --- domains/nickibreeki.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/nickibreeki.json diff --git a/domains/nickibreeki.json b/domains/nickibreeki.json new file mode 100644 index 000000000..6ea9cac03 --- /dev/null +++ b/domains/nickibreeki.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "n1ckibreeki", + "email": "nickibreeki@outlook.com" + }, + "record": { + "CNAME": "nickibreeki.pages.dev" + } +} From 58a4cbcef5b06b86a25f5352a718a8b98d2dc119 Mon Sep 17 00:00:00 2001 From: Quang Tran Date: Sun, 2 Mar 2025 11:18:00 +0700 Subject: [PATCH 24/76] Create quangtran.json --- domains/quangtran.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/quangtran.json diff --git a/domains/quangtran.json b/domains/quangtran.json new file mode 100644 index 000000000..832f5f7d6 --- /dev/null +++ b/domains/quangtran.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Kokkini", + "email": "trannhatquang1104@gmail.com" + }, + "record": { + "CNAME": "kokkini.github.io" + } +} From 67dfee4591a3edc7f69e0d21ca9323bf62e22d26 Mon Sep 17 00:00:00 2001 From: marjuzdev <47751150+marjuzdev@users.noreply.github.com> Date: Sat, 1 Mar 2025 23:52:17 -0500 Subject: [PATCH 25/76] Create marjuz --- domains/marjuz | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/marjuz diff --git a/domains/marjuz b/domains/marjuz new file mode 100644 index 000000000..8398f546d --- /dev/null +++ b/domains/marjuz @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "marjuzdev" + }, + "records": { + "CNAME": "marjuz.netlify.app" + } +} From 19f79122494e05eac8d441ad70378d3ca433cb66 Mon Sep 17 00:00:00 2001 From: Archit Jain <0xarchit@gmail.com> Date: Sun, 2 Mar 2025 11:06:21 +0530 Subject: [PATCH 26/76] Update 0xarchit.json mail records not setting up. so using nameserver --- domains/0xarchit.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/domains/0xarchit.json b/domains/0xarchit.json index ede3f61cd..965e8b8ad 100644 --- a/domains/0xarchit.json +++ b/domains/0xarchit.json @@ -4,15 +4,9 @@ "email": "0xarchit@proton.me" }, "record": { - "MX": [ - "mx.zoho.in", - "mx2.zoho.in", - "mx3.zoho.in" - ], - "TXT": [ - "v=spf1 include:zohomail.in ~all", - "zoho-verification=zb94087787.zmverify.zoho.in", - "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIIsclFhtL6ruTL5EClsNzTNxFf7jJBCyWJl+7VW9EXPt+x09GBVsYiaMEcLvNve0PGmuZKKVGv1H19OeJbZOAFg+kd4W7kgW9Bpw2oVklstLNZGPThu1Uv+UXgjpMIOQSwhzuWGo9yFn1k91eLkzqt2NvhMqmGVVqT9OibGwwowIDAQAB" + "NS": [ + "brenna.ns.cloudflare.com", + "cartman.ns.cloudflare.com" ] } } From 5217bc60501e373b7944c7d4a9d7e6a5e919343d Mon Sep 17 00:00:00 2001 From: jznctt <109400524+ncttjz@users.noreply.github.com> Date: Sun, 2 Mar 2025 12:39:17 +0700 Subject: [PATCH 27/76] Update jznctt.json --- domains/jznctt.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/jznctt.json b/domains/jznctt.json index 4154d6fff..a4f78e30e 100644 --- a/domains/jznctt.json +++ b/domains/jznctt.json @@ -7,4 +7,5 @@ }, "record": { "CNAME": "ncttjz.github.io" - }, + } +} From 0ce5fc633650b9df60f38ad612202891eda62a81 Mon Sep 17 00:00:00 2001 From: Archit Jain <0xarchit@gmail.com> Date: Sun, 2 Mar 2025 11:21:42 +0530 Subject: [PATCH 28/76] Update 0xarchit.json --- domains/0xarchit.json | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/domains/0xarchit.json b/domains/0xarchit.json index 965e8b8ad..170132b32 100644 --- a/domains/0xarchit.json +++ b/domains/0xarchit.json @@ -4,9 +4,29 @@ "email": "0xarchit@proton.me" }, "record": { - "NS": [ - "brenna.ns.cloudflare.com", - "cartman.ns.cloudflare.com" + "MX": [ + { + "value": "mx.zoho.in", + "priority": "10" + }, + { + "value": "mx2.zoho.in", + "priority": "20" + }, + { + "value": "mx3.zoho.in", + "priority": "50" + } + ], + "TXT": [ + "v=spf1 include:zohomail.in ~all", + "zoho-verification=zb94087787.zmverify.zoho.in", + ], + "TXT": [ + { + "host": "zmail._domainkey", + "value": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIIsclFhtL6ruTL5EClsNzTNxFf7jJBCyWJl+7VW9EXPt+x09GBVsYiaMEcLvNve0PGmuZKKVGv1H19OeJbZOAFg+kd4W7kgW9Bpw2oVklstLNZGPThu1Uv+UXgjpMIOQSwhzuWGo9yFn1k91eLkzqt2NvhMqmGVVqT9OibGwwowIDAQAB" + } ] } } From e49ad5eb205333d392a91848d22089daaa246564 Mon Sep 17 00:00:00 2001 From: Archit Jain <0xarchit@gmail.com> Date: Sun, 2 Mar 2025 11:24:50 +0530 Subject: [PATCH 29/76] Update 0xarchit.json --- domains/0xarchit.json | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/domains/0xarchit.json b/domains/0xarchit.json index 170132b32..4a1b0a620 100644 --- a/domains/0xarchit.json +++ b/domains/0xarchit.json @@ -6,23 +6,21 @@ "record": { "MX": [ { - "value": "mx.zoho.in", - "priority": "10" + "value": "mx.zoho.in", + "priority": 10 }, { - "value": "mx2.zoho.in", - "priority": "20" + "value": "mx2.zoho.in", + "priority": 20 }, { - "value": "mx3.zoho.in", - "priority": "50" + "value": "mx3.zoho.in", + "priority": 50 } ], "TXT": [ "v=spf1 include:zohomail.in ~all", "zoho-verification=zb94087787.zmverify.zoho.in", - ], - "TXT": [ { "host": "zmail._domainkey", "value": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIIsclFhtL6ruTL5EClsNzTNxFf7jJBCyWJl+7VW9EXPt+x09GBVsYiaMEcLvNve0PGmuZKKVGv1H19OeJbZOAFg+kd4W7kgW9Bpw2oVklstLNZGPThu1Uv+UXgjpMIOQSwhzuWGo9yFn1k91eLkzqt2NvhMqmGVVqT9OibGwwowIDAQAB" From 799c049496e1c4d44895cf7bf27a5a1172306672 Mon Sep 17 00:00:00 2001 From: Archit Jain <0xarchit@gmail.com> Date: Sun, 2 Mar 2025 11:26:18 +0530 Subject: [PATCH 30/76] Update 0xarchit.json --- domains/0xarchit.json | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/domains/0xarchit.json b/domains/0xarchit.json index 4a1b0a620..d11e24ccf 100644 --- a/domains/0xarchit.json +++ b/domains/0xarchit.json @@ -5,26 +5,14 @@ }, "record": { "MX": [ - { - "value": "mx.zoho.in", - "priority": 10 - }, - { - "value": "mx2.zoho.in", - "priority": 20 - }, - { - "value": "mx3.zoho.in", - "priority": 50 - } + "10 mx.zoho.in", + "20 mx2.zoho.in", + "50 mx3.zoho.in" ], "TXT": [ "v=spf1 include:zohomail.in ~all", "zoho-verification=zb94087787.zmverify.zoho.in", - { - "host": "zmail._domainkey", - "value": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIIsclFhtL6ruTL5EClsNzTNxFf7jJBCyWJl+7VW9EXPt+x09GBVsYiaMEcLvNve0PGmuZKKVGv1H19OeJbZOAFg+kd4W7kgW9Bpw2oVklstLNZGPThu1Uv+UXgjpMIOQSwhzuWGo9yFn1k91eLkzqt2NvhMqmGVVqT9OibGwwowIDAQAB" - } + "zmail._domainkey=v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIIsclFhtL6ruTL5EClsNzTNxFf7jJBCyWJl+7VW9EXPt+x09GBVsYiaMEcLvNve0PGmuZKKVGv1H19OeJbZOAFg+kd4W7kgW9Bpw2oVklstLNZGPThu1Uv+UXgjpMIOQSwhzuWGo9yFn1k91eLkzqt2NvhMqmGVVqT9OibGwwowIDAQAB" ] } } From 3937bc33e73d46e18b4d4e2319e9a8e6c85238cc Mon Sep 17 00:00:00 2001 From: Archit Jain <0xarchit@gmail.com> Date: Sun, 2 Mar 2025 11:27:33 +0530 Subject: [PATCH 31/76] Update 0xarchit.json --- domains/0xarchit.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/0xarchit.json b/domains/0xarchit.json index d11e24ccf..72ba340f9 100644 --- a/domains/0xarchit.json +++ b/domains/0xarchit.json @@ -5,9 +5,9 @@ }, "record": { "MX": [ - "10 mx.zoho.in", - "20 mx2.zoho.in", - "50 mx3.zoho.in" + "mx.zoho.in", + "mx2.zoho.in", + "mx3.zoho.in" ], "TXT": [ "v=spf1 include:zohomail.in ~all", From a18ed77b574bf48380c0353ca0a20840652edba9 Mon Sep 17 00:00:00 2001 From: Arlann Date: Sun, 2 Mar 2025 13:41:18 +0700 Subject: [PATCH 32/76] Create handikatriarlan.json --- domains/handikatriarlan.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/handikatriarlan.json diff --git a/domains/handikatriarlan.json b/domains/handikatriarlan.json new file mode 100644 index 000000000..53a083687 --- /dev/null +++ b/domains/handikatriarlan.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "handikatriarlan" + }, + "record": { + "CNAME": "cname.vercel-dns.com." + } +} From 08a0acba7b8b4937f71165ef2d791224ca1728fc Mon Sep 17 00:00:00 2001 From: orangc Date: Sun, 2 Mar 2025 09:47:27 +0300 Subject: [PATCH 33/76] Update domains/pita.json Co-authored-by: JustDeveloper <176615419+JustDeveloper1@users.noreply.github.com> --- domains/pita.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/pita.json b/domains/pita.json index 03a906f47..901098b86 100644 --- a/domains/pita.json +++ b/domains/pita.json @@ -1,6 +1,6 @@ { "owner": { - "username": "pita092" + "username": "pita092", "discord": "spongebob_spongebob_spongebob" }, "record": { From 311c7d3a2a6eafaf8578c6b3f0d5c1ee5752d234 Mon Sep 17 00:00:00 2001 From: orangc Date: Sun, 2 Mar 2025 09:49:23 +0300 Subject: [PATCH 34/76] this aint supposed to be in here nephew --- domains/Bryan14Saenz.is-a.dev.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/domains/Bryan14Saenz.is-a.dev.json b/domains/Bryan14Saenz.is-a.dev.json index b11efd67a..f38786b87 100644 --- a/domains/Bryan14Saenz.is-a.dev.json +++ b/domains/Bryan14Saenz.is-a.dev.json @@ -1,6 +1,4 @@ { - "domain": "is-a.dev", - "subdomain": "bryan14saenz", "owner": { "username": "Bryan14Saenz" "email": "14bryansaenz@gmail.com" From ccc0e57f56ae71d069d4540d150a3a38565d2436 Mon Sep 17 00:00:00 2001 From: orangc Date: Sun, 2 Mar 2025 09:50:46 +0300 Subject: [PATCH 35/76] kids these days :( --- domains/{Bryan14Saenz.is-a.dev.json => Bryan14Saenz.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{Bryan14Saenz.is-a.dev.json => Bryan14Saenz.json} (79%) diff --git a/domains/Bryan14Saenz.is-a.dev.json b/domains/Bryan14Saenz.json similarity index 79% rename from domains/Bryan14Saenz.is-a.dev.json rename to domains/Bryan14Saenz.json index f38786b87..54fdcd676 100644 --- a/domains/Bryan14Saenz.is-a.dev.json +++ b/domains/Bryan14Saenz.json @@ -1,6 +1,6 @@ { "owner": { - "username": "Bryan14Saenz" + "username": "Bryan14Saenz", "email": "14bryansaenz@gmail.com" }, "records": { From 26964eef259b3c9d6a0cb26993552b159258db79 Mon Sep 17 00:00:00 2001 From: orangc Date: Sun, 2 Mar 2025 09:53:47 +0300 Subject: [PATCH 36/76] istg another typo happens and ill rope --- domains/Bryan14Saenz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/Bryan14Saenz.json b/domains/Bryan14Saenz.json index 54fdcd676..7d5956ba0 100644 --- a/domains/Bryan14Saenz.json +++ b/domains/Bryan14Saenz.json @@ -3,7 +3,7 @@ "username": "Bryan14Saenz", "email": "14bryansaenz@gmail.com" }, - "records": { + "record": { "CNAME": "portafoliob14s.netlify.app" } } From 8e44c3d49fd9845aa5365819db6d43c124692f42 Mon Sep 17 00:00:00 2001 From: orangc Date: Sun, 2 Mar 2025 09:55:39 +0300 Subject: [PATCH 37/76] death --- domains/{Bryan14Saenz.json => bryan14saenz.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{Bryan14Saenz.json => bryan14saenz.json} (100%) diff --git a/domains/Bryan14Saenz.json b/domains/bryan14saenz.json similarity index 100% rename from domains/Bryan14Saenz.json rename to domains/bryan14saenz.json From d22f9da1912d231bf567d91ceda2d8b03af24b4f Mon Sep 17 00:00:00 2001 From: orangc Date: Sun, 2 Mar 2025 09:59:42 +0300 Subject: [PATCH 38/76] typo --- domains/abdulquddus.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/abdulquddus.json b/domains/abdulquddus.json index fceea4ca2..84b383608 100644 --- a/domains/abdulquddus.json +++ b/domains/abdulquddus.json @@ -3,8 +3,8 @@ "username": "aqdev-tech", "email": "abdulquddusinda@gmail.com" }, - "records": { + "record": { "CNAME": "abdulquddus.onrender.com" } } - \ No newline at end of file + From b8503cfec85c658001cceddacf274dd8e3aad6ed Mon Sep 17 00:00:00 2001 From: orangc Date: Sun, 2 Mar 2025 10:05:17 +0300 Subject: [PATCH 39/76] Update marjuz --- domains/marjuz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/marjuz b/domains/marjuz index 8398f546d..f678aa328 100644 --- a/domains/marjuz +++ b/domains/marjuz @@ -2,7 +2,7 @@ "owner": { "username": "marjuzdev" }, - "records": { + "record": { "CNAME": "marjuz.netlify.app" } } From a00db17e970257e76b66461cdf4c0a5a784b387f Mon Sep 17 00:00:00 2001 From: orangc Date: Sun, 2 Mar 2025 10:06:30 +0300 Subject: [PATCH 40/76] Rename marjuz to marjuz.json --- domains/{marjuz => marjuz.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{marjuz => marjuz.json} (100%) diff --git a/domains/marjuz b/domains/marjuz.json similarity index 100% rename from domains/marjuz rename to domains/marjuz.json From 48e0c2fee61251a34c7aade7a2de9e22dc6c3bb9 Mon Sep 17 00:00:00 2001 From: Arlann Date: Sun, 2 Mar 2025 14:11:19 +0700 Subject: [PATCH 41/76] Update handikatriarlan.json --- domains/handikatriarlan.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/handikatriarlan.json b/domains/handikatriarlan.json index 53a083687..073a5b8f8 100644 --- a/domains/handikatriarlan.json +++ b/domains/handikatriarlan.json @@ -1,8 +1,9 @@ { "owner": { - "username": "handikatriarlan" + "username": "handikatriarlan", + "email": "handikaarlan@gmail.com" }, "record": { - "CNAME": "cname.vercel-dns.com." + "CNAME": "cname.vercel-dns.com" } } From 18a6f5e376d48cf5743329cc866c9a9716cf65e3 Mon Sep 17 00:00:00 2001 From: Tran Minh Tan <166855109+tanbaycu@users.noreply.github.com> Date: Sun, 2 Mar 2025 14:36:23 +0700 Subject: [PATCH 42/76] Create minhtan.json --- domains/minhtan.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/minhtan.json diff --git a/domains/minhtan.json b/domains/minhtan.json new file mode 100644 index 000000000..3211b7562 --- /dev/null +++ b/domains/minhtan.json @@ -0,0 +1,12 @@ +{ + "description": "Trình giả lập chạy mã Python trên website.", + "repo": "https://github.com/tanbaycu/pythonCLI-webapp", + "owner": { + "username": "tanbaycu", + "email": "tanbaycu@gmail.com" + }, + "record": { + "CNAME": "python-cli-webapp.vercel.app" + }, + "proxied": true +} From 972857e4354833a9931db63bbbab79918d5d6dca Mon Sep 17 00:00:00 2001 From: Bandu Mulla Date: Sun, 2 Mar 2025 13:07:34 +0530 Subject: [PATCH 43/76] Add bandu.json configuration for domain ownership and CNAME record --- domains/bandu.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/bandu.json diff --git a/domains/bandu.json b/domains/bandu.json new file mode 100644 index 000000000..b0cd2619a --- /dev/null +++ b/domains/bandu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bmulla7", + "email": "bmulla7@gmail.com" + }, + "record": { + "CNAME": "bandu.pages.dev" + } +} From fa8815a91d8e42c057ed32e6513c1c1f25e4c8a4 Mon Sep 17 00:00:00 2001 From: Tran Minh Tan <166855109+tanbaycu@users.noreply.github.com> Date: Sun, 2 Mar 2025 14:37:38 +0700 Subject: [PATCH 44/76] Create _vercel.minhtan.json --- domains/_vercel.minhtan.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.minhtan.json diff --git a/domains/_vercel.minhtan.json b/domains/_vercel.minhtan.json new file mode 100644 index 000000000..60f5234bc --- /dev/null +++ b/domains/_vercel.minhtan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tanbaycu", + "email": "tanbaycu@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=minhtan.is-a.dev,7be64448654af271a7c5" + } +} From 39f09b3bfc127308b3aac7bf46ff78ba99dd883c Mon Sep 17 00:00:00 2001 From: Arlann Date: Sun, 2 Mar 2025 16:31:09 +0700 Subject: [PATCH 45/76] Update handikatriarlan.json --- domains/handikatriarlan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/handikatriarlan.json b/domains/handikatriarlan.json index 073a5b8f8..8bf3bab5f 100644 --- a/domains/handikatriarlan.json +++ b/domains/handikatriarlan.json @@ -4,6 +4,6 @@ "email": "handikaarlan@gmail.com" }, "record": { - "CNAME": "cname.vercel-dns.com" + "TXT": "vc-domain-verify=handikatriarlan.is-a.dev,8f57970beeaf81f883ae" } } From c8dd131bb6cdc6131e2c7169fec64c099b447b7b Mon Sep 17 00:00:00 2001 From: Yahli Gitzi <111854403+yahligitzi@users.noreply.github.com> Date: Sun, 2 Mar 2025 11:48:27 +0200 Subject: [PATCH 46/76] Create yahli.json --- domains/yahli.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/yahli.json diff --git a/domains/yahli.json b/domains/yahli.json new file mode 100644 index 000000000..94473bb32 --- /dev/null +++ b/domains/yahli.json @@ -0,0 +1,10 @@ +{ + "description": "Personal dev website", + "owner": { + "username": "yahligitzi", + "email": "yahligitzi2@gmail.com" + }, + "record": { + "CNAME": "yahligitzi.github.io" + } +} From 75836fe412a8481a33ff44a9c646d25091981c8e Mon Sep 17 00:00:00 2001 From: Arlann Date: Sun, 2 Mar 2025 16:48:51 +0700 Subject: [PATCH 47/76] Rename handikatriarlan.json to arlan.json --- domains/{handikatriarlan.json => arlan.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{handikatriarlan.json => arlan.json} (100%) diff --git a/domains/handikatriarlan.json b/domains/arlan.json similarity index 100% rename from domains/handikatriarlan.json rename to domains/arlan.json From c393aaee25c34b8d8be9c3f90572e5ef6063ef71 Mon Sep 17 00:00:00 2001 From: Archit Jain <0xarchit@gmail.com> Date: Sun, 2 Mar 2025 16:17:13 +0530 Subject: [PATCH 48/76] Create zmail._domainkey.0xarchit --- domains/zmail._domainkey.0xarchit | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/zmail._domainkey.0xarchit diff --git a/domains/zmail._domainkey.0xarchit b/domains/zmail._domainkey.0xarchit new file mode 100644 index 000000000..9e1d85a52 --- /dev/null +++ b/domains/zmail._domainkey.0xarchit @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "0xarchit", + "email": "0xarchit@proton.me" + }, + "record": { + "TXT": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIIsclFhtL6ruTL5EClsNzTNxFf7jJBCyWJl+7VW9EXPt+x09GBVsYiaMEcLvNve0PGmuZKKVGv1H19OeJbZOAFg+kd4W7kgW9Bpw2oVklstLNZGPThu1Uv+UXgjpMIOQSwhzuWGo9yFn1k91eLkzqt2NvhMqmGVVqT9OibGwwowIDAQAB" + } +} From a67411f42546ac5d25296dc3079546ec90628904 Mon Sep 17 00:00:00 2001 From: Archit Jain <0xarchit@gmail.com> Date: Sun, 2 Mar 2025 16:18:22 +0530 Subject: [PATCH 49/76] Rename zmail._domainkey.0xarchit to zmail._domainkey.0xarchit.json --- .../{zmail._domainkey.0xarchit => zmail._domainkey.0xarchit.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{zmail._domainkey.0xarchit => zmail._domainkey.0xarchit.json} (100%) diff --git a/domains/zmail._domainkey.0xarchit b/domains/zmail._domainkey.0xarchit.json similarity index 100% rename from domains/zmail._domainkey.0xarchit rename to domains/zmail._domainkey.0xarchit.json From d49a950c48696a9f18562637ad0e2f6ec43dd397 Mon Sep 17 00:00:00 2001 From: Shoaib Ahmad <127685413+D3vShoaib@users.noreply.github.com> Date: Sun, 2 Mar 2025 16:23:07 +0530 Subject: [PATCH 50/76] Create shoaib.json --- domains/shoaib.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/shoaib.json diff --git a/domains/shoaib.json b/domains/shoaib.json new file mode 100644 index 000000000..d032d1025 --- /dev/null +++ b/domains/shoaib.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "d3vshoaib" + "email": "d3vshoaib@gmail.com" + }, + "record": { + "CNAME": "d3vshoaib.netlify.app" + } +} From 96bfd99114c30155cdb95720f2e6847232790344 Mon Sep 17 00:00:00 2001 From: Aadityaa Nagarajan Date: Sun, 2 Mar 2025 17:16:42 +0530 Subject: [PATCH 51/76] Create _vercel.aadityaa.json --- domains/_vercel.aadityaa.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.aadityaa.json diff --git a/domains/_vercel.aadityaa.json b/domains/_vercel.aadityaa.json new file mode 100644 index 000000000..bfa029eff --- /dev/null +++ b/domains/_vercel.aadityaa.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Aadityaa2606", + "email": "aadityaa2606@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=aadityaa.is-a.dev,ac8d0d70ecad184cddfa" + } +} From ddf06f8dc75ad664e2b0d5375c01748065afb4d1 Mon Sep 17 00:00:00 2001 From: Aadityaa Nagarajan Date: Sun, 2 Mar 2025 17:17:35 +0530 Subject: [PATCH 52/76] Create aadityaa.json --- domains/aadityaa.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/aadityaa.json diff --git a/domains/aadityaa.json b/domains/aadityaa.json new file mode 100644 index 000000000..0609b2d10 --- /dev/null +++ b/domains/aadityaa.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Aadityaa2606", + "email": "aadityaa2606@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} From 63a9af4c8eb9d56e731158dce927564c25d77ca9 Mon Sep 17 00:00:00 2001 From: 21Z <21z95@proton.me> Date: Sun, 2 Mar 2025 16:10:03 +0400 Subject: [PATCH 53/76] fix: json --- domains/shoaib.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shoaib.json b/domains/shoaib.json index d032d1025..07d506eed 100644 --- a/domains/shoaib.json +++ b/domains/shoaib.json @@ -1,6 +1,6 @@ { "owner": { - "username": "d3vshoaib" + "username": "d3vshoaib", "email": "d3vshoaib@gmail.com" }, "record": { From c31c2fc9b21e001df4d95e6af19d3f3f261376ca Mon Sep 17 00:00:00 2001 From: Archit Jain <0xarchit@gmail.com> Date: Sun, 2 Mar 2025 17:45:28 +0530 Subject: [PATCH 54/76] Update 0xarchit.json --- domains/0xarchit.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/domains/0xarchit.json b/domains/0xarchit.json index 72ba340f9..8f1343b7f 100644 --- a/domains/0xarchit.json +++ b/domains/0xarchit.json @@ -12,7 +12,10 @@ "TXT": [ "v=spf1 include:zohomail.in ~all", "zoho-verification=zb94087787.zmverify.zoho.in", - "zmail._domainkey=v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIIsclFhtL6ruTL5EClsNzTNxFf7jJBCyWJl+7VW9EXPt+x09GBVsYiaMEcLvNve0PGmuZKKVGv1H19OeJbZOAFg+kd4W7kgW9Bpw2oVklstLNZGPThu1Uv+UXgjpMIOQSwhzuWGo9yFn1k91eLkzqt2NvhMqmGVVqT9OibGwwowIDAQAB" + { + "host": "zmail._domainkey.0xarchit", + "value": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIIsclFhtL6ruTL5EClsNzTNxFf7jJBCyWJl+7VW9EXPt+x09GBVsYiaMEcLvNve0PGmuZKKVGv1H19OeJbZOAFg+kd4W7kgW9Bpw2oVklstLNZGPThu1Uv+UXgjpMIOQSwhzuWGo9yFn1k91eLkzqt2NvhMqmGVVqT9OibGwwowIDAQAB" + } ] } } From 717ce481c1c6bff16c5402e43cd14782a711a144 Mon Sep 17 00:00:00 2001 From: Archit Jain <0xarchit@gmail.com> Date: Sun, 2 Mar 2025 17:51:45 +0530 Subject: [PATCH 55/76] Update 0xarchit.json --- domains/0xarchit.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/domains/0xarchit.json b/domains/0xarchit.json index 8f1343b7f..766feacce 100644 --- a/domains/0xarchit.json +++ b/domains/0xarchit.json @@ -10,8 +10,14 @@ "mx3.zoho.in" ], "TXT": [ - "v=spf1 include:zohomail.in ~all", - "zoho-verification=zb94087787.zmverify.zoho.in", + { + "host": "@", + "value": "v=spf1 include:zohomail.in ~all" + }, + { + "host": "@", + "value": "zoho-verification=zb94087787.zmverify.zoho.in" + }, { "host": "zmail._domainkey.0xarchit", "value": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIIsclFhtL6ruTL5EClsNzTNxFf7jJBCyWJl+7VW9EXPt+x09GBVsYiaMEcLvNve0PGmuZKKVGv1H19OeJbZOAFg+kd4W7kgW9Bpw2oVklstLNZGPThu1Uv+UXgjpMIOQSwhzuWGo9yFn1k91eLkzqt2NvhMqmGVVqT9OibGwwowIDAQAB" From 47fb8771ec6ebc2ddc2d9aa0bcd5fed5e9c93fe5 Mon Sep 17 00:00:00 2001 From: nickibreeki Date: Sun, 2 Mar 2025 19:30:01 +0700 Subject: [PATCH 56/76] Create _discord.nickibreeki.json --- domains/_discord.nickibreeki.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_discord.nickibreeki.json diff --git a/domains/_discord.nickibreeki.json b/domains/_discord.nickibreeki.json new file mode 100644 index 000000000..6a6fbec44 --- /dev/null +++ b/domains/_discord.nickibreeki.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "n1ckibreeki", + "email": "nickibreeki@outlook.com" + }, + "record": { + "TXT": "dh=14acda3ef13ac5d15f7cf8e8cfd3a8556fc227eb" + } +} From db545c7cbd93389f6de569a3e802db617d7fbc94 Mon Sep 17 00:00:00 2001 From: Sandun Madhushan Date: Sun, 2 Mar 2025 18:01:25 +0530 Subject: [PATCH 57/76] Create _github-pages-challenge-sandunmadhushan.json --- domains/_github-pages-challenge-sandunmadhushan.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-sandunmadhushan.json diff --git a/domains/_github-pages-challenge-sandunmadhushan.json b/domains/_github-pages-challenge-sandunmadhushan.json new file mode 100644 index 000000000..64530a2c7 --- /dev/null +++ b/domains/_github-pages-challenge-sandunmadhushan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sandunMadhushan", + "email": "sandunhmadushan9330@gmail.com" + }, + "record": { + "TXT": "6f8cbcd17af6f3e277eb864f78cfeb" + } +} From 1ff321c4624224af31582d9c9d6872f2cae6427c Mon Sep 17 00:00:00 2001 From: Sandun Madhushan Date: Sun, 2 Mar 2025 18:10:01 +0530 Subject: [PATCH 58/76] Rename _github-pages-challenge-sandunmadhushan.json to _github-pages-challenge-sandunmadhushan.sandun.json --- ...n.json => _github-pages-challenge-sandunmadhushan.sandun.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-sandunmadhushan.json => _github-pages-challenge-sandunmadhushan.sandun.json} (100%) diff --git a/domains/_github-pages-challenge-sandunmadhushan.json b/domains/_github-pages-challenge-sandunmadhushan.sandun.json similarity index 100% rename from domains/_github-pages-challenge-sandunmadhushan.json rename to domains/_github-pages-challenge-sandunmadhushan.sandun.json From 79f9aee4585c08a36949ea71af1b2ac7a03f75a9 Mon Sep 17 00:00:00 2001 From: Archit Jain <0xarchit@gmail.com> Date: Sun, 2 Mar 2025 18:14:36 +0530 Subject: [PATCH 59/76] Update 0xarchit.json : Redirect Path --- domains/0xarchit.json | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/domains/0xarchit.json b/domains/0xarchit.json index 766feacce..274cb96f5 100644 --- a/domains/0xarchit.json +++ b/domains/0xarchit.json @@ -10,18 +10,16 @@ "mx3.zoho.in" ], "TXT": [ - { - "host": "@", - "value": "v=spf1 include:zohomail.in ~all" - }, - { - "host": "@", - "value": "zoho-verification=zb94087787.zmverify.zoho.in" - }, - { - "host": "zmail._domainkey.0xarchit", - "value": "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIIsclFhtL6ruTL5EClsNzTNxFf7jJBCyWJl+7VW9EXPt+x09GBVsYiaMEcLvNve0PGmuZKKVGv1H19OeJbZOAFg+kd4W7kgW9Bpw2oVklstLNZGPThu1Uv+UXgjpMIOQSwhzuWGo9yFn1k91eLkzqt2NvhMqmGVVqT9OibGwwowIDAQAB" - } + "v=spf1 include:zohomail.in ~all", + "zoho-verification=zb94087787.zmverify.zoho.in", + "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIIsclFhtL6ruTL5EClsNzTNxFf7jJBCyWJl+7VW9EXPt+x09GBVsYiaMEcLvNve0PGmuZKKVGv1H19OeJbZOAFg+kd4W7kgW9Bpw2oVklstLNZGPThu1Uv+UXgjpMIOQSwhzuWGo9yFn1k91eLkzqt2NvhMqmGVVqT9OibGwwowIDAQAB" ] } + "redirect_config": { + "custom_paths": { + "/": "https://0xarchit.pages.dev" + }, + "redirect_paths": true + } +} } From a93c52ae2aaee407b11b3c82994350c5a12dd44a Mon Sep 17 00:00:00 2001 From: Archit Jain <0xarchit@gmail.com> Date: Sun, 2 Mar 2025 18:15:10 +0530 Subject: [PATCH 60/76] Update 0xarchit.json --- domains/0xarchit.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/0xarchit.json b/domains/0xarchit.json index 274cb96f5..75ee5bdc6 100644 --- a/domains/0xarchit.json +++ b/domains/0xarchit.json @@ -22,4 +22,3 @@ "redirect_paths": true } } -} From e840fe2e03515aa3862af355fed27d79e7f8c301 Mon Sep 17 00:00:00 2001 From: Archit Jain <0xarchit@gmail.com> Date: Sun, 2 Mar 2025 18:20:29 +0530 Subject: [PATCH 61/76] Update 0xarchit.json --- domains/0xarchit.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/domains/0xarchit.json b/domains/0xarchit.json index 75ee5bdc6..ede3f61cd 100644 --- a/domains/0xarchit.json +++ b/domains/0xarchit.json @@ -15,10 +15,4 @@ "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIIsclFhtL6ruTL5EClsNzTNxFf7jJBCyWJl+7VW9EXPt+x09GBVsYiaMEcLvNve0PGmuZKKVGv1H19OeJbZOAFg+kd4W7kgW9Bpw2oVklstLNZGPThu1Uv+UXgjpMIOQSwhzuWGo9yFn1k91eLkzqt2NvhMqmGVVqT9OibGwwowIDAQAB" ] } - "redirect_config": { - "custom_paths": { - "/": "https://0xarchit.pages.dev" - }, - "redirect_paths": true - } } From f1028fd0446464fb8ea0fc72b792728de794f4db Mon Sep 17 00:00:00 2001 From: taitai2107 <91364752+taitai2107@users.noreply.github.com> Date: Sun, 2 Mar 2025 19:57:24 +0700 Subject: [PATCH 62/76] Create tainguyen.json --- domains/tainguyen.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/tainguyen.json diff --git a/domains/tainguyen.json b/domains/tainguyen.json new file mode 100644 index 000000000..a6759b620 --- /dev/null +++ b/domains/tainguyen.json @@ -0,0 +1,11 @@ +{ + "description" : "this is my profile" , + "repo" : "https://github.com/taitai2107/web_cv" , + "owner" : { + "username" : "taitai2107" , + "email" : "nguyencongkhanhtai21072001@gmail.com" + }, + "record" : { + "CNAME" : "taitai2107.github.io" + } +} From ad0f9a69a93a358e19ea2a8d447f27399987fe6c Mon Sep 17 00:00:00 2001 From: Marten-Mrfc <101009922+Marten-Mrfc@users.noreply.github.com> Date: Sun, 2 Mar 2025 13:59:28 +0100 Subject: [PATCH 63/76] Create marten-mrfc.json --- domains/marten-mrfc.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/marten-mrfc.json diff --git a/domains/marten-mrfc.json b/domains/marten-mrfc.json new file mode 100644 index 000000000..b5d2c9ae3 --- /dev/null +++ b/domains/marten-mrfc.json @@ -0,0 +1,11 @@ +{ + "description": "For my portfolio site", + "repo": "https://github.com/Marten-Mrfc/Marten-Mrfc", + "owner": { + "username": "Marten-Mrfc", + "email": "martensog@gmail.com" + }, + "record": { + "CNAME": "marten-mrfc.github.io" + } +} From b9d081c9334355fe5d56d4b6de894bc772785c19 Mon Sep 17 00:00:00 2001 From: Archit Jain <0xarchit@gmail.com> Date: Sun, 2 Mar 2025 18:33:49 +0530 Subject: [PATCH 64/76] setting up redirect path --- domains/0xarchit.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/0xarchit.json b/domains/0xarchit.json index ede3f61cd..700077b75 100644 --- a/domains/0xarchit.json +++ b/domains/0xarchit.json @@ -13,6 +13,7 @@ "v=spf1 include:zohomail.in ~all", "zoho-verification=zb94087787.zmverify.zoho.in", "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIIsclFhtL6ruTL5EClsNzTNxFf7jJBCyWJl+7VW9EXPt+x09GBVsYiaMEcLvNve0PGmuZKKVGv1H19OeJbZOAFg+kd4W7kgW9Bpw2oVklstLNZGPThu1Uv+UXgjpMIOQSwhzuWGo9yFn1k91eLkzqt2NvhMqmGVVqT9OibGwwowIDAQAB" - ] + ], + "URL": "https://0xarchit.pages.dev" } } From 751d7bb4d81a437446d275e4f590a57ed2d2dc49 Mon Sep 17 00:00:00 2001 From: Archit Jain <0xarchit@gmail.com> Date: Sun, 2 Mar 2025 18:52:28 +0530 Subject: [PATCH 65/76] Update 0xarchit.json Added cname instead of redirection --- domains/0xarchit.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/0xarchit.json b/domains/0xarchit.json index 700077b75..1cf91ac5c 100644 --- a/domains/0xarchit.json +++ b/domains/0xarchit.json @@ -14,6 +14,6 @@ "zoho-verification=zb94087787.zmverify.zoho.in", "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIIsclFhtL6ruTL5EClsNzTNxFf7jJBCyWJl+7VW9EXPt+x09GBVsYiaMEcLvNve0PGmuZKKVGv1H19OeJbZOAFg+kd4W7kgW9Bpw2oVklstLNZGPThu1Uv+UXgjpMIOQSwhzuWGo9yFn1k91eLkzqt2NvhMqmGVVqT9OibGwwowIDAQAB" ], - "URL": "https://0xarchit.pages.dev" + "CNAME": "0xarchit.pages.dev" } } From 1371bf2d442ba5e67408f96f18a5e56f1e802c95 Mon Sep 17 00:00:00 2001 From: Archit Jain <0xarchit@gmail.com> Date: Sun, 2 Mar 2025 18:57:04 +0530 Subject: [PATCH 66/76] Update 0xarchit.json --- domains/0xarchit.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/0xarchit.json b/domains/0xarchit.json index 1cf91ac5c..303e85c79 100644 --- a/domains/0xarchit.json +++ b/domains/0xarchit.json @@ -15,5 +15,6 @@ "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCIIsclFhtL6ruTL5EClsNzTNxFf7jJBCyWJl+7VW9EXPt+x09GBVsYiaMEcLvNve0PGmuZKKVGv1H19OeJbZOAFg+kd4W7kgW9Bpw2oVklstLNZGPThu1Uv+UXgjpMIOQSwhzuWGo9yFn1k91eLkzqt2NvhMqmGVVqT9OibGwwowIDAQAB" ], "CNAME": "0xarchit.pages.dev" - } + }, + "proxied": true } From 6a2f0b24e513d1f0a8277e4057f24c5ae1b3992f Mon Sep 17 00:00:00 2001 From: Kunal Purandare <56228068+kunalpurandare@users.noreply.github.com> Date: Sun, 2 Mar 2025 19:01:56 +0530 Subject: [PATCH 67/76] Updated kunalpurandare.json --- domains/kunalpurandare.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/kunalpurandare.json b/domains/kunalpurandare.json index a59df3070..d36baa6d8 100644 --- a/domains/kunalpurandare.json +++ b/domains/kunalpurandare.json @@ -4,6 +4,6 @@ "email": "kunalpurandare1703@gmail.com" }, "record": { - "CNAME": "kunalpurandare.github.io" + "URL": "https://kunalpurandare.github.io/portfolio" } } From d2d20d40981b879a779314e56710fff199f3613e Mon Sep 17 00:00:00 2001 From: Arlann Date: Sun, 2 Mar 2025 21:01:38 +0700 Subject: [PATCH 68/76] Create _vercel.arlan.json --- domains/_vercel.arlan.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.arlan.json diff --git a/domains/_vercel.arlan.json b/domains/_vercel.arlan.json new file mode 100644 index 000000000..8bf3bab5f --- /dev/null +++ b/domains/_vercel.arlan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "handikatriarlan", + "email": "handikaarlan@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=handikatriarlan.is-a.dev,8f57970beeaf81f883ae" + } +} From f017bd37c11e405f02e7fe4a1fbf45a14f3dcf1d Mon Sep 17 00:00:00 2001 From: Arlann Date: Sun, 2 Mar 2025 21:02:26 +0700 Subject: [PATCH 69/76] Update arlan.json --- domains/arlan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/arlan.json b/domains/arlan.json index 8bf3bab5f..ba3c9bb28 100644 --- a/domains/arlan.json +++ b/domains/arlan.json @@ -4,6 +4,6 @@ "email": "handikaarlan@gmail.com" }, "record": { - "TXT": "vc-domain-verify=handikatriarlan.is-a.dev,8f57970beeaf81f883ae" + "CNAME": "handikatriarlan.vercel.app" } } From c5588c30edc93ce3574832b7d3596902c57d1d65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Kaln=C3=BD?= Date: Fri, 7 Feb 2025 14:48:35 +0100 Subject: [PATCH 70/76] add _github-pages-challenge-totalolage.filip.is-a.dev verification --- domains/_github-pages-challenge-totalolage.filip.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-totalolage.filip.json diff --git a/domains/_github-pages-challenge-totalolage.filip.json b/domains/_github-pages-challenge-totalolage.filip.json new file mode 100644 index 000000000..01eff4575 --- /dev/null +++ b/domains/_github-pages-challenge-totalolage.filip.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "totalolage", + "email": "filip@kalny.net" + }, + "record": { + "TXT": "7023b937e5e580da1a941ec57734df" + } +} From 7348d61550316aba761ca69820f9c745518ffbeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Kaln=C3=BD?= Date: Fri, 7 Feb 2025 14:55:19 +0100 Subject: [PATCH 71/76] redirect filip.is-a.dev to vps1.kalny.net --- domains/filip.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/filip.json b/domains/filip.json index 8028dc3cd..d3a9284d8 100644 --- a/domains/filip.json +++ b/domains/filip.json @@ -6,6 +6,6 @@ "email": "filip@kalny.net" }, "record": { - "CNAME": "totalolage.github.io" + "CNAME": "vps1.kalny.net" } -} +} \ No newline at end of file From c033564c79578e1a29e0af90f6e7d6e968c2a31a Mon Sep 17 00:00:00 2001 From: innocentzero Date: Sun, 2 Mar 2025 23:05:55 +0530 Subject: [PATCH 72/76] add innocentzero.json Signed-off-by: innocentzero --- domains/innocentzero.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/innocentzero.json diff --git a/domains/innocentzero.json b/domains/innocentzero.json new file mode 100644 index 000000000..6d9c93b6b --- /dev/null +++ b/domains/innocentzero.json @@ -0,0 +1,11 @@ +{ + "description": "My personal blog", + "repo": "https://codeberg.org/innocentzer0/pages", + "owner": { + "username": "InnocentZero", + "email": "isfarulhaque@proton.me" + }, + "record": { + "CNAME": "innocentzer0.codeberg.page" + } +} From 1969c965a15d4df55fa48daa7a662d19f6a5cfad Mon Sep 17 00:00:00 2001 From: Arlann Date: Mon, 3 Mar 2025 01:13:04 +0700 Subject: [PATCH 73/76] Update _vercel.arlan.json --- domains/_vercel.arlan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_vercel.arlan.json b/domains/_vercel.arlan.json index 8bf3bab5f..9268ae87b 100644 --- a/domains/_vercel.arlan.json +++ b/domains/_vercel.arlan.json @@ -4,6 +4,6 @@ "email": "handikaarlan@gmail.com" }, "record": { - "TXT": "vc-domain-verify=handikatriarlan.is-a.dev,8f57970beeaf81f883ae" + "TXT": "vc-domain-verify=arlan.is-a.dev,0ab1dd26cecd05574326" } } From ac7fb9c2dde712f447e3098e62286f8dfb938d07 Mon Sep 17 00:00:00 2001 From: alenseeman Date: Sun, 2 Mar 2025 19:39:16 +0100 Subject: [PATCH 74/76] Update alen.json --- domains/alen.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/alen.json b/domains/alen.json index d8c4914f2..4fe388df4 100644 --- a/domains/alen.json +++ b/domains/alen.json @@ -6,6 +6,6 @@ "email": "alenseeman@hotmail.com" }, "record": { - "CNAME": "dev.github.io" + "CNAME": "alenseeman.github.io" } } From bce5028322920466d78d2b656647e986694148e7 Mon Sep 17 00:00:00 2001 From: Oleg Shchegolev Date: Sun, 2 Mar 2025 21:48:05 +0300 Subject: [PATCH 75/76] fix cname --- domains/summon-the-coder.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/summon-the-coder.json b/domains/summon-the-coder.json index 4bb5ece14..4cfa3d624 100644 --- a/domains/summon-the-coder.json +++ b/domains/summon-the-coder.json @@ -1,10 +1,10 @@ { "description": "Site about me", - "repo": "https://github.com/banana6boom/about-me", + "repo": "https://github.com/banana6boom/banana6boom.github.io", "owner": { "username": "banana6boom", "email": "themadhouse@mail.ru" }, "record": { - "CNAME": "https://banana6boom.github.io/about-me/" + "CNAME": "banana6boom.github.io" } } From c04e2bb0577a0eb6b0f1db045ee888b2d2f9660e Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Sun, 2 Mar 2025 13:54:32 -0500 Subject: [PATCH 76/76] chore: formatting --- domains/summon-the-coder.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/summon-the-coder.json b/domains/summon-the-coder.json index 4cfa3d624..5ed790f42 100644 --- a/domains/summon-the-coder.json +++ b/domains/summon-the-coder.json @@ -1,4 +1,5 @@ -{ "description": "Site about me", +{ + "description": "Site about me", "repo": "https://github.com/banana6boom/banana6boom.github.io", "owner": { "username": "banana6boom",