From 093ff30d3f361fc82e00a4fc1b914b0db2239a63 Mon Sep 17 00:00:00 2001 From: Sourav Kumar <147024328+itzsouravkumar@users.noreply.github.com> Date: Mon, 23 Dec 2024 03:30:34 +0530 Subject: [PATCH 01/40] Update sourav.json --- domains/sourav.json | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/domains/sourav.json b/domains/sourav.json index 2a495c383..31b98cab6 100644 --- a/domains/sourav.json +++ b/domains/sourav.json @@ -1,12 +1,21 @@ { "description": "My Website", - "repo": "https://github.com/itzsouravkumar/itzsouravkumar.github.io", + "repo": "https://itzsouravkumar.github.io/mywebsite/", "owner": { "username": "itzsouravkumar", - "discord": "quipxninja", - "email": "oyesourav05012006@gmail.com" + "discord": "itz_sour4v", }, - "record": { - "CNAME": "itzsouravkumar.github.io" +{ + "$schema": "../schemas/domain.schema.json", + "domain": "sourav.is-a.dev", + "subdomain": "sourav", + "owner": { + "repo": "https://github.com/itzsouravkumar/mywebsite.git", + "email": "oyesourav05012006@gmail.com" + }, + "record": { + "CNAME": "itzsouravkumar.github.io" + }, + "proxy": false } -} + From b9d4fc1531e30993b03372735a17b612c88b2db3 Mon Sep 17 00:00:00 2001 From: aadltya Date: Tue, 24 Dec 2024 16:32:39 +0530 Subject: [PATCH 02/40] Add TXT record for Vercel domain verification --- domains/swami.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/domains/swami.json b/domains/swami.json index 8c60a7970..c47dfdf40 100644 --- a/domains/swami.json +++ b/domains/swami.json @@ -6,6 +6,9 @@ "email": "adityaedu22@gmail.com" }, "record": { - "CNAME": "adityasworld.vercel.app" + "CNAME": "adityasworld.vercel.app", + "TXT": { + "_vercel": "vc-domain-verify=swami.is-a.dev,ebd6de23b5512663a728" + } } } \ No newline at end of file From ae255b3ffe80bd49a081f7246ec5d2c3275a0faa Mon Sep 17 00:00:00 2001 From: "kzk.hitoru" Date: Wed, 25 Dec 2024 14:10:42 +0700 Subject: [PATCH 03/40] Create s1ow.json --- domains/s1ow.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 domains/s1ow.json diff --git a/domains/s1ow.json b/domains/s1ow.json new file mode 100644 index 000000000..cbbb4ba82 --- /dev/null +++ b/domains/s1ow.json @@ -0,0 +1,21 @@ +{ + "description": "! s1owmotion.0 profile page", + "repository": "https://github.com/H4iPh0ngM1enB4c/Web" + "owner": { + "username": "H4iPh0ngM1enB4c", + "email": "haiphongmienbac@gmail.com", + "discord": "1027559943462727740" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.110.153", + "185.199.109.153" + ], + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} From be2fc8da3e7c8610e51529054080431de6286b23 Mon Sep 17 00:00:00 2001 From: "kzk.hitoru" Date: Wed, 25 Dec 2024 14:14:00 +0700 Subject: [PATCH 04/40] Update s1ow.json --- domains/s1ow.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/s1ow.json b/domains/s1ow.json index cbbb4ba82..10bdc4bf8 100644 --- a/domains/s1ow.json +++ b/domains/s1ow.json @@ -1,6 +1,6 @@ { "description": "! s1owmotion.0 profile page", - "repository": "https://github.com/H4iPh0ngM1enB4c/Web" + "repository": "https://github.com/H4iPh0ngM1enB4c/Web", "owner": { "username": "H4iPh0ngM1enB4c", "email": "haiphongmienbac@gmail.com", From ad59a3d83e9dbb8622da4a90dc31088540c335ec Mon Sep 17 00:00:00 2001 From: "kzk.hitoru" Date: Wed, 25 Dec 2024 15:00:25 +0700 Subject: [PATCH 05/40] Update s1ow.json --- domains/s1ow.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/s1ow.json b/domains/s1ow.json index 10bdc4bf8..89dc24774 100644 --- a/domains/s1ow.json +++ b/domains/s1ow.json @@ -3,7 +3,7 @@ "repository": "https://github.com/H4iPh0ngM1enB4c/Web", "owner": { "username": "H4iPh0ngM1enB4c", - "email": "haiphongmienbac@gmail.com", + "email": "noobdownload2@gmail.com", "discord": "1027559943462727740" }, "record": { From 6544ded74f77cdd330ea35e7f31a3fc9cd900a68 Mon Sep 17 00:00:00 2001 From: aadltya Date: Wed, 25 Dec 2024 17:11:45 +0530 Subject: [PATCH 06/40] Add swami.is-a.dev and _vercel TXT record for Vercel domain verification --- domains/_vercel.swami.json | 10 ++++++++++ domains/swami.json | 5 +---- 2 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 domains/_vercel.swami.json diff --git a/domains/_vercel.swami.json b/domains/_vercel.swami.json new file mode 100644 index 000000000..96e206351 --- /dev/null +++ b/domains/_vercel.swami.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "aadltya" + }, + "record": { + "TXT": [ + "vc-domain-verify=swami.is-a.dev,ebd6de23b5512663a728" + ] + } +} \ No newline at end of file diff --git a/domains/swami.json b/domains/swami.json index c47dfdf40..8c60a7970 100644 --- a/domains/swami.json +++ b/domains/swami.json @@ -6,9 +6,6 @@ "email": "adityaedu22@gmail.com" }, "record": { - "CNAME": "adityasworld.vercel.app", - "TXT": { - "_vercel": "vc-domain-verify=swami.is-a.dev,ebd6de23b5512663a728" - } + "CNAME": "adityasworld.vercel.app" } } \ No newline at end of file From 9fcc1973417e88ea0459576053977010c48e48ce Mon Sep 17 00:00:00 2001 From: Alora Mia Date: Wed, 25 Dec 2024 21:51:38 +0900 Subject: [PATCH 07/40] Delete domains/6502.json Abuse --- domains/6502.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/6502.json diff --git a/domains/6502.json b/domains/6502.json deleted file mode 100644 index 8843bd54d..000000000 --- a/domains/6502.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "Portfolio website for 6502", - "repo": "https://github.com/nobody5050/nobody5050.github.io", - "owner": { - "username": "Nobody5050", - "email": "levibelland@gmail.com" - }, - "record": { - "CNAME": "nobody5050.github.io" - } -} From 0b0c415fb1f3ff8f76071bb25ff2b4371a0b99b4 Mon Sep 17 00:00:00 2001 From: Alora Mia Date: Wed, 25 Dec 2024 21:51:55 +0900 Subject: [PATCH 08/40] Delete domains/_github-pages-challenge-nobody5050.6502.json Abuse --- domains/_github-pages-challenge-nobody5050.6502.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_github-pages-challenge-nobody5050.6502.json diff --git a/domains/_github-pages-challenge-nobody5050.6502.json b/domains/_github-pages-challenge-nobody5050.6502.json deleted file mode 100644 index 89758a2e7..000000000 --- a/domains/_github-pages-challenge-nobody5050.6502.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "nobody5050", - "email": "levibelland@gmail.com" - }, - "record": { - "TXT": "0648c9309d9441b7f6b0dea3a78194" - } -} From 202ef62442384816f57ef94b27229c946840d43c Mon Sep 17 00:00:00 2001 From: Alora Mia Date: Wed, 25 Dec 2024 21:52:25 +0900 Subject: [PATCH 09/40] Delete domains/lightsys32.json Abuse --- domains/lightsys32.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/lightsys32.json diff --git a/domains/lightsys32.json b/domains/lightsys32.json deleted file mode 100644 index a80725cfc..000000000 --- a/domains/lightsys32.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "not-amplify", - "email": "not.amplify.x@gmail.com", - "discord": "1202067094360035353" - }, - "record": { - "A": ["104.243.45.193"] - } -} From cdc24f584dca00de9cccadd8b914f30cc55238ad Mon Sep 17 00:00:00 2001 From: Alora Mia Date: Wed, 25 Dec 2024 21:52:51 +0900 Subject: [PATCH 10/40] Delete domains/toasty.json Abuse --- domains/toasty.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 domains/toasty.json diff --git a/domains/toasty.json b/domains/toasty.json deleted file mode 100644 index 0e06d33b5..000000000 --- a/domains/toasty.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "owner": { - "username": "toastyyyxd", - "email": "asaeasaeasae.x10@gmail.com", - "discord": "577480703302959104" - }, - "record": { - "CNAME": "toasty.pages.dev" - } -} From bc31acc6d10087f28faedfdf9624bd461fe23b92 Mon Sep 17 00:00:00 2001 From: Alora Mia Date: Wed, 25 Dec 2024 21:53:09 +0900 Subject: [PATCH 11/40] Delete domains/mail.toasty.json Abuse --- domains/mail.toasty.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/mail.toasty.json diff --git a/domains/mail.toasty.json b/domains/mail.toasty.json deleted file mode 100644 index 921d356bb..000000000 --- a/domains/mail.toasty.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "toastyyyxd", - "email": "asaeasaeasae.x10@gmail.com", - "discord": "577480703302959104" - }, - "record": { - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } -} From 85a0469183e85c35b0cf23168ea86afd0c9cc227 Mon Sep 17 00:00:00 2001 From: webcubed <77589042+webcubed@users.noreply.github.com> Date: Wed, 25 Dec 2024 10:19:41 -0500 Subject: [PATCH 12/40] github challenge --- domains/_github-pages-challenge-webcubed.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_github-pages-challenge-webcubed.json diff --git a/domains/_github-pages-challenge-webcubed.json b/domains/_github-pages-challenge-webcubed.json new file mode 100644 index 000000000..2de31857f --- /dev/null +++ b/domains/_github-pages-challenge-webcubed.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "webcubed" + }, + "record": { + "TXT": ["d4d8fdb1fea56bbbf4470d4e6f5e40"] + } +} From 50b7cf4f63eadba58e22072aec624c172e78d8cf Mon Sep 17 00:00:00 2001 From: webcubed <77589042+webcubed@users.noreply.github.com> Date: Wed, 25 Dec 2024 10:21:18 -0500 Subject: [PATCH 13/40] discord verification --- domains/_discord.webcubed.is-a.dev.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_discord.webcubed.is-a.dev.json diff --git a/domains/_discord.webcubed.is-a.dev.json b/domains/_discord.webcubed.is-a.dev.json new file mode 100644 index 000000000..317fde03a --- /dev/null +++ b/domains/_discord.webcubed.is-a.dev.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "github-username" + }, + "record": { + "TXT": ["dh=1612c48236f97b2a8b0fc79833cd7e46cf0c512d"] + } +} From 1a81bbbf780bccf25077ba2062a64aed36656f54 Mon Sep 17 00:00:00 2001 From: webcubed <77589042+webcubed@users.noreply.github.com> Date: Wed, 25 Dec 2024 10:24:45 -0500 Subject: [PATCH 14/40] OOPS --- .../{_discord.webcubed.is-a.dev.json => _discord.webcubed.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{_discord.webcubed.is-a.dev.json => _discord.webcubed.json} (74%) diff --git a/domains/_discord.webcubed.is-a.dev.json b/domains/_discord.webcubed.json similarity index 74% rename from domains/_discord.webcubed.is-a.dev.json rename to domains/_discord.webcubed.json index 317fde03a..b5a4d0ec4 100644 --- a/domains/_discord.webcubed.is-a.dev.json +++ b/domains/_discord.webcubed.json @@ -1,6 +1,6 @@ { "owner": { - "username": "github-username" + "username": "webcubed" }, "record": { "TXT": ["dh=1612c48236f97b2a8b0fc79833cd7e46cf0c512d"] From 9056fa2f4c84aafea4f44c809c73b272c59c6878 Mon Sep 17 00:00:00 2001 From: amin Date: Wed, 25 Dec 2024 11:42:50 -0500 Subject: [PATCH 15/40] Create _discord.voxxdevv.json --- domains/_discord.voxxdevv.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_discord.voxxdevv.json diff --git a/domains/_discord.voxxdevv.json b/domains/_discord.voxxdevv.json new file mode 100644 index 000000000..3b379ef5b --- /dev/null +++ b/domains/_discord.voxxdevv.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "voxxdevv", + "email": "aminrh@icloud.com" + }, + "record": { + "TXT": "dh=6d817006952096ed75c9c1c84fab50783bad46ac" + } +} From 09a9556381f32e6b7eee0d444330e7b4a477af81 Mon Sep 17 00:00:00 2001 From: ghostMan-pac <71212404+ghostMan-pac@users.noreply.github.com> Date: Wed, 25 Dec 2024 22:50:15 +0530 Subject: [PATCH 16/40] Create ghostman.json --- domains/ghostman.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ghostman.json diff --git a/domains/ghostman.json b/domains/ghostman.json new file mode 100644 index 000000000..e21c44a0f --- /dev/null +++ b/domains/ghostman.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ghostMan-pac", + "email": "asifp3104@gmail.com" + }, + "record": { + "CNAME": "ghostMan-pac.github.io" + } +} From dfc4207233ea197cdf114d0388141e4c736e3891 Mon Sep 17 00:00:00 2001 From: Okinea Dev Date: Wed, 25 Dec 2024 23:20:44 +0200 Subject: [PATCH 17/40] Update contacts --- domains/okinea.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/okinea.json b/domains/okinea.json index c5f1904d5..2f586da5b 100644 --- a/domains/okinea.json +++ b/domains/okinea.json @@ -3,7 +3,8 @@ "repo": "https://github.com/okineadev-website", "owner": { "username": "okineadev", - "telegram": "@stadius_lucioni", + "telegram": "https://telegram.okinea.dev", + "email": "hi@okinea.dev", "discord": "okineadev" }, "record": { From fe62c7cbb513021ff5404bc311bb152bf274b0c8 Mon Sep 17 00:00:00 2001 From: Milanstarkk <103732945+Milanstarkk@users.noreply.github.com> Date: Thu, 26 Dec 2024 10:28:17 +0100 Subject: [PATCH 18/40] Create app-giua.json --- domains/app-giua.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/app-giua.json diff --git a/domains/app-giua.json b/domains/app-giua.json new file mode 100644 index 000000000..26d28e91c --- /dev/null +++ b/domains/app-giua.json @@ -0,0 +1,11 @@ +{ + "description": "Giua-App รจ l'applicazione non ufficiale dei registri elettronici giua@school", + "repo": "https://github.com/Milanstarkk/Giua-App", + "owner": { + "username": "Milanstarkk", + "email": "milanstark09yt@gmail.com" + }, + "record": { + "CNAME": "milanstarkk.github.io" + } +} From c3393281acdf3f2ced3641c2067c22aedf6582c0 Mon Sep 17 00:00:00 2001 From: Milanstarkk <103732945+Milanstarkk@users.noreply.github.com> Date: Thu, 26 Dec 2024 11:09:31 +0100 Subject: [PATCH 19/40] Rename app-giua.json to appgiua.json --- domains/{app-giua.json => appgiua.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{app-giua.json => appgiua.json} (100%) diff --git a/domains/app-giua.json b/domains/appgiua.json similarity index 100% rename from domains/app-giua.json rename to domains/appgiua.json From 3a8aef77b26f4ec85ef53704fad7eb2e235ac18f Mon Sep 17 00:00:00 2001 From: Milanstarkk <103732945+Milanstarkk@users.noreply.github.com> Date: Thu, 26 Dec 2024 11:14:29 +0100 Subject: [PATCH 20/40] Rename appgiua.json to app-giua.json --- domains/{appgiua.json => app-giua.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{appgiua.json => app-giua.json} (100%) diff --git a/domains/appgiua.json b/domains/app-giua.json similarity index 100% rename from domains/appgiua.json rename to domains/app-giua.json From 153a888aaad29420c311a2993c4619a8a2dd609a Mon Sep 17 00:00:00 2001 From: Sourav Kumar <147024328+itzsouravkumar@users.noreply.github.com> Date: Thu, 26 Dec 2024 18:32:38 +0530 Subject: [PATCH 21/40] Update sourav.json --- domains/sourav.json | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/domains/sourav.json b/domains/sourav.json index 31b98cab6..a37eacc31 100644 --- a/domains/sourav.json +++ b/domains/sourav.json @@ -1,21 +1,12 @@ { "description": "My Website", - "repo": "https://itzsouravkumar.github.io/mywebsite/", + "repo": "https://github.com/itzsouravkumar/itzsouravkumar.github.io", "owner": { "username": "itzsouravkumar", - "discord": "itz_sour4v", + "email": "", + "discord": "itz_sour4v" }, -{ - "$schema": "../schemas/domain.schema.json", - "domain": "sourav.is-a.dev", - "subdomain": "sourav", - "owner": { - "repo": "https://github.com/itzsouravkumar/mywebsite.git", - "email": "oyesourav05012006@gmail.com" - }, - "record": { - "CNAME": "itzsouravkumar.github.io" - }, - "proxy": false + "record": { + "CNAME": "itzsouravkumar.github.io" } - +} From 62fbf75c67cc18ee12a2a409bc8bf3d49cfb8d44 Mon Sep 17 00:00:00 2001 From: "vin(cent)" <70825723+vintheweirdass@users.noreply.github.com> Date: Thu, 26 Dec 2024 20:25:20 +0700 Subject: [PATCH 22/40] Update vintheweirdass.json --- domains/vintheweirdass.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/vintheweirdass.json b/domains/vintheweirdass.json index f001e5992..0ddc5b2b2 100644 --- a/domains/vintheweirdass.json +++ b/domains/vintheweirdass.json @@ -1,13 +1,12 @@ { - "description": "My base website. Very epik tbh ๐Ÿ’ฅ๐Ÿ’ฅ", + "description": "redirect. js that", "repo": "https://github.com/vintheweirdass/vintheweirdass.github.io", "owner": { "username": "vintheweirdass", "twitter": "vintheweirdass", "discord": "vintheweirdass", - "lahelu": "https://lahelu.com/user/cupglassdev" }, "record": { - "NS": ["christina.ns.cloudflare.com", "mustafa.ns.cloudflare.com"] + "URL": "https://vtwa.is-a.dev" } } From 5162e6d7e09208d047bfe984522c0ceffc8a29ab Mon Sep 17 00:00:00 2001 From: "vin(cent)" <70825723+vintheweirdass@users.noreply.github.com> Date: Thu, 26 Dec 2024 20:25:53 +0700 Subject: [PATCH 23/40] Create vtwa.json --- domains/vtwa.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/vtwa.json diff --git a/domains/vtwa.json b/domains/vtwa.json new file mode 100644 index 000000000..c9d554823 --- /dev/null +++ b/domains/vtwa.json @@ -0,0 +1,12 @@ +{ + "description": "My base website. Very epik tbh ๐Ÿ’ฅ๐Ÿ’ฅ", + "repo": "https://github.com/vintheweirdass/vintheweirdass.github.io", + "owner": { + "username": "vintheweirdass", + "twitter": "vintheweirdass", + "discord": "vintheweirdass" + }, + "record": { + "NS": ["christina.ns.cloudflare.com", "mustafa.ns.cloudflare.com"] + } +} From 088dfd665b359e2c2eb63c12d3459f7ba83a2589 Mon Sep 17 00:00:00 2001 From: "vin(cent)" <70825723+vintheweirdass@users.noreply.github.com> Date: Thu, 26 Dec 2024 20:26:15 +0700 Subject: [PATCH 24/40] Update vintheweirdass.json --- domains/vintheweirdass.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/vintheweirdass.json b/domains/vintheweirdass.json index 0ddc5b2b2..f1fffe798 100644 --- a/domains/vintheweirdass.json +++ b/domains/vintheweirdass.json @@ -4,7 +4,7 @@ "owner": { "username": "vintheweirdass", "twitter": "vintheweirdass", - "discord": "vintheweirdass", + "discord": "vintheweirdass" }, "record": { "URL": "https://vtwa.is-a.dev" From 6beab987ad1f7b96c8815254793287ececc478df Mon Sep 17 00:00:00 2001 From: webcubed <77589042+webcubed@users.noreply.github.com> Date: Thu, 26 Dec 2024 13:07:32 -0500 Subject: [PATCH 25/40] Rename _github-pages-challenge-webcubed.json to _github-pages-challenge-webcubed.webcubed.json --- ...bcubed.json => _github-pages-challenge-webcubed.webcubed.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-webcubed.json => _github-pages-challenge-webcubed.webcubed.json} (100%) diff --git a/domains/_github-pages-challenge-webcubed.json b/domains/_github-pages-challenge-webcubed.webcubed.json similarity index 100% rename from domains/_github-pages-challenge-webcubed.json rename to domains/_github-pages-challenge-webcubed.webcubed.json From aa6dae7f1d5c19c6a9be92185917be146dd04aee Mon Sep 17 00:00:00 2001 From: Sid <81173756+sidx04@users.noreply.github.com> Date: Fri, 27 Dec 2024 00:08:46 +0530 Subject: [PATCH 26/40] Create sidd.json --- domains/sidd.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/sidd.json diff --git a/domains/sidd.json b/domains/sidd.json new file mode 100644 index 000000000..2f9c071c1 --- /dev/null +++ b/domains/sidd.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/sidx04/sidx04.github.io", + "owner": { + "username": "sidx04", + "email": "siddpal04@gmail.com" + }, + "record": { + "CNAME": "sidx04.github.io" + } +} From 455c1e7fec3a4aa4c9b1bc1a7c93b6df59e4198a Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Thu, 26 Dec 2024 15:08:20 -0500 Subject: [PATCH 27/40] chore: formatting --- domains/sidd.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/domains/sidd.json b/domains/sidd.json index 2f9c071c1..fa3b6e974 100644 --- a/domains/sidd.json +++ b/domains/sidd.json @@ -1,10 +1,10 @@ { - "repo": "https://github.com/sidx04/sidx04.github.io", - "owner": { - "username": "sidx04", - "email": "siddpal04@gmail.com" - }, - "record": { - "CNAME": "sidx04.github.io" - } + "repo": "https://github.com/sidx04/sidx04.github.io", + "owner": { + "username": "sidx04", + "email": "siddpal04@gmail.com" + }, + "record": { + "CNAME": "sidx04.github.io" + } } From 3c687626f8777fd4c089630b98f8b6fba1e02b97 Mon Sep 17 00:00:00 2001 From: Khoa Cao <68763046+khoacao2k4@users.noreply.github.com> Date: Fri, 27 Dec 2024 12:07:51 +0700 Subject: [PATCH 28/40] Create _vercel.khoacao.json --- domains/_vercel.khoacao.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_vercel.khoacao.json diff --git a/domains/_vercel.khoacao.json b/domains/_vercel.khoacao.json new file mode 100644 index 000000000..c51268a1e --- /dev/null +++ b/domains/_vercel.khoacao.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "khoacao2k4" + }, + "record": { + "TXT": ["vc-domain-verify=khoacao.is-a.dev,9b86aeda2d7aa9f99748"] + } +} From 6844f68be44bfe21babc98abe65dced797007713 Mon Sep 17 00:00:00 2001 From: Khoa Cao <68763046+khoacao2k4@users.noreply.github.com> Date: Fri, 27 Dec 2024 12:08:27 +0700 Subject: [PATCH 29/40] Create khoacao.json --- domains/khoacao.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/khoacao.json diff --git a/domains/khoacao.json b/domains/khoacao.json new file mode 100644 index 000000000..2c9264dfa --- /dev/null +++ b/domains/khoacao.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "khoacao2k4" + }, + "record": { + "CNAME": "khoa-cao-website.vercel.app" + } +} From c6c145ed3758594beeae642ef29b67f9135650fa Mon Sep 17 00:00:00 2001 From: Khoa Cao <68763046+khoacao2k4@users.noreply.github.com> Date: Fri, 27 Dec 2024 12:11:41 +0700 Subject: [PATCH 30/40] Update khoacao.json --- domains/khoacao.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/khoacao.json b/domains/khoacao.json index 2c9264dfa..e70254090 100644 --- a/domains/khoacao.json +++ b/domains/khoacao.json @@ -1,6 +1,7 @@ { "owner": { - "username": "khoacao2k4" + "username": "khoacao2k4", + "email": "cqnhatkhoa@gmail.com" }, "record": { "CNAME": "khoa-cao-website.vercel.app" From da0eb066a4b310585cf8e50f2a88df971c0618e0 Mon Sep 17 00:00:00 2001 From: Khoa Cao <68763046+khoacao2k4@users.noreply.github.com> Date: Fri, 27 Dec 2024 12:11:56 +0700 Subject: [PATCH 31/40] Update _vercel.khoacao.json --- domains/_vercel.khoacao.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/_vercel.khoacao.json b/domains/_vercel.khoacao.json index c51268a1e..a3ae78ba0 100644 --- a/domains/_vercel.khoacao.json +++ b/domains/_vercel.khoacao.json @@ -1,6 +1,7 @@ { "owner": { - "username": "khoacao2k4" + "username": "khoacao2k4", + "email": "cqnhatkhoa@gmail.com" }, "record": { "TXT": ["vc-domain-verify=khoacao.is-a.dev,9b86aeda2d7aa9f99748"] From 5012c7906dd68bac918eeb5b4620f499b9bad618 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Fri, 27 Dec 2024 17:31:50 +1100 Subject: [PATCH 32/40] Discard changes to domains/6502.json --- domains/6502.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/6502.json diff --git a/domains/6502.json b/domains/6502.json new file mode 100644 index 000000000..8843bd54d --- /dev/null +++ b/domains/6502.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio website for 6502", + "repo": "https://github.com/nobody5050/nobody5050.github.io", + "owner": { + "username": "Nobody5050", + "email": "levibelland@gmail.com" + }, + "record": { + "CNAME": "nobody5050.github.io" + } +} From 02d66c6e4c08b93f2d3282b25576592c24af73d8 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Fri, 27 Dec 2024 17:31:57 +1100 Subject: [PATCH 33/40] Discard changes to domains/_github-pages-challenge-nobody5050.6502.json --- domains/_github-pages-challenge-nobody5050.6502.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-nobody5050.6502.json diff --git a/domains/_github-pages-challenge-nobody5050.6502.json b/domains/_github-pages-challenge-nobody5050.6502.json new file mode 100644 index 000000000..89758a2e7 --- /dev/null +++ b/domains/_github-pages-challenge-nobody5050.6502.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nobody5050", + "email": "levibelland@gmail.com" + }, + "record": { + "TXT": "0648c9309d9441b7f6b0dea3a78194" + } +} From 55e5209bb3ac2f5faa4d798146e0e7aa0117ec2a Mon Sep 17 00:00:00 2001 From: Zach11111 <95551311+Zach11111@users.noreply.github.com> Date: Fri, 27 Dec 2024 04:22:22 -0600 Subject: [PATCH 34/40] Create gary.json --- domains/gary.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/gary.json diff --git a/domains/gary.json b/domains/gary.json new file mode 100644 index 000000000..ecf1bfe3a --- /dev/null +++ b/domains/gary.json @@ -0,0 +1,11 @@ +{ + "description": "gary site", + "repo": "https://github.com/Zach11111/garysite", + "owner": { + "username": "zach11111", + "email": "contact@" + }, + "record": { + "URL": "https:/garylovesclimbingtreesexploringplacesandchasingbutterflies.garythecatisanadorablefelinealwaysseekingfunandadventure.site" + } +} From 042255677a20e0cf71d6ca3d7bc32a090ef5c876 Mon Sep 17 00:00:00 2001 From: Zach11111 <95551311+Zach11111@users.noreply.github.com> Date: Fri, 27 Dec 2024 04:24:44 -0600 Subject: [PATCH 35/40] Update gary.json --- domains/gary.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/gary.json b/domains/gary.json index ecf1bfe3a..010874882 100644 --- a/domains/gary.json +++ b/domains/gary.json @@ -3,7 +3,7 @@ "repo": "https://github.com/Zach11111/garysite", "owner": { "username": "zach11111", - "email": "contact@" + "email": "contact@garybot.dev" }, "record": { "URL": "https:/garylovesclimbingtreesexploringplacesandchasingbutterflies.garythecatisanadorablefelinealwaysseekingfunandadventure.site" From d6f58f87f132e393c66365e21eb292e20a02c58f Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Fri, 27 Dec 2024 18:36:14 +0800 Subject: [PATCH 36/40] stricter url records --- tests/records.test.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tests/records.test.js b/tests/records.test.js index d819fa9b9..de5ecbadc 100644 --- a/tests/records.test.js +++ b/tests/records.test.js @@ -165,13 +165,8 @@ t("All files should have valid record values", (t) => { } if (key === "URL") { + t.true(value.startsWith("http://") || value.startsWith("https://"), `${file}: Record value for ${key} must start with http:// or https://`) t.notThrows(() => new URL(value), `${file}: Invalid URL for ${key}`); - try { - const urlObj = new URL(value); - t.true(urlObj.hostname !== subdomain, `${file}: URL cannot point to itself`); - } catch { - t.fail(`${file}: Invalid URL for ${key}`); - } } } From 51905963f30bb60a7dcfff84b7b5dd34baea732a Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Fri, 27 Dec 2024 18:37:16 +0800 Subject: [PATCH 37/40] Update gary.json --- domains/gary.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/gary.json b/domains/gary.json index 010874882..7947054c1 100644 --- a/domains/gary.json +++ b/domains/gary.json @@ -6,6 +6,6 @@ "email": "contact@garybot.dev" }, "record": { - "URL": "https:/garylovesclimbingtreesexploringplacesandchasingbutterflies.garythecatisanadorablefelinealwaysseekingfunandadventure.site" + "URL": "https://garylovesclimbingtreesexploringplacesandchasingbutterflies.garythecatisanadorablefelinealwaysseekingfunandadventure.site" } } From ad9446042dcca24f78624936bf8fd3a4abf91ca8 Mon Sep 17 00:00:00 2001 From: CodeMaple <91926013+HayBael@users.noreply.github.com> Date: Fri, 27 Dec 2024 18:52:37 +0700 Subject: [PATCH 38/40] Update snowy.json --- domains/snowy.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/snowy.json b/domains/snowy.json index 8f7de18f7..bbe363e7c 100644 --- a/domains/snowy.json +++ b/domains/snowy.json @@ -1,9 +1,8 @@ { "owner": { - "username": "HayBael", - "email": "rakhakhairydarka801@gmail.com" + "username": "HayBael" }, "record": { - "URL": "https://homepage-revisiakhir.vercel.app" + "CNAME": "homepage-revisitrus.vercel.app" } } From 8c5b33b83536dc55144b8acb7cf18bc2d5d1ce9a Mon Sep 17 00:00:00 2001 From: CodeMaple <91926013+HayBael@users.noreply.github.com> Date: Fri, 27 Dec 2024 19:04:54 +0700 Subject: [PATCH 39/40] Create _vercel.snowy.json --- domains/_vercel.snowy.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/_vercel.snowy.json diff --git a/domains/_vercel.snowy.json b/domains/_vercel.snowy.json new file mode 100644 index 000000000..4810ff204 --- /dev/null +++ b/domains/_vercel.snowy.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "HayBael" + }, + "record": { + "TXT": ["vc-domain-verify=snowy.is-a.dev,710433a43c7209070848"] + } +} From 42496d7a894f1e7ea42ed1cadc37a6bfdf5b4109 Mon Sep 17 00:00:00 2001 From: iostpa Date: Fri, 27 Dec 2024 14:31:57 +0200 Subject: [PATCH 40/40] Update domains/s1ow.json --- domains/s1ow.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/s1ow.json b/domains/s1ow.json index 89dc24774..e26a5106b 100644 --- a/domains/s1ow.json +++ b/domains/s1ow.json @@ -10,7 +10,8 @@ "A": [ "185.199.108.153", "185.199.110.153", - "185.199.109.153" + "185.199.109.153", + "185.199.111.153" ], "MX": [ "mx1.improvmx.com",