From 1af65c1c36c2423ddc15de3750afcb78cef92a93 Mon Sep 17 00:00:00 2001 From: "Muhammad Ridwan Hakim, S.T., CPITA, ITPMCP" Date: Fri, 10 Jan 2025 13:11:57 +0700 Subject: [PATCH 01/43] Create rescenic.json --- domains/rescenic.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/rescenic.json diff --git a/domains/rescenic.json b/domains/rescenic.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/rescenic.json @@ -0,0 +1 @@ + From 1d5b89ac452ab73cc5d34aa60da8f111cbcbeafe Mon Sep 17 00:00:00 2001 From: Alejandro Espada Date: Mon, 13 Jan 2025 20:32:10 +0100 Subject: [PATCH 02/43] created aespada.json --- domains/aespada.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/aespada.json diff --git a/domains/aespada.json b/domains/aespada.json new file mode 100644 index 000000000..5c29425f4 --- /dev/null +++ b/domains/aespada.json @@ -0,0 +1,11 @@ +{ + "description": "Personal portfolio", + "repo": "https://github.com/alexES13/alexES13.github.io", + "owner": { + "username": "alexES13", + "email": "butano_tren.7r@icloud.com" + }, + "record": { + "CNAME": "https://alexes13.github.io/" + } +} \ No newline at end of file From e8d1d69bee84774f1fe8ef9c31dc1c69017620d7 Mon Sep 17 00:00:00 2001 From: Alejandro Espada Date: Mon, 13 Jan 2025 20:42:52 +0100 Subject: [PATCH 03/43] renamed cname --- domains/aespada.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/aespada.json b/domains/aespada.json index 5c29425f4..524a967b1 100644 --- a/domains/aespada.json +++ b/domains/aespada.json @@ -6,6 +6,6 @@ "email": "butano_tren.7r@icloud.com" }, "record": { - "CNAME": "https://alexes13.github.io/" + "CNAME": "alexes13.github.io" } } \ No newline at end of file From 7d288ea229ab9ae3144fcd47d2177ba4350b7a06 Mon Sep 17 00:00:00 2001 From: Pilag6 Date: Tue, 14 Jan 2025 09:00:31 +0100 Subject: [PATCH 04/43] Add pilagonzalez.json --- domains/pilagonzalez.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/pilagonzalez.json diff --git a/domains/pilagonzalez.json b/domains/pilagonzalez.json new file mode 100644 index 000000000..74fac55c0 --- /dev/null +++ b/domains/pilagonzalez.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "Pilag6", + "email": "pilag6@gmail.com", + "discord": "pilagonzalez" + }, + "record": { + "CNAME": "https://piladev.netlify.app/" + } +} From 937082cfe9e6b5a9e2508a54d96dcfe570ffe7f1 Mon Sep 17 00:00:00 2001 From: kypro34 Date: Tue, 14 Jan 2025 16:54:04 +0700 Subject: [PATCH 05/43] Add carterr-pham23.json domain configuration --- domains/carterr-pham23.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/carterr-pham23.json diff --git a/domains/carterr-pham23.json b/domains/carterr-pham23.json new file mode 100644 index 000000000..eaa275965 --- /dev/null +++ b/domains/carterr-pham23.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "sonpt-afk", + "email": "sonbappe89@gmail.com" + }, + "record": { + "CNAME": "https://sonpts-landingfolio.vercel.app/" + } + } + \ No newline at end of file From cdba93ab4f2505cb6380c786025af251e8b417ad Mon Sep 17 00:00:00 2001 From: kypro34 Date: Tue, 14 Jan 2025 16:56:39 +0700 Subject: [PATCH 06/43] rename --- domains/{carterr-pham23.json => carterrpham23.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{carterr-pham23.json => carterrpham23.json} (100%) diff --git a/domains/carterr-pham23.json b/domains/carterrpham23.json similarity index 100% rename from domains/carterr-pham23.json rename to domains/carterrpham23.json From cf0882dcf0c1b46aaab53e9669dd34eacb87112a Mon Sep 17 00:00:00 2001 From: Amanza17 <157617646+Amanza17@users.noreply.github.com> Date: Tue, 14 Jan 2025 13:45:31 +0100 Subject: [PATCH 07/43] Create amanza17.json --- domains/amanza17.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/amanza17.json diff --git a/domains/amanza17.json b/domains/amanza17.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/amanza17.json @@ -0,0 +1 @@ + From 00a6e0737b216a114e9d43d4eceecfee8f2ba741 Mon Sep 17 00:00:00 2001 From: Pilag6 Date: Tue, 14 Jan 2025 14:05:59 +0100 Subject: [PATCH 08/43] Update pilagonzalez.json to change URL format --- domains/pilagonzalez.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/pilagonzalez.json b/domains/pilagonzalez.json index 74fac55c0..27c06337f 100644 --- a/domains/pilagonzalez.json +++ b/domains/pilagonzalez.json @@ -5,6 +5,6 @@ "discord": "pilagonzalez" }, "record": { - "CNAME": "https://piladev.netlify.app/" + "URL": "piladev.netlify.app" } } From d7313477f59383320d26880cb7d6ae06b91263f8 Mon Sep 17 00:00:00 2001 From: "Muhammad Ridwan Hakim, S.T., CPITA, ITPMCP" Date: Tue, 14 Jan 2025 21:00:57 +0700 Subject: [PATCH 09/43] Update rescenic.json --- domains/rescenic.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/domains/rescenic.json b/domains/rescenic.json index 8b1378917..d15d05ae2 100644 --- a/domains/rescenic.json +++ b/domains/rescenic.json @@ -1 +1,9 @@ - +{ + "owner": { + "username": "rescenic", + "email": "admin@rescenic.my.id" + }, + "record": { + "CNAME": "rescenic.github.io" + } +} From 9f470a20e207623d9e60bab8fa68d13558908e5d Mon Sep 17 00:00:00 2001 From: argkont Date: Tue, 14 Jan 2025 12:15:12 -0300 Subject: [PATCH 10/43] Create maanripe.json add new subdomain --- domains/maanripe.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/maanripe.json diff --git a/domains/maanripe.json b/domains/maanripe.json new file mode 100644 index 000000000..54f1dd7ed --- /dev/null +++ b/domains/maanripe.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "argkont", + "email": "kohacaelo+is-a-dev@gmail.com" + }, + "record": { + "CNAME": "portafolio-maan-ripe.vercel.app" + } +} From cdf97b72355e75761a09cec0b8577bfe6a71ca09 Mon Sep 17 00:00:00 2001 From: argkont Date: Tue, 14 Jan 2025 12:20:46 -0300 Subject: [PATCH 11/43] Create _vercel.maanripe.json TXT record to Vercel --- domains/_vercel.maanripe.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.maanripe.json diff --git a/domains/_vercel.maanripe.json b/domains/_vercel.maanripe.json new file mode 100644 index 000000000..72af7adee --- /dev/null +++ b/domains/_vercel.maanripe.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "argkont", + "email": "kohacaelo+is-a-dev@gmail.com", + }, + "record": { + "TXT": "vc-domain-verify=maanripe.is-a.dev,58b3a98b581598b3f572" + } +} From cc7ee48e7de8805420b87c85bf0fbf4aaa841e7b Mon Sep 17 00:00:00 2001 From: argkont Date: Tue, 14 Jan 2025 17:47:57 -0300 Subject: [PATCH 12/43] Update _vercel.maanripe.json removing the comma --- domains/_vercel.maanripe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_vercel.maanripe.json b/domains/_vercel.maanripe.json index 72af7adee..ed7cec914 100644 --- a/domains/_vercel.maanripe.json +++ b/domains/_vercel.maanripe.json @@ -1,7 +1,7 @@ { "owner": { "username": "argkont", - "email": "kohacaelo+is-a-dev@gmail.com", + "email": "kohacaelo+is-a-dev@gmail.com" }, "record": { "TXT": "vc-domain-verify=maanripe.is-a.dev,58b3a98b581598b3f572" From 7518a91dbb5c156b7ea15c039eb4304c043014f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mauricio=20Ist=C3=BAriz?= Date: Tue, 14 Jan 2025 19:21:08 -0400 Subject: [PATCH 13/43] Create isturiz.json --- domains/isturiz.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/isturiz.json diff --git a/domains/isturiz.json b/domains/isturiz.json new file mode 100644 index 000000000..d39241d7f --- /dev/null +++ b/domains/isturiz.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "isturiz", + "email": "", + }, + "record": { + "CNAME": "isturiz.vercel.app" + } +} From 9435e2a2c335e183cc879454ed1b5a40e7de2495 Mon Sep 17 00:00:00 2001 From: Vicente Rivera <108706337+vcntttt@users.noreply.github.com> Date: Tue, 14 Jan 2025 21:43:11 -0300 Subject: [PATCH 14/43] Create vrivera.json --- domains/vrivera.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/vrivera.json diff --git a/domains/vrivera.json b/domains/vrivera.json new file mode 100644 index 000000000..9821c3c38 --- /dev/null +++ b/domains/vrivera.json @@ -0,0 +1,11 @@ +{ + "description": "personal portfolio", + "repo": "https://github.com/vcntttt/portfolio", + "owner": { + "username": "vcntttt", + "email": "vrivera.dev@gmail.com" + }, + "record": { + "CNAME": "vcntttt.github.io" + } +} From 747e508747638a3de4f3b5c675f34e4df08143b8 Mon Sep 17 00:00:00 2001 From: dsuescun <45408630+dsuescun@users.noreply.github.com> Date: Tue, 14 Jan 2025 19:49:42 -0500 Subject: [PATCH 15/43] Create dsuescun.json To register my own subdomain --- domains/dsuescun.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/dsuescun.json diff --git a/domains/dsuescun.json b/domains/dsuescun.json new file mode 100644 index 000000000..d7a467d09 --- /dev/null +++ b/domains/dsuescun.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "dsuescun", + "email": "dsuescun@soinsoluciones.com" + }, + "record": { + "CNAME": "dsuescun.github.io" + } +} From a93b5b11c0fa48b9f4af714103302442dc550780 Mon Sep 17 00:00:00 2001 From: Umanga Deep Shrestha Date: Wed, 15 Jan 2025 08:50:14 +0545 Subject: [PATCH 16/43] Create ud.json --- domains/ud.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ud.json diff --git a/domains/ud.json b/domains/ud.json new file mode 100644 index 000000000..6f7178346 --- /dev/null +++ b/domains/ud.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "umanga907", + "email": "umanga.907@gmail.com" + }, + "record": { + "CNAME": ["arya.ns.cloudflare.com", "clark.ns.cloudflare.com"] + } +} From d601e6712ac0a1f5d3eaefab9e931658a08d185c Mon Sep 17 00:00:00 2001 From: kypro34 Date: Wed, 15 Jan 2025 10:09:45 +0700 Subject: [PATCH 17/43] change my CNAME --- domains/carterrpham23.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/carterrpham23.json b/domains/carterrpham23.json index eaa275965..d5809bfb2 100644 --- a/domains/carterrpham23.json +++ b/domains/carterrpham23.json @@ -4,7 +4,7 @@ "email": "sonbappe89@gmail.com" }, "record": { - "CNAME": "https://sonpts-landingfolio.vercel.app/" + "CNAME": "sonpts-landingfolio.vercel.app" } } \ No newline at end of file From c124e36c557e53cdd895d5380607ef1bfedc418c Mon Sep 17 00:00:00 2001 From: Umanga Deep Shrestha Date: Wed, 15 Jan 2025 09:02:04 +0545 Subject: [PATCH 18/43] Update ud.json Fix: Cname and change to vercel existing website --- domains/ud.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/domains/ud.json b/domains/ud.json index 6f7178346..b0ab06c7e 100644 --- a/domains/ud.json +++ b/domains/ud.json @@ -1,9 +1,10 @@ { "owner": { "username": "umanga907", - "email": "umanga.907@gmail.com" + "email": "umanga.907@gmail.com", + "discord": "ud907" }, "record": { - "CNAME": ["arya.ns.cloudflare.com", "clark.ns.cloudflare.com"] + "CNAME": "umanga-portfolio.vercel.app" } } From 18301dd73e9846aaea5840d8020cc8728729963f Mon Sep 17 00:00:00 2001 From: S M HEMEL Date: Wed, 15 Jan 2025 10:32:02 +0600 Subject: [PATCH 19/43] Create smhemel.json --- domains/smhemel.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/smhemel.json diff --git a/domains/smhemel.json b/domains/smhemel.json new file mode 100644 index 000000000..9b5a2bc60 --- /dev/null +++ b/domains/smhemel.json @@ -0,0 +1,11 @@ +{ + "description": "A Full-Stack Developer", + "repo": "https://github.com/smhemel", + "owner": { + "username": "smhemel", + "email": "smhemel.eu@gmail.com" + }, + "record": { + "URL": "https://github.com/smhemel" + } +} From dd63fef4a5ae4411a69036a577ef7c0a9339f362 Mon Sep 17 00:00:00 2001 From: Rohan Kokkula <30954130+rohankokkula@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:21:57 +0530 Subject: [PATCH 20/43] Create rk --- domains/rk | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rk diff --git a/domains/rk b/domains/rk new file mode 100644 index 000000000..75c7bc5c9 --- /dev/null +++ b/domains/rk @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rohankokkula", + "email": "rohankokkula01@gmail.com" + }, + "record": { + "URL": "https://rohankokkula.dev/" + } +} From 1c3bd455dda8db9c3c3ab75039c75c8ca6982a3e Mon Sep 17 00:00:00 2001 From: AdrianQR <106702080+AdrianQR01@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:14:27 +0100 Subject: [PATCH 21/43] Create adrianqr.json --- domains/adrianqr.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/adrianqr.json diff --git a/domains/adrianqr.json b/domains/adrianqr.json new file mode 100644 index 000000000..7fc598c3d --- /dev/null +++ b/domains/adrianqr.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "AdrianQR01", + "email": "adrianquenard@gmail.com" + }, + "record": { + "CNAME": "adrianqr01.github.io" + } +} From 6e0158141b9cf0cdbbaa52f084b3b1f06fa82bbf Mon Sep 17 00:00:00 2001 From: naftali100 <48069590+naftali100@users.noreply.github.com> Date: Wed, 15 Jan 2025 16:10:41 +0200 Subject: [PATCH 22/43] Create naftali100.json --- domains/naftali100.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/naftali100.json diff --git a/domains/naftali100.json b/domains/naftali100.json new file mode 100644 index 000000000..20e372492 --- /dev/null +++ b/domains/naftali100.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "naftali100", + "email": "hello@naftali100.top" + }, + "record": { + "CNAME": "naftali100.top" + } +} From 98883a13d3377006c262af3d7b7dc1129f3dfdc9 Mon Sep 17 00:00:00 2001 From: Amanza17 <157617646+Amanza17@users.noreply.github.com> Date: Wed, 15 Jan 2025 15:41:40 +0100 Subject: [PATCH 23/43] Update amanza17.json --- domains/amanza17.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/domains/amanza17.json b/domains/amanza17.json index 8b1378917..509607016 100644 --- a/domains/amanza17.json +++ b/domains/amanza17.json @@ -1 +1,11 @@ - +{ + "description": "amanza17.is-a.dev", + "repo": "https://github.com/Amanza17/Amanza17.github.io.git", + "owner": { + "username": "Amanza17", + "email": "a.manzanares.2023@alumnos.urjc.es" + }, + "record": { + "CNAME": "amanza17.github.io" + } +} From c7f9d02a1b7a5cc61068b2f25324fed75ebdf4f7 Mon Sep 17 00:00:00 2001 From: EducatedSuddenBucket Date: Wed, 15 Jan 2025 20:56:52 +0530 Subject: [PATCH 24/43] Update educatedsuddenbucket.json --- domains/educatedsuddenbucket.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/domains/educatedsuddenbucket.json b/domains/educatedsuddenbucket.json index d49d77c7f..e35d7591e 100644 --- a/domains/educatedsuddenbucket.json +++ b/domains/educatedsuddenbucket.json @@ -5,10 +5,7 @@ }, "record": { "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" + "185.199.108.153" ], "TXT": [ "google-site-verification=hS8B2hSz-rNk6gLRnwaZjxuJE9rCLU_25X65JsLEczE", From df952e8cd744ca79122b350958d94833119ea7ec Mon Sep 17 00:00:00 2001 From: EducatedSuddenBucket Date: Wed, 15 Jan 2025 20:59:45 +0530 Subject: [PATCH 25/43] Create heatblock.json --- domains/heatblock.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/heatblock.json diff --git a/domains/heatblock.json b/domains/heatblock.json new file mode 100644 index 000000000..58e6bfe75 --- /dev/null +++ b/domains/heatblock.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "EducatedSuddenBucket", + "email": "educatedsuddenbucket@gmail.com" + }, +{ + "record": { + "URL": "https://heatblock.esb.is-a.dev" + } +} +} From 67781b15c8fdcd4907997aabee92dfddbb5134d9 Mon Sep 17 00:00:00 2001 From: EducatedSuddenBucket Date: Wed, 15 Jan 2025 21:30:13 +0530 Subject: [PATCH 26/43] Hil climb racing --- domains/heatblock.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/domains/heatblock.json b/domains/heatblock.json index 58e6bfe75..157684753 100644 --- a/domains/heatblock.json +++ b/domains/heatblock.json @@ -3,9 +3,7 @@ "username": "EducatedSuddenBucket", "email": "educatedsuddenbucket@gmail.com" }, -{ "record": { "URL": "https://heatblock.esb.is-a.dev" } } -} From 4b488ad92cb94779158bd72cda6122c81b36060d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Wed, 15 Jan 2025 10:11:36 -0600 Subject: [PATCH 27/43] Delete domains/_github-pages-challenge-peme969.peme969.json --- domains/_github-pages-challenge-peme969.peme969.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/_github-pages-challenge-peme969.peme969.json diff --git a/domains/_github-pages-challenge-peme969.peme969.json b/domains/_github-pages-challenge-peme969.peme969.json deleted file mode 100644 index aad7d8409..000000000 --- a/domains/_github-pages-challenge-peme969.peme969.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "peme969", - "email": "mrcoderpeme@gmail.com" - }, - "record": { - "TXT":[ - "cd6136f17efbca44cec061b3fd6121" - ] - } -} From d2fd4a9ac5f58da82cbef93cbd86d86c8b14d852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Wed, 15 Jan 2025 10:26:13 -0600 Subject: [PATCH 28/43] Update peme969.json --- domains/peme969.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/peme969.json b/domains/peme969.json index 1d52a01e2..7c7bf68f5 100644 --- a/domains/peme969.json +++ b/domains/peme969.json @@ -11,8 +11,7 @@ "185.199.111.153" ], "TXT":[ - "forward-email=NTQwMmZhNmI3ZmRiMzQxNC1mOTU1YmRmOGJhMTQxMzhkMGRiNzUwMzg0MzFhOTI4OGE0ZmUwZDYyZTZmZDMyODkwYTE4OGE0ZmQ2YjFjOTk4MjkxN2NlMTUzMTgyNDZlYzE4ZWFkNDllYTBmNDNjY2M4NWVmZGFhMjdhNmY0ODFhZWM0ZWM4ZjhiMzJiMTIyMA==", - "cd6136f17efbca44cec061b3fd6121" + "forward-email=NTQwMmZhNmI3ZmRiMzQxNC1mOTU1YmRmOGJhMTQxMzhkMGRiNzUwMzg0MzFhOTI4OGE0ZmUwZDYyZTZmZDMyODkwYTE4OGE0ZmQ2YjFjOTk4MjkxN2NlMTUzMTgyNDZlYzE4ZWFkNDllYTBmNDNjY2M4NWVmZGFhMjdhNmY0ODFhZWM0ZWM4ZjhiMzJiMTIyMA==" ], "MX":[ "mx1.forwardemail.net", From 9b40541c7f08408c0664ece096db33abeb712aa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Wed, 15 Jan 2025 10:28:31 -0600 Subject: [PATCH 29/43] Create _vercel.peme969.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Für domain verification --- domains/_vercel.peme969.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_vercel.peme969.json diff --git a/domains/_vercel.peme969.json b/domains/_vercel.peme969.json new file mode 100644 index 000000000..0abe61db6 --- /dev/null +++ b/domains/_vercel.peme969.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "peme969", + "email": "mrcoderpeme@gmail.com" + }, + "record": { + "TXT":[ + "vc-domain-verify=beta.peme969.is-a.dev,3478ddbc826d30476c3c" + ] + } +} \ No newline at end of file From dbb24e6e9ad2a8715df5449d472a4d48d8cafbbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Wed, 15 Jan 2025 10:30:59 -0600 Subject: [PATCH 30/43] Added domain --- domains/peme969.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/peme969.json b/domains/peme969.json index 7c7bf68f5..0981e39b6 100644 --- a/domains/peme969.json +++ b/domains/peme969.json @@ -11,7 +11,7 @@ "185.199.111.153" ], "TXT":[ - "forward-email=NTQwMmZhNmI3ZmRiMzQxNC1mOTU1YmRmOGJhMTQxMzhkMGRiNzUwMzg0MzFhOTI4OGE0ZmUwZDYyZTZmZDMyODkwYTE4OGE0ZmQ2YjFjOTk4MjkxN2NlMTUzMTgyNDZlYzE4ZWFkNDllYTBmNDNjY2M4NWVmZGFhMjdhNmY0ODFhZWM0ZWM4ZjhiMzJiMTIyMA==" + "forward-email=YjJhNjc0ZTA4YjVjNmRjMC02YTEyYTY4MWJiZjhhYTViODU3YjdkNDFjYzJlMWMwOWVlZjIwYzkzNmVkMDE5ZmE4Mzk2YzUzZjVkM2Y0YmVkMWIwMGM0NzQ0ZDcwMTJkYWJiZjgwNTNiZTAxM2U3YjdiNjgyNGRlNDQwOWMwN2Q2Y2YxNzliNTZkZjBiYzllODQ0MjJjMmQ0MDYxN2EwZjdiNGNkYWJkZGU3ZDgwMTc1YmQzZmMyN2VjYTI4ZjE5MjczOGE2NTk1YWNlNTIxYTM=" ], "MX":[ "mx1.forwardemail.net", From 823d4c1676240dfa950b6b70d1b175d0068517a2 Mon Sep 17 00:00:00 2001 From: Caen Jones <131218155+vcc3v@users.noreply.github.com> Date: Wed, 15 Jan 2025 19:26:51 +0000 Subject: [PATCH 31/43] Update caenjones.json --- domains/caenjones.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/caenjones.json b/domains/caenjones.json index ef931ec48..16ce509a3 100644 --- a/domains/caenjones.json +++ b/domains/caenjones.json @@ -1,12 +1,12 @@ { "description": "My personal website and blog", - "repo": "https://github.com/CaenJones/caenjones.github.io", + "repo": "https://github.com/vcc3v/vcc3v.github.io", "owner": { - "username": "CaenJones", + "username": "vcc3v", "email": "cj@caenjones.com", "twitter": "" }, "record": { - "CNAME": "caenjones.github.io" + "CNAME": "vcc3v.github.io" } } From c35162fbae615d0bf74eebd91ce1d3efeb853280 Mon Sep 17 00:00:00 2001 From: Mariangel Araviches Date: Wed, 15 Jan 2025 21:28:34 -0300 Subject: [PATCH 32/43] Revert "Create mariangel.json" --- domains/mariangel.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/mariangel.json diff --git a/domains/mariangel.json b/domains/mariangel.json deleted file mode 100644 index 1263982c4..000000000 --- a/domains/mariangel.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "Mangellch", - "email": "mariangelaraviches@gmail.com" - }, - "record": { - "CNAME":"mangellch.github.io" - } -} From 857bd50b33655af02f07e07c3647fb41b84496e3 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 16 Jan 2025 02:33:56 +0200 Subject: [PATCH 33/43] Update joe50097.json --- domains/joe50097.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/joe50097.json b/domains/joe50097.json index 7c9bf8e54..47f381e7c 100644 --- a/domains/joe50097.json +++ b/domains/joe50097.json @@ -4,8 +4,7 @@ "email": "zcell9500@gmail.com" }, "record": { - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all", + "TXT": "zoho-verification=zb32862044.zmverify.zoho.com", "A": ["75.2.60.5"] } } From 1272c3236025520ccf49a66a499b13cf115fb996 Mon Sep 17 00:00:00 2001 From: Aaditya Rangarajan Date: Wed, 15 Jan 2025 18:38:40 -0700 Subject: [PATCH 34/43] Create aaditya.json --- domains/aaditya.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/aaditya.json diff --git a/domains/aaditya.json b/domains/aaditya.json new file mode 100644 index 000000000..5db37d8c2 --- /dev/null +++ b/domains/aaditya.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "aaditya2200", + "email": "aaditya2200@gmail.com" + }, + "record": { + "CNAME": "aaditya2200.github.io" + } +} From 8198e4f3a9e4198f4ba60867d58f9c8180ebdbbf Mon Sep 17 00:00:00 2001 From: Joel Jaime Date: Wed, 15 Jan 2025 22:01:00 -0400 Subject: [PATCH 35/43] Create alblandino.json Create alblandino.json --- domains/alblandino.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/alblandino.json diff --git a/domains/alblandino.json b/domains/alblandino.json new file mode 100644 index 000000000..3da7372ac --- /dev/null +++ b/domains/alblandino.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "joel", + "email": "joel@alblandino.com" + }, + "record": { + "URL": "https://alblandino.com" + } +} From 4867b408b6aff42f994c426d39177cf33409ce6e Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 16 Jan 2025 11:07:51 +0800 Subject: [PATCH 36/43] reserve `int` + `internal` --- util/reserved.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/reserved.json b/util/reserved.json index eccc9738c..dd58de1c7 100644 --- a/util/reserved.json +++ b/util/reserved.json @@ -47,6 +47,8 @@ "hostmaster", "info", "infos", + "int", + "internal", "login", "logout", "lpt[1-9]", From 146a0becf2d6652c07cd51631876db515a258a7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peme969=20=E2=9A=A1?= Date: Wed, 15 Jan 2025 22:27:48 -0600 Subject: [PATCH 37/43] Add TXT record for google site verification --- domains/peme969.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/peme969.json b/domains/peme969.json index 0981e39b6..daade0c2a 100644 --- a/domains/peme969.json +++ b/domains/peme969.json @@ -11,7 +11,8 @@ "185.199.111.153" ], "TXT":[ - "forward-email=YjJhNjc0ZTA4YjVjNmRjMC02YTEyYTY4MWJiZjhhYTViODU3YjdkNDFjYzJlMWMwOWVlZjIwYzkzNmVkMDE5ZmE4Mzk2YzUzZjVkM2Y0YmVkMWIwMGM0NzQ0ZDcwMTJkYWJiZjgwNTNiZTAxM2U3YjdiNjgyNGRlNDQwOWMwN2Q2Y2YxNzliNTZkZjBiYzllODQ0MjJjMmQ0MDYxN2EwZjdiNGNkYWJkZGU3ZDgwMTc1YmQzZmMyN2VjYTI4ZjE5MjczOGE2NTk1YWNlNTIxYTM=" + "forward-email=YjJhNjc0ZTA4YjVjNmRjMC02YTEyYTY4MWJiZjhhYTViODU3YjdkNDFjYzJlMWMwOWVlZjIwYzkzNmVkMDE5ZmE4Mzk2YzUzZjVkM2Y0YmVkMWIwMGM0NzQ0ZDcwMTJkYWJiZjgwNTNiZTAxM2U3YjdiNjgyNGRlNDQwOWMwN2Q2Y2YxNzliNTZkZjBiYzllODQ0MjJjMmQ0MDYxN2EwZjdiNGNkYWJkZGU3ZDgwMTc1YmQzZmMyN2VjYTI4ZjE5MjczOGE2NTk1YWNlNTIxYTM=", + "google-site-verification=AP1OTNgnMeJljiJnuxShC74Uw-ygmmvr8s_SdohPRcI" ], "MX":[ "mx1.forwardemail.net", From 87c0737af3c2f5eb396118f389b259d40950af49 Mon Sep 17 00:00:00 2001 From: orangc Date: Thu, 16 Jan 2025 09:17:16 +0300 Subject: [PATCH 38/43] Update pilagonzalez.json --- domains/pilagonzalez.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/pilagonzalez.json b/domains/pilagonzalez.json index 27c06337f..11fe7abd3 100644 --- a/domains/pilagonzalez.json +++ b/domains/pilagonzalez.json @@ -5,6 +5,6 @@ "discord": "pilagonzalez" }, "record": { - "URL": "piladev.netlify.app" + "URL": "https://piladev.netlify.app" } } From 75ecd8bc3f499542d303d6380307a9e235c35bb3 Mon Sep 17 00:00:00 2001 From: CarlosMiranda <86166607+chard33@users.noreply.github.com> Date: Thu, 16 Jan 2025 08:03:10 -0600 Subject: [PATCH 39/43] Create char.json --- domains/char.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/char.json diff --git a/domains/char.json b/domains/char.json new file mode 100644 index 000000000..1e31c0f7d --- /dev/null +++ b/domains/char.json @@ -0,0 +1,11 @@ +{ + "description": "Use to portfolio", + "repo": https://github.com/chard33/portafolio---Alura", + "owner": { + "username": "chard33", + "email": "jchar33@hotmail.com" + }, + "record": { + "CNAME": "chard33.github.io" + } +} From 4add88240b3f7e117c8e87e793fd47d1c1fe1725 Mon Sep 17 00:00:00 2001 From: Stefano Del Prete Date: Thu, 16 Jan 2025 17:20:25 +0100 Subject: [PATCH 40/43] fix json --- domains/isturiz.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/isturiz.json b/domains/isturiz.json index d39241d7f..7eec194f1 100644 --- a/domains/isturiz.json +++ b/domains/isturiz.json @@ -1,7 +1,7 @@ { "owner": { "username": "isturiz", - "email": "", + "email": "" }, "record": { "CNAME": "isturiz.vercel.app" From db48a0047400c8efe39795f2b2abf2e5ab5b6553 Mon Sep 17 00:00:00 2001 From: CarlosMiranda <86166607+chard33@users.noreply.github.com> Date: Thu, 16 Jan 2025 17:01:29 -0600 Subject: [PATCH 41/43] Actualizar char.json --- domains/char.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/char.json b/domains/char.json index 1e31c0f7d..a738d11da 100644 --- a/domains/char.json +++ b/domains/char.json @@ -1,6 +1,6 @@ { "description": "Use to portfolio", - "repo": https://github.com/chard33/portafolio---Alura", + "repo": "https://github.com/chard33/portafolio---Alura", "owner": { "username": "chard33", "email": "jchar33@hotmail.com" From 12c8a0157b9b23560df53bbc86f9a78b09d98867 Mon Sep 17 00:00:00 2001 From: om Date: Fri, 17 Jan 2025 08:42:50 +0530 Subject: [PATCH 42/43] Update and rename rk to rk.json --- domains/{rk => rk.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{rk => rk.json} (90%) diff --git a/domains/rk b/domains/rk.json similarity index 90% rename from domains/rk rename to domains/rk.json index 75c7bc5c9..a3dfa4236 100644 --- a/domains/rk +++ b/domains/rk.json @@ -1,5 +1,5 @@ { - "owner": { + so "owner": { "username": "rohankokkula", "email": "rohankokkula01@gmail.com" }, From c48a9789680e99fff2f506d41e8485fcaac65182 Mon Sep 17 00:00:00 2001 From: om Date: Fri, 17 Jan 2025 08:43:15 +0530 Subject: [PATCH 43/43] oops --- domains/rk.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/rk.json b/domains/rk.json index a3dfa4236..75c7bc5c9 100644 --- a/domains/rk.json +++ b/domains/rk.json @@ -1,5 +1,5 @@ { - so "owner": { + "owner": { "username": "rohankokkula", "email": "rohankokkula01@gmail.com" },