From 7810f8e77fcf07950adec6c4cc3f19cdacd2baa9 Mon Sep 17 00:00:00 2001 From: Cyril Akaluka <31706741+cyrilakaluka@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:39:44 -0400 Subject: [PATCH 01/95] Create cyril.json --- domains/cyril.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/cyril.json diff --git a/domains/cyril.json b/domains/cyril.json new file mode 100644 index 000000000..b631b717e --- /dev/null +++ b/domains/cyril.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "cyrilakaluka", + "email": "akalukacyril@gmail.com" + }, + "record": { + "CNAME": "cyrilakaluka.github.io" + } +} From b34198d6476a5cc14f7ff99b6bfa7fe8f8fba053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Shomy=20=F0=9F=8D=82?= <61943525+shomykohai@users.noreply.github.com> Date: Wed, 23 Oct 2024 10:00:24 +0200 Subject: [PATCH 02/95] Register shomy.json --- domains/shomy.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/shomy.json diff --git a/domains/shomy.json b/domains/shomy.json new file mode 100644 index 000000000..84f303f83 --- /dev/null +++ b/domains/shomy.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/shomykohai/shomykohai.github.io", + "owner": { + "username": "shomykohai", + "twitter": "shomykohai" + }, + "record": { + "CNAME": "shomykohai.github.io" + } +} From 96ebb2af3f21d53b22683191888364b1dbda42bd Mon Sep 17 00:00:00 2001 From: Undefined Date: Wed, 23 Oct 2024 17:32:50 +0700 Subject: [PATCH 03/95] Update undefined.json --- domains/undefined.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/domains/undefined.json b/domains/undefined.json index f9d8d472b..d860e36c3 100644 --- a/domains/undefined.json +++ b/domains/undefined.json @@ -7,16 +7,6 @@ "twitter": "undefiined__" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "NS": ["elijah.ns.cloudflare.com", "jo.ns.cloudflare.com"] } } From a651cbf71f31e78e06c43a27d1a73b92b9f1bd56 Mon Sep 17 00:00:00 2001 From: Alora Mia Date: Wed, 23 Oct 2024 23:26:13 +0900 Subject: [PATCH 04/95] Create samp.alora.json --- domains/samp.alora.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/samp.alora.json diff --git a/domains/samp.alora.json b/domains/samp.alora.json new file mode 100644 index 000000000..96cfe96d0 --- /dev/null +++ b/domains/samp.alora.json @@ -0,0 +1,13 @@ +{ + "description": "Making my SA-MP server accessible via a custom domain name", + "repo": "https://www.sa-mp.mp/", + "owner": { + "username": "aloramiaa", + "email": "xaloramia@gmail.com" + }, + "record": { + "A": [ + "46.183.184.33" + ] + } +} From 8fe0052df18b0eb7b8b72127aa0be259f2eeb007 Mon Sep 17 00:00:00 2001 From: VMOS <93501803+hungwt@users.noreply.github.com> Date: Wed, 23 Oct 2024 21:48:04 +0700 Subject: [PATCH 05/95] Update duyhung.json --- domains/duyhung.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/duyhung.json b/domains/duyhung.json index 05736e1f2..d1cf0cb92 100644 --- a/domains/duyhung.json +++ b/domains/duyhung.json @@ -4,6 +4,6 @@ "email": "hungwt334@gmail.com" }, "record": { - "A": ["31.186.83.254"] + "A": ["82.165.193.230"] } } From 54a75487889d5b5d97aca0ef9ad9641db91fb8c4 Mon Sep 17 00:00:00 2001 From: Alvin Joy <89687635+alvinsjoy@users.noreply.github.com> Date: Wed, 23 Oct 2024 21:07:16 +0530 Subject: [PATCH 06/95] add email --- domains/alvin.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/domains/alvin.json b/domains/alvin.json index 337cc9f33..bd898d52f 100644 --- a/domains/alvin.json +++ b/domains/alvin.json @@ -5,7 +5,14 @@ "discord": "825382504353234954" }, "record": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ] "A": ["76.76.21.21"], - "TXT": ["google-site-verification=OFAPUslqNNZEkB5-UDAC1K1QjXCwDW_e3flhEchoobM"] + "TXT": [ + "google-site-verification=OFAPUslqNNZEkB5-UDAC1K1QjXCwDW_e3flhEchoobM", + "v=spf1 include:spf.improvmx.com ~all" + ] } } From 2e1bd9734ffc2ae22bc4960ac2ad38a8cf70d23e Mon Sep 17 00:00:00 2001 From: Alvin Joy <89687635+alvinsjoy@users.noreply.github.com> Date: Wed, 23 Oct 2024 21:12:57 +0530 Subject: [PATCH 07/95] add missing comma --- domains/alvin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/alvin.json b/domains/alvin.json index bd898d52f..22d610fa7 100644 --- a/domains/alvin.json +++ b/domains/alvin.json @@ -8,7 +8,7 @@ "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" - ] + ], "A": ["76.76.21.21"], "TXT": [ "google-site-verification=OFAPUslqNNZEkB5-UDAC1K1QjXCwDW_e3flhEchoobM", From 0a8b90f1084d89a5cf64f433714057b80c9f3bd7 Mon Sep 17 00:00:00 2001 From: JustDeveloper Date: Wed, 23 Oct 2024 21:27:44 +0500 Subject: [PATCH 08/95] Update j.json --- domains/j.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/j.json b/domains/j.json index 8207723f2..eb82db8a0 100644 --- a/domains/j.json +++ b/domains/j.json @@ -6,6 +6,6 @@ "discord": "1117482901353812088" }, "record": { - "A": ["89.106.200.1"] + "CNAME": "juststudio7.github.io" } } From e7af6bbd7bd88dc18398414230c91177213e8c5b Mon Sep 17 00:00:00 2001 From: JustDeveloper Date: Wed, 23 Oct 2024 21:56:53 +0500 Subject: [PATCH 09/95] Update j.json --- domains/j.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/j.json b/domains/j.json index eb82db8a0..9469a066e 100644 --- a/domains/j.json +++ b/domains/j.json @@ -1,5 +1,6 @@ { "description": "Short link to juststudio.is-a.dev", + "repo": "https://github.com/JustStudio7/juststudio7.github.io/tree/main", "owner": { "username": "JustDeveloper1", "email": "support@juststudio.is-a.dev", From 9ecab64380ea37a670622d3f4c19a82749a84b3d Mon Sep 17 00:00:00 2001 From: uwunot Date: Wed, 23 Oct 2024 10:08:58 -0700 Subject: [PATCH 10/95] Create uwunotislove.json --- domains/uwunotislove.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/uwunotislove.json diff --git a/domains/uwunotislove.json b/domains/uwunotislove.json new file mode 100644 index 000000000..669fb2ae9 --- /dev/null +++ b/domains/uwunotislove.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "@uwunotislove", + "email": "moody761@hotmail.com" + }, + "record": { + "CNAME": "uwunotislove.github.io" + } +} From 953d50b5abcf63ee78062a8a710332685e1817d8 Mon Sep 17 00:00:00 2001 From: nvct-website <139073726+nvct-website@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:11:28 +0000 Subject: [PATCH 11/95] Update and rename noahvocat.json to frenchguy.json --- domains/{noahvocat.json => frenchguy.json} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename domains/{noahvocat.json => frenchguy.json} (50%) diff --git a/domains/noahvocat.json b/domains/frenchguy.json similarity index 50% rename from domains/noahvocat.json rename to domains/frenchguy.json index 56144613f..105431fff 100644 --- a/domains/noahvocat.json +++ b/domains/frenchguy.json @@ -1,8 +1,8 @@ { - "description": "A dumb kid who like da computer", - "repo": "https://github.com/nvct-website/website/settings/pages", + "description": "A dumb kid who likes da computer", + "repo": "https://github.com/nvct-website/nvct-website.github.io", "owner": { - "username": "Noahvocat (also known as NVCT, Noahvocado or Noahvocados)", + "username": "Noahvocat (also known as NVCT, Noahvocado or Noahvocados or FrenchGuy or AverageFrenchGuy or AvrgFrnchGuy)", "email": "", "discord": "noahvocat" }, From c6fadd76039232326161c9587437cf3d500ee5c4 Mon Sep 17 00:00:00 2001 From: orangc Date: Wed, 23 Oct 2024 20:53:22 +0300 Subject: [PATCH 12/95] Update c.json --- domains/c.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/c.json b/domains/c.json index 8fdc0ccc6..3e9a3b66e 100644 --- a/domains/c.json +++ b/domains/c.json @@ -6,5 +6,6 @@ }, "record": { "NS": ["nucum.ns.cloudflare.com", "tate.ns.cloudflare.com"] - } + }, + "proxied": false } From 1167f5b96eb36328dbdcec1b694908d58157308a Mon Sep 17 00:00:00 2001 From: orangc Date: Wed, 23 Oct 2024 20:54:23 +0300 Subject: [PATCH 13/95] Update orangc.json --- domains/orangc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/orangc.json b/domains/orangc.json index 8fdc0ccc6..3e9a3b66e 100644 --- a/domains/orangc.json +++ b/domains/orangc.json @@ -6,5 +6,6 @@ }, "record": { "NS": ["nucum.ns.cloudflare.com", "tate.ns.cloudflare.com"] - } + }, + "proxied": false } From ba736bc336f3d63186ba62100fbf0fd5c0877e6d Mon Sep 17 00:00:00 2001 From: Rahil <44476072+Rahilkzi@users.noreply.github.com> Date: Wed, 23 Oct 2024 23:24:24 +0530 Subject: [PATCH 14/95] Create rahil.json --- domains/rahil.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/rahil.json diff --git a/domains/rahil.json b/domains/rahil.json new file mode 100644 index 000000000..9e0d52ec0 --- /dev/null +++ b/domains/rahil.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "rahilkzi", + "email": "rahilkazi66@gmail.com", + "discord": "rahilkzi" + }, + "record": { + "CNAME": "cname.vercel-dns.com" + } +} From 526e284b47360c8b06c12a98d20bc00c564ddd5a Mon Sep 17 00:00:00 2001 From: orangc Date: Wed, 23 Oct 2024 21:01:40 +0300 Subject: [PATCH 15/95] Revert "nekos are pog" --- domains/c.json | 3 +-- domains/orangc.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/domains/c.json b/domains/c.json index 3e9a3b66e..8fdc0ccc6 100644 --- a/domains/c.json +++ b/domains/c.json @@ -6,6 +6,5 @@ }, "record": { "NS": ["nucum.ns.cloudflare.com", "tate.ns.cloudflare.com"] - }, - "proxied": false + } } diff --git a/domains/orangc.json b/domains/orangc.json index 3e9a3b66e..8fdc0ccc6 100644 --- a/domains/orangc.json +++ b/domains/orangc.json @@ -6,6 +6,5 @@ }, "record": { "NS": ["nucum.ns.cloudflare.com", "tate.ns.cloudflare.com"] - }, - "proxied": false + } } From b82fe818cec410f3d9e1250e831cb0c120a22926 Mon Sep 17 00:00:00 2001 From: nvct-website <139073726+nvct-website@users.noreply.github.com> Date: Wed, 23 Oct 2024 18:10:31 +0000 Subject: [PATCH 16/95] Update frenchguy.json --- domains/frenchguy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/frenchguy.json b/domains/frenchguy.json index 105431fff..6328dce69 100644 --- a/domains/frenchguy.json +++ b/domains/frenchguy.json @@ -4,7 +4,7 @@ "owner": { "username": "Noahvocat (also known as NVCT, Noahvocado or Noahvocados or FrenchGuy or AverageFrenchGuy or AvrgFrnchGuy)", "email": "", - "discord": "noahvocat" + "discord": "avrgfrnchguy" }, "record": { "CNAME": "nvct-website.github.io" From c10b1dcc56e16b34b6d783151427e10613420cf3 Mon Sep 17 00:00:00 2001 From: xandaaah <74632800+xandaaah@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:38:22 -0400 Subject: [PATCH 17/95] Register host.xandaah.is-a.dev --- domains/host.xandaah.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/host.xandaah.json diff --git a/domains/host.xandaah.json b/domains/host.xandaah.json new file mode 100644 index 000000000..82ed8fad5 --- /dev/null +++ b/domains/host.xandaah.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "xandaaah", + "email": "", + "discord": "726910228289028127", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.T1qnVgduBT3ZaAhLEpPEEpb7lbe4ISMDiDt3L2wEAAbg-_gm0F_9uB1DsruJ6418nBUqz9eG_v0DInwIW6CvlbvceaOvBdF0lFElUSYowFWQg7fTBCIw1DkzUxiQubGAqpt6WiVt0sOSBFUnzOoYbxrmPFH3S5LgSzWoNwcqNZyFdz7At-vj3w61pL59zTHy_wdc_nckD1aLeonZIUxzfQKbL4dvdvnhLRlalVdBtE_Co20zUiUa_-JpEqSlfxAmURQSAyjfOCl_Y9ypizv018se-P0d6K8p7Ta2vNpWLsXWVMW3fOStQiiSqZMx-5V1b6FZdlDTMdXIXBywGH7LNQ.xVZdl43zV0s9MvRWdwvv_w.7Su9KEKZiIDVcbcsiehxY8zisq82fUx44Lj0tO6v9em0f65-x5Wi_FFa4yKBfqZxfVpsvpoc8wDHiOAqQPk_3I1XCxRKP07O884FgeLWEmc.7y2cHSgkts0nDvbHecDvCA" + }, + + "record": { + "A": ["32.216.38.220"] + } + } + \ No newline at end of file From 25a5c1c00046985555309d6bb0ad80cbcd1dc731 Mon Sep 17 00:00:00 2001 From: Habibur Rahman <90517084+perfecthabibur@users.noreply.github.com> Date: Thu, 24 Oct 2024 03:24:08 +0600 Subject: [PATCH 18/95] Create perfecthabibur.json --- domains/perfecthabibur.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/perfecthabibur.json diff --git a/domains/perfecthabibur.json b/domains/perfecthabibur.json new file mode 100644 index 000000000..10143fad6 --- /dev/null +++ b/domains/perfecthabibur.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio website", + "repo": "https://github.com/perfecthabibur/perfecthabibur.github.io", + "owner": { + "username": "perfecthabibur", + "email": "socialhabibur@gmail.com" + }, + "record": { + "CNAME": "perfecthabibur.github.io" + } +} From 2258cbc340e55d8b7b18bc6d9de97d33ee63037f Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 24 Oct 2024 08:19:40 +0800 Subject: [PATCH 19/95] Update dnsconfig.js --- dnsconfig.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dnsconfig.js b/dnsconfig.js index 72a796c71..762dcba92 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -99,16 +99,10 @@ for (var subdomain in domains) { // Exceptions commit.push(IGNORE("@", "MX,TXT")); commit.push(IGNORE("\\*")); -commit.push(IGNORE("*._domainkey", "TXT")); commit.push(IGNORE("_acme-challenge", "TXT")); -commit.push(IGNORE("_autodiscover._tcp", "SRV")); commit.push(IGNORE("_dmarc", "TXT")); commit.push(IGNORE("_psl", "TXT")); -commit.push(IGNORE("autoconfig", "CNAME")); -commit.push(IGNORE("autodiscover", "CNAME")); commit.push(IGNORE("ns[1-5]", "A,AAAA")); -commit.push(IGNORE("test")); -commit.push(IGNORE("**.test")); // Commit all DNS records D("is-a.dev", NewRegistrar("none"), DnsProvider(NewDnsProvider("cloudflare", { "manage_single_redirects": true })), commit); From b3868a696bee942e221bde64ca899899d1255420 Mon Sep 17 00:00:00 2001 From: Law Heng Yi <72597973+B83C@users.noreply.github.com> Date: Thu, 24 Oct 2024 09:36:34 +0800 Subject: [PATCH 20/95] Register b83c.is-a.dev --- domains/b83c.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/b83c.json diff --git a/domains/b83c.json b/domains/b83c.json new file mode 100644 index 000000000..783ff05cb --- /dev/null +++ b/domains/b83c.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "B83C", + "email": "", + "discord": "836525839511846912", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Nvw0e8-E9zApBPATxpQU5BXbRqbR1_h7xux5l7hZQzksus5TRzzXo4Zfc5sfq85atvtSWqCVnHt-wZ8gjz3q2yZzz2DCCFxEI8JkZFYN8UWwqjxm6uMIdAZC82adnLybz5ywmLPqDEM2zXyza0ACNp6u_ooiNYl15Gl1uobBO5KVK31_eOS9jcc9TPeHu_WIX2DDDpOBw5rdekJHkk4t71erXDQixSSqKQz_aOX-LZF1RKxtllN_fiEwYhvS1yVFsMzjoQYUc2B5V0nrXazlohjrmXp1-l4uFYJhpSWOBxLhxp8JLY_oXpVCsDOQ4a_4fAC2YEk2QdlSuoHIzU5Cng.ofqOmbKjozwSbakUCct1Rw.5kQuo8e_WtPz3f7zUliULphR8hUDwrfFzz_rASfJrMvtcqxQ3p52af200MdxdvEiZZy6bus7EdK5p4NCNwUbmDSl3HPnfCqonfFvYUwAPCVdx_XISm48pEpcMNLonkJ0.FrIUaCviOgnPnxkFbhfbJw" + }, + + "record": { + "CNAME": "b83c.eu.org" + } + } + \ No newline at end of file From bb10f0d30e41d344ad6530f2218eafb8364bff61 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Wed, 23 Oct 2024 21:42:30 -0400 Subject: [PATCH 21/95] chore: formatting and validation --- domains/b83c.json | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/domains/b83c.json b/domains/b83c.json index 783ff05cb..b5d0bd3d7 100644 --- a/domains/b83c.json +++ b/domains/b83c.json @@ -1,13 +1,11 @@ { - "owner": { - "username": "B83C", - "email": "", - "discord": "836525839511846912", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Nvw0e8-E9zApBPATxpQU5BXbRqbR1_h7xux5l7hZQzksus5TRzzXo4Zfc5sfq85atvtSWqCVnHt-wZ8gjz3q2yZzz2DCCFxEI8JkZFYN8UWwqjxm6uMIdAZC82adnLybz5ywmLPqDEM2zXyza0ACNp6u_ooiNYl15Gl1uobBO5KVK31_eOS9jcc9TPeHu_WIX2DDDpOBw5rdekJHkk4t71erXDQixSSqKQz_aOX-LZF1RKxtllN_fiEwYhvS1yVFsMzjoQYUc2B5V0nrXazlohjrmXp1-l4uFYJhpSWOBxLhxp8JLY_oXpVCsDOQ4a_4fAC2YEk2QdlSuoHIzU5Cng.ofqOmbKjozwSbakUCct1Rw.5kQuo8e_WtPz3f7zUliULphR8hUDwrfFzz_rASfJrMvtcqxQ3p52af200MdxdvEiZZy6bus7EdK5p4NCNwUbmDSl3HPnfCqonfFvYUwAPCVdx_XISm48pEpcMNLonkJ0.FrIUaCviOgnPnxkFbhfbJw" - }, - - "record": { - "CNAME": "b83c.eu.org" - } + "owner": { + "username": "B83C", + "email": "", + "discord": "836525839511846912", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Nvw0e8-E9zApBPATxpQU5BXbRqbR1_h7xux5l7hZQzksus5TRzzXo4Zfc5sfq85atvtSWqCVnHt-wZ8gjz3q2yZzz2DCCFxEI8JkZFYN8UWwqjxm6uMIdAZC82adnLybz5ywmLPqDEM2zXyza0ACNp6u_ooiNYl15Gl1uobBO5KVK31_eOS9jcc9TPeHu_WIX2DDDpOBw5rdekJHkk4t71erXDQixSSqKQz_aOX-LZF1RKxtllN_fiEwYhvS1yVFsMzjoQYUc2B5V0nrXazlohjrmXp1-l4uFYJhpSWOBxLhxp8JLY_oXpVCsDOQ4a_4fAC2YEk2QdlSuoHIzU5Cng.ofqOmbKjozwSbakUCct1Rw.5kQuo8e_WtPz3f7zUliULphR8hUDwrfFzz_rASfJrMvtcqxQ3p52af200MdxdvEiZZy6bus7EdK5p4NCNwUbmDSl3HPnfCqonfFvYUwAPCVdx_XISm48pEpcMNLonkJ0.FrIUaCviOgnPnxkFbhfbJw" + }, + "record": { + "CNAME": "b83c.eu.org" } - \ No newline at end of file +} From 7e29c3da7d8b2d9c97af74d81ba429aa04f439cf Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Wed, 23 Oct 2024 21:45:37 -0400 Subject: [PATCH 22/95] chore: formatting and validation --- domains/host.xandaah.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/domains/host.xandaah.json b/domains/host.xandaah.json index 82ed8fad5..e50b0b8ff 100644 --- a/domains/host.xandaah.json +++ b/domains/host.xandaah.json @@ -1,13 +1,13 @@ { - "owner": { - "username": "xandaaah", - "email": "", - "discord": "726910228289028127", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.T1qnVgduBT3ZaAhLEpPEEpb7lbe4ISMDiDt3L2wEAAbg-_gm0F_9uB1DsruJ6418nBUqz9eG_v0DInwIW6CvlbvceaOvBdF0lFElUSYowFWQg7fTBCIw1DkzUxiQubGAqpt6WiVt0sOSBFUnzOoYbxrmPFH3S5LgSzWoNwcqNZyFdz7At-vj3w61pL59zTHy_wdc_nckD1aLeonZIUxzfQKbL4dvdvnhLRlalVdBtE_Co20zUiUa_-JpEqSlfxAmURQSAyjfOCl_Y9ypizv018se-P0d6K8p7Ta2vNpWLsXWVMW3fOStQiiSqZMx-5V1b6FZdlDTMdXIXBywGH7LNQ.xVZdl43zV0s9MvRWdwvv_w.7Su9KEKZiIDVcbcsiehxY8zisq82fUx44Lj0tO6v9em0f65-x5Wi_FFa4yKBfqZxfVpsvpoc8wDHiOAqQPk_3I1XCxRKP07O884FgeLWEmc.7y2cHSgkts0nDvbHecDvCA" - }, - - "record": { - "A": ["32.216.38.220"] - } + "owner": { + "username": "xandaaah", + "email": "", + "discord": "726910228289028127", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.T1qnVgduBT3ZaAhLEpPEEpb7lbe4ISMDiDt3L2wEAAbg-_gm0F_9uB1DsruJ6418nBUqz9eG_v0DInwIW6CvlbvceaOvBdF0lFElUSYowFWQg7fTBCIw1DkzUxiQubGAqpt6WiVt0sOSBFUnzOoYbxrmPFH3S5LgSzWoNwcqNZyFdz7At-vj3w61pL59zTHy_wdc_nckD1aLeonZIUxzfQKbL4dvdvnhLRlalVdBtE_Co20zUiUa_-JpEqSlfxAmURQSAyjfOCl_Y9ypizv018se-P0d6K8p7Ta2vNpWLsXWVMW3fOStQiiSqZMx-5V1b6FZdlDTMdXIXBywGH7LNQ.xVZdl43zV0s9MvRWdwvv_w.7Su9KEKZiIDVcbcsiehxY8zisq82fUx44Lj0tO6v9em0f65-x5Wi_FFa4yKBfqZxfVpsvpoc8wDHiOAqQPk_3I1XCxRKP07O884FgeLWEmc.7y2cHSgkts0nDvbHecDvCA" + }, + "record": { + "A": [ + "32.216.38.220" + ] } - \ No newline at end of file +} From 55fb6bcfb46e2a9568aa435798c3af164e669ba8 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Wed, 23 Oct 2024 21:47:37 -0400 Subject: [PATCH 23/95] chore: formatting and validation --- domains/j.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/domains/j.json b/domains/j.json index 9469a066e..6f54e488a 100644 --- a/domains/j.json +++ b/domains/j.json @@ -1,12 +1,12 @@ { - "description": "Short link to juststudio.is-a.dev", - "repo": "https://github.com/JustStudio7/juststudio7.github.io/tree/main", - "owner": { - "username": "JustDeveloper1", - "email": "support@juststudio.is-a.dev", - "discord": "1117482901353812088" - }, - "record": { - "CNAME": "juststudio7.github.io" - } + "description": "Short link to juststudio.is-a.dev", + "repo": "https://github.com/JustStudio7/juststudio7.github.io/tree/main", + "owner": { + "username": "JustDeveloper1", + "email": "support@juststudio.is-a.dev", + "discord": "1117482901353812088" + }, + "record": { + "CNAME": "juststudio7.github.io" + } } From 6bc3dd061202acfd36002fdbf21bb6a5e0c4433c Mon Sep 17 00:00:00 2001 From: Luihh Date: Wed, 23 Oct 2024 20:53:30 -0500 Subject: [PATCH 24/95] Create _vercel.luihh.json --- domains/_vercel.luihh.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_vercel.luihh.json diff --git a/domains/_vercel.luihh.json b/domains/_vercel.luihh.json new file mode 100644 index 000000000..7a6bc3945 --- /dev/null +++ b/domains/_vercel.luihh.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "luihh", + "email": "luihh@proton.me", + "discord": "481268875586174986" + }, + "record": { + "TXT": "vc-domain-verify=luihh.is-a.dev,918089867ac61f642dfc" + } +} From cd37184425bc8116fa1c2e60036458bcc8d2e08d Mon Sep 17 00:00:00 2001 From: Luihh Date: Wed, 23 Oct 2024 20:56:10 -0500 Subject: [PATCH 25/95] Update luihh.json --- domains/luihh.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/domains/luihh.json b/domains/luihh.json index af0238aed..82db15c06 100644 --- a/domains/luihh.json +++ b/domains/luihh.json @@ -1,12 +1,10 @@ { - "description": "Luihh's website", - "repo": "https://github.com/iLui/iLui.github.io", "owner": { - "username": "Luihh", - "email": "luihhbusiness23@gmail.com", - "twitter": "PoweredByLuihh" + "username": "luihh", + "email": "luihh@proton.me", + "discord": "481268875586174986" }, "record": { - "CNAME": "iLui.github.io" + "CNAME": "extreme-demons-spreadsheet.vercel.app" } } From f831b12d67c2d2352e5199938e20e365479c70d8 Mon Sep 17 00:00:00 2001 From: Luihh Date: Wed, 23 Oct 2024 21:15:38 -0500 Subject: [PATCH 26/95] Create _discord.luihh.json --- domains/_discord.luihh.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_discord.luihh.json diff --git a/domains/_discord.luihh.json b/domains/_discord.luihh.json new file mode 100644 index 000000000..4eb7f0cb7 --- /dev/null +++ b/domains/_discord.luihh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "luihh", + "email": "luihh@proton.me" + }, + "record": { + "TXT": "dh=81d234bda025f0796690ab6cf411be3a6b6c73c2" + } +} From 9febadf586be9b25a98a24caec37acf9efbd1876 Mon Sep 17 00:00:00 2001 From: Luihh Date: Wed, 23 Oct 2024 21:18:11 -0500 Subject: [PATCH 27/95] Create _atproto.luihh.json --- domains/_atproto.luihh.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_atproto.luihh.json diff --git a/domains/_atproto.luihh.json b/domains/_atproto.luihh.json new file mode 100644 index 000000000..3e7edd867 --- /dev/null +++ b/domains/_atproto.luihh.json @@ -0,0 +1,10 @@ +{ + "description": "domain verification for bluesky", + "owner": { + "username": "luihh", + "email": "luihh@proton.me" + }, + "record": { + "TXT": "did=did:plc:nkzlgllahrw2v2y6p4inqx6t" + } +} From 8d04758b5833fc09b9ae22fe45394ae60be6abf1 Mon Sep 17 00:00:00 2001 From: Habibur Rahman <90517084+perfecthabibur@users.noreply.github.com> Date: Thu, 24 Oct 2024 08:47:35 +0600 Subject: [PATCH 28/95] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 000000000..25f796814 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +perfecthabibur.is-a.dev \ No newline at end of file From fb6cb7585d5c4ed2551e56a88e4f855b458010d3 Mon Sep 17 00:00:00 2001 From: shockbs <77534483+shockbs@users.noreply.github.com> Date: Thu, 24 Oct 2024 11:02:14 +0800 Subject: [PATCH 29/95] Update docs.shockbs.json --- domains/docs.shockbs.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/docs.shockbs.json b/domains/docs.shockbs.json index 2613ca429..9e4197234 100644 --- a/domains/docs.shockbs.json +++ b/domains/docs.shockbs.json @@ -4,6 +4,5 @@ "discord": "880084860327313459" }, "record": { - "CNAME": "documentationggffddjussdddgghhirrdssh6dd.onrender.com" }, - "proxied": true + "URL": "https://docs.shockbs.pro/" } From f435fdcda8b84dbc303bcce87eb580d704be604d Mon Sep 17 00:00:00 2001 From: shockbs <77534483+shockbs@users.noreply.github.com> Date: Thu, 24 Oct 2024 12:43:44 +0800 Subject: [PATCH 30/95] Update status.shockbs.json --- domains/status.shockbs.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/status.shockbs.json b/domains/status.shockbs.json index 7513244d1..51544bef1 100644 --- a/domains/status.shockbs.json +++ b/domains/status.shockbs.json @@ -4,6 +4,5 @@ "discord": "880084860327313459" }, "record": { - "CNAME": "bbbsjsijb8hsbsnakkshdbfdnds.onrender.com" }, - "proxied": true + "URL": "https://status.shockbs.pro/" } From 2a1b648d4e9274017da45e3167b9baff05aabc09 Mon Sep 17 00:00:00 2001 From: Zarox <85471432+ZAR0X@users.noreply.github.com> Date: Thu, 24 Oct 2024 11:08:56 +0530 Subject: [PATCH 31/95] Create zarox.json --- domains/zarox.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/zarox.json diff --git a/domains/zarox.json b/domains/zarox.json new file mode 100644 index 000000000..47fa9e6a0 --- /dev/null +++ b/domains/zarox.json @@ -0,0 +1,12 @@ +{ + "description": "Personal Portfolio", + "repo": "https://github.com/ZAR0X/ZAR0X.github.io", + "owner": { + "username": "ZAR0X", + "email": "qzarox@gmail.com", + "twitter": "qzarox" + }, + "record": { + "CNAME": "zar0x.github.io" + } +} From 809c4285c7b47fcfc08f06ee1911109c79acf9a2 Mon Sep 17 00:00:00 2001 From: orangc Date: Thu, 24 Oct 2024 08:52:08 +0300 Subject: [PATCH 32/95] Delete CNAME --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index 25f796814..000000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -perfecthabibur.is-a.dev \ No newline at end of file From 3541eae1fda5e77ded02973f79cea937ca8859f9 Mon Sep 17 00:00:00 2001 From: JustDeveloper Date: Thu, 24 Oct 2024 11:27:08 +0500 Subject: [PATCH 33/95] Create _github-pages-challenge-JustStudio7.j.json --- domains/_github-pages-challenge-JustStudio7.j.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_github-pages-challenge-JustStudio7.j.json diff --git a/domains/_github-pages-challenge-JustStudio7.j.json b/domains/_github-pages-challenge-JustStudio7.j.json new file mode 100644 index 000000000..e4aeb1e4d --- /dev/null +++ b/domains/_github-pages-challenge-JustStudio7.j.json @@ -0,0 +1,11 @@ +{ + "description": "verify domain (github)", + "owner": { + "username": "JustDeveloper1", + "email": "support@juststudio.is-a.dev", + "discord": "1117482901353812088" + }, + "record": { + "TXT": "3e256d5551b9e9252f9da7270f6aec" + } +} From 33eacecf40baa16db9de356971123d070ebe1585 Mon Sep 17 00:00:00 2001 From: JustDeveloper Date: Thu, 24 Oct 2024 11:40:17 +0500 Subject: [PATCH 34/95] Update api.juststudio.json --- domains/api.juststudio.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/domains/api.juststudio.json b/domains/api.juststudio.json index ff3f8ca29..12663ca7d 100644 --- a/domains/api.juststudio.json +++ b/domains/api.juststudio.json @@ -1,7 +1,7 @@ { - "description": "JustStudio.API", + "description": "JustStudio.API. Docs: https://juststudio.is-a.dev/api", "owner": { - "username": "JustStudio7", + "username": "JustDeveloper1", "email": "support@juststudio.is-a.dev", "discord": "1117482901353812088" }, @@ -12,5 +12,6 @@ "AAAA": [ "2600:1901:0:6d85::" ] - } + }, + "proxied": true } From b45ecc3eb47dcae9b1cb1a509293de35ee5fdb72 Mon Sep 17 00:00:00 2001 From: JustDeveloper Date: Thu, 24 Oct 2024 12:35:30 +0500 Subject: [PATCH 35/95] Update api.juststudio.json --- domains/api.juststudio.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/api.juststudio.json b/domains/api.juststudio.json index 12663ca7d..093d72087 100644 --- a/domains/api.juststudio.json +++ b/domains/api.juststudio.json @@ -12,6 +12,5 @@ "AAAA": [ "2600:1901:0:6d85::" ] - }, - "proxied": true + } } From a856492c238dca0e124412c4fb84817f83cb6069 Mon Sep 17 00:00:00 2001 From: shockbs <77534483+shockbs@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:33:19 +0800 Subject: [PATCH 36/95] Update status.shockbs.json --- domains/status.shockbs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/status.shockbs.json b/domains/status.shockbs.json index 51544bef1..8eb893807 100644 --- a/domains/status.shockbs.json +++ b/domains/status.shockbs.json @@ -4,5 +4,5 @@ "discord": "880084860327313459" }, "record": { - "URL": "https://status.shockbs.pro/" + "URL": "https://status.shockbs.pro/"} } From 72c3994e39635d4a21a7b46d8b6e45e578095f6b Mon Sep 17 00:00:00 2001 From: shockbs <77534483+shockbs@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:33:45 +0800 Subject: [PATCH 37/95] Update docs.shockbs.json --- domains/docs.shockbs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/docs.shockbs.json b/domains/docs.shockbs.json index 9e4197234..30868e236 100644 --- a/domains/docs.shockbs.json +++ b/domains/docs.shockbs.json @@ -4,5 +4,5 @@ "discord": "880084860327313459" }, "record": { - "URL": "https://docs.shockbs.pro/" + "URL": "https://docs.shockbs.pro/"} } From cc182834c65ef56cf502f80be788d43702fb0a02 Mon Sep 17 00:00:00 2001 From: Ibalh0 <122243269+Ibalh0@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:24:40 +0400 Subject: [PATCH 38/95] Register Ibalh0.is-a.dev --- domains/ibalh0.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/ibalh0.json diff --git a/domains/ibalh0.json b/domains/ibalh0.json new file mode 100644 index 000000000..3f7055f39 --- /dev/null +++ b/domains/ibalh0.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "Ibalh0", + "email": "", + "discord": "1148535309160677376", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.Q8OM23V_DPmsBSJrSdkYq4oK3ZzqYOmFumlIfDLjj3xDYnFWSzks4Hvwm_SiplJlPzqTgfsw4FqG51CbcBcuTlUzkhvoK3hyNY8CxZ8Np8_c35JPVo2v_8UkH9H1_qarNYAgquJqk08wGGc32xaaZrpJeN1jO8pCUhL6uc_r2xaJyvMMkO2w8jwu3iqCJpTJH5UH3-XpwJRUT_uzE1RK3rL9laab5TaLR6QIPFgNW5F71bN4Anj3HIlCbG5ee9mJQowSaS5YAMb4fttTYkSNT-1PR3ekKWMieg1z_7K7SbAn4vG3cE0AQj_fL06l6aO_hTWHi5M54WHUbsVj7fjsTQ.nYgVmf3xj0MTFDqn7XA-oA.BOs8XDiRPkOQ4yx9WzNlFJne3kyQPsec2y6g-LWvpvrq4xg9erYPK78xJtJlpyNwjqkxZf3dZW73bKW50kWpWUJ2UC67OWiMTYxXoKPrcs0.fWo46QmZvvKiLirmPoy7kA" + }, + + "record": { + "CNAME": "https://ibalh0.github.io/ibalh0-portfolio/" + } + } + \ No newline at end of file From e6848082537d2b2e1dcb7cd462be88c72345b064 Mon Sep 17 00:00:00 2001 From: whisp <179332949+itswhisp@users.noreply.github.com> Date: Thu, 24 Oct 2024 05:27:43 -0600 Subject: [PATCH 39/95] Create _vercel.whisp.json --- domains/_vercel.whisp.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_vercel.whisp.json diff --git a/domains/_vercel.whisp.json b/domains/_vercel.whisp.json new file mode 100644 index 000000000..b5e18cfbd --- /dev/null +++ b/domains/_vercel.whisp.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "itswhisp", + "email": "ag.whisp@gmail.com", + "discord": "1276688713434529854" + }, + "record": { + "TXT": "vc-domain-verify=whisp.is-a.dev,131ed1253e922c1133f2" + } +} From b6a670788b4e012f506ab91af36a0f3ed9e3d44b Mon Sep 17 00:00:00 2001 From: whisp <179332949+itswhisp@users.noreply.github.com> Date: Thu, 24 Oct 2024 05:28:59 -0600 Subject: [PATCH 40/95] Create whisp.json --- domains/whisp.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/whisp.json diff --git a/domains/whisp.json b/domains/whisp.json new file mode 100644 index 000000000..1af8c7df8 --- /dev/null +++ b/domains/whisp.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "itswhisp", + "email": "ag.whisp@gmail.com", + "discord": "1276688713434529854" + }, + "record": { + "A": ["76.76.21.21"] + } +} From acd92a91d97bc044f4fcacd0e9c79115f5d21bf2 Mon Sep 17 00:00:00 2001 From: Alvin Joy <89687635+alvinsjoy@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:31:14 +0530 Subject: [PATCH 41/95] Create hive.alvin.json --- hive.alvin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 hive.alvin.json diff --git a/hive.alvin.json b/hive.alvin.json new file mode 100644 index 000000000..7e13bcbcf --- /dev/null +++ b/hive.alvin.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "alvinsjoy", + "email": "", + "discord": "825382504353234954" + }, + "record": { + "A": ["76.76.21.21"] + } +} From 72a094a93fe727bd4ce73c14940f3de6482367fc Mon Sep 17 00:00:00 2001 From: Alvin Joy <89687635+alvinsjoy@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:34:33 +0530 Subject: [PATCH 42/95] Create _vercel.hive.alvin.json --- _vercel.hive.alvin.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 _vercel.hive.alvin.json diff --git a/_vercel.hive.alvin.json b/_vercel.hive.alvin.json new file mode 100644 index 000000000..203fd6a88 --- /dev/null +++ b/_vercel.hive.alvin.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "alvinsjoy", + "email": "", + "discord": "825382504353234954" + }, + "record": { + "TXT": [ + "vc-domain-verify=hive.alvin.is-a.dev,c60034f22ad745c15021", + "vc-domain-verify=www.hive.alvin.is-a.dev,682186731d1f9275c277" + ] + } +} From de33f676862f7ca4b6bece90c83d35278df09765 Mon Sep 17 00:00:00 2001 From: Alvin Joy <89687635+alvinsjoy@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:35:24 +0530 Subject: [PATCH 43/95] Create www.hive.alvin.json --- www.hive.alvin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 www.hive.alvin.json diff --git a/www.hive.alvin.json b/www.hive.alvin.json new file mode 100644 index 000000000..7e13bcbcf --- /dev/null +++ b/www.hive.alvin.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "alvinsjoy", + "email": "", + "discord": "825382504353234954" + }, + "record": { + "A": ["76.76.21.21"] + } +} From 84f72b8f31c97836bb90148cbce5340a8c8bcb3a Mon Sep 17 00:00:00 2001 From: Catrin <95254982+winter7eaf@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:18:36 +0100 Subject: [PATCH 44/95] Create catrin.json --- domains/catrin.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/catrin.json diff --git a/domains/catrin.json b/domains/catrin.json new file mode 100644 index 000000000..765493ba8 --- /dev/null +++ b/domains/catrin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "winter7eaf", + "email": "winter.leafie@gmail.com" + }, + "record": { + "CNAME": "winter7eaf.github.io" + } +} From 3daf6873b60e088fd50d9d8d1f5a53fa88cc5889 Mon Sep 17 00:00:00 2001 From: Alvin Joy <89687635+alvinsjoy@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:51:37 +0530 Subject: [PATCH 45/95] Delete _vercel.hive.alvin.json --- _vercel.hive.alvin.json | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 _vercel.hive.alvin.json diff --git a/_vercel.hive.alvin.json b/_vercel.hive.alvin.json deleted file mode 100644 index 203fd6a88..000000000 --- a/_vercel.hive.alvin.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "owner": { - "username": "alvinsjoy", - "email": "", - "discord": "825382504353234954" - }, - "record": { - "TXT": [ - "vc-domain-verify=hive.alvin.is-a.dev,c60034f22ad745c15021", - "vc-domain-verify=www.hive.alvin.is-a.dev,682186731d1f9275c277" - ] - } -} From 58e91bd6e135186a787fb625c406dcfa438ed144 Mon Sep 17 00:00:00 2001 From: Alvin Joy <89687635+alvinsjoy@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:52:50 +0530 Subject: [PATCH 46/95] vercel says to update _vercel.alvin.json and not _vercel.hive.alvin.json --- domains/_vercel.alvin.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/domains/_vercel.alvin.json b/domains/_vercel.alvin.json index b133bd341..236a3fe7b 100644 --- a/domains/_vercel.alvin.json +++ b/domains/_vercel.alvin.json @@ -5,6 +5,10 @@ "discord": "825382504353234954" }, "record": { - "TXT": "vc-domain-verify=www.alvin.is-a.dev,8cfb8dfac816eacccf2d" + "TXT": [ + "vc-domain-verify=www.alvin.is-a.dev,8cfb8dfac816eacccf2d", + "vc-domain-verify=hive.alvin.is-a.dev,c60034f22ad745c15021", + "vc-domain-verify=www.hive.alvin.is-a.dev,682186731d1f9275c277" + ] } } From ed15627c496e6f4a818a47b498f4c6a9b0a4d7ab Mon Sep 17 00:00:00 2001 From: Alvin Joy <89687635+alvinsjoy@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:59:46 +0530 Subject: [PATCH 47/95] Rename hive.alvin.json to domains/hive.alvin.json --- hive.alvin.json => domains/hive.alvin.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename hive.alvin.json => domains/hive.alvin.json (100%) diff --git a/hive.alvin.json b/domains/hive.alvin.json similarity index 100% rename from hive.alvin.json rename to domains/hive.alvin.json From a9d0249a6ac5522f7c238bea5543097301915d55 Mon Sep 17 00:00:00 2001 From: Alvin Joy <89687635+alvinsjoy@users.noreply.github.com> Date: Thu, 24 Oct 2024 19:00:14 +0530 Subject: [PATCH 48/95] Rename www.hive.alvin.json to domains/www.hive.alvin.json --- www.hive.alvin.json => domains/www.hive.alvin.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename www.hive.alvin.json => domains/www.hive.alvin.json (100%) diff --git a/www.hive.alvin.json b/domains/www.hive.alvin.json similarity index 100% rename from www.hive.alvin.json rename to domains/www.hive.alvin.json From 58bdb61ce929852e4aeaddcf40c0d6b08d84c1d2 Mon Sep 17 00:00:00 2001 From: TunaPham <156062141+Tun52299@users.noreply.github.com> Date: Thu, 24 Oct 2024 20:41:14 +0700 Subject: [PATCH 49/95] Register tuanpham.is-a.dev --- domains/tuanpham.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/tuanpham.json diff --git a/domains/tuanpham.json b/domains/tuanpham.json new file mode 100644 index 000000000..dfb46c32f --- /dev/null +++ b/domains/tuanpham.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "Tun52299", + "email": "", + "discord": "699291160157618226", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.NO4Prmw4__zqB_JFqETf5p4zidLyqmBWvdQdtXTZ1AkyrCUUXRzqJX_Ls4rVWgkO_L-7tJgwLqo1Kd_bLWXm9KgI28TiqxqtAyuHBvQ2k_Ljy5AKzv1e7f_0SsJYGdONyz8JcRwE7lnzm9fkjbGwtLmmbY79vX4z0WckcIQXJZXsToT2cp33M_11wb1F9JpTDBq4SKvBcu11jeTSv3J_gyeL8JMFQQ87F16U30QGY98mtMJq7x0LWWqS2FevqPRyuiFwPOVuiir0qLVfCN9rOj3hnjsQh5ZDXaLCW-KoIBxJtAouQx7gOWsvAgEw9QUH4Z8NRKuklsIpk1ZbSSRgHw.VdDmy0RUUAIVXJfbm8FO3Q.nxTc-dx3PdfwHgGdk3yXfbsJj2Kdr6UrWSvlF9_yecVQH1eOETVxL6iwBdiNdLxfKKrP76gTS-9GK6j-cL1Ix-W5CaeyX4l2Jz_0nDgRVE8.zGKqhWqeyusy1PwiiMxnJA" + }, + + "record": { + "CNAME": "tun52299.github.io" + } + } + \ No newline at end of file From d61959e5cf590286e62547362badf8a5d773c9d1 Mon Sep 17 00:00:00 2001 From: JustDeveloper Date: Thu, 24 Oct 2024 20:00:07 +0500 Subject: [PATCH 50/95] Create clerk.juststudio.json --- domains/clerk.juststudio.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/clerk.juststudio.json diff --git a/domains/clerk.juststudio.json b/domains/clerk.juststudio.json new file mode 100644 index 000000000..43b980be0 --- /dev/null +++ b/domains/clerk.juststudio.json @@ -0,0 +1,11 @@ +{ + "description": "for account system", + "owner": { + "username": "JustDeveloper1", + "email": "support@juststudio.is-a.dev", + "discord": "1117482901353812088" + }, + "record": { + "CNAME": "frontend-api.clerk.services" + } +} From 5b90d4e101177895e6838cd969120697b25c74bf Mon Sep 17 00:00:00 2001 From: JustDeveloper Date: Thu, 24 Oct 2024 20:01:56 +0500 Subject: [PATCH 51/95] Create accounts.juststudio.json --- domains/accounts.juststudio.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/accounts.juststudio.json diff --git a/domains/accounts.juststudio.json b/domains/accounts.juststudio.json new file mode 100644 index 000000000..e2655ff63 --- /dev/null +++ b/domains/accounts.juststudio.json @@ -0,0 +1,11 @@ +{ + "description": "For account system", + "owner": { + "username": "JustDeveloper1", + "email": "support@juststudio.is-a.dev", + "discord": "1117482901353812088" + }, + "record": { + "CNAME": "accounts.clerk.services" + } +} From 3b883a9e68f59eb2ba4e15ceb5a350c18a5d420e Mon Sep 17 00:00:00 2001 From: JustDeveloper Date: Thu, 24 Oct 2024 20:05:15 +0500 Subject: [PATCH 52/95] Create clk._domainkey.juststudio.json --- domains/clk._domainkey.juststudio.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/clk._domainkey.juststudio.json diff --git a/domains/clk._domainkey.juststudio.json b/domains/clk._domainkey.juststudio.json new file mode 100644 index 000000000..3808695c4 --- /dev/null +++ b/domains/clk._domainkey.juststudio.json @@ -0,0 +1,11 @@ +{ + "description": "For account system", + "owner": { + "username": "JustDeveloper1", + "email": "support@juststudio.is-a.dev", + "discord": "1117482901353812088" + }, + "record": { + "CNAME": "dkim1.y6sdqd4maii2.clerk.services" + } +} From 2ec0854af3f430b62903097267fd62d569e98ee6 Mon Sep 17 00:00:00 2001 From: JustDeveloper Date: Thu, 24 Oct 2024 20:06:04 +0500 Subject: [PATCH 53/95] Create clk2._domainkey.juststudio.json --- domains/clk2._domainkey.juststudio.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/clk2._domainkey.juststudio.json diff --git a/domains/clk2._domainkey.juststudio.json b/domains/clk2._domainkey.juststudio.json new file mode 100644 index 000000000..2c97f1728 --- /dev/null +++ b/domains/clk2._domainkey.juststudio.json @@ -0,0 +1,11 @@ +{ + "description": "For account system", + "owner": { + "username": "JustDeveloper1", + "email": "support@juststudio.is-a.dev", + "discord": "1117482901353812088" + }, + "record": { + "CNAME": "dkim2.y6sdqd4maii2.clerk.services" + } +} From a225918f4a8111731cf40ab2cdc16a6107bcd1e9 Mon Sep 17 00:00:00 2001 From: JustDeveloper Date: Thu, 24 Oct 2024 20:07:00 +0500 Subject: [PATCH 54/95] Create clkmail.juststudio.json --- domains/clkmail.juststudio.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/clkmail.juststudio.json diff --git a/domains/clkmail.juststudio.json b/domains/clkmail.juststudio.json new file mode 100644 index 000000000..423e8d13a --- /dev/null +++ b/domains/clkmail.juststudio.json @@ -0,0 +1,11 @@ +{ + "description": "For account system", + "owner": { + "username": "JustDeveloper1", + "email": "support@juststudio.is-a.dev", + "discord": "1117482901353812088" + }, + "record": { + "CNAME": "mail.y6sdqd4maii2.clerk.services" + } +} From ab72609d82f5b2abcf9fa0fcbc9b8c6030f3de05 Mon Sep 17 00:00:00 2001 From: Conaitus Date: Thu, 24 Oct 2024 18:05:47 +0200 Subject: [PATCH 55/95] Register 026.is-a.dev --- domains/026.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/026.json diff --git a/domains/026.json b/domains/026.json new file mode 100644 index 000000000..0d1a149f2 --- /dev/null +++ b/domains/026.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "conaitus", + "email": "", + "discord": "772867638920609823", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.KYStWS9u7kn8H-BJLNUxA0PsFkP5qxGPZm-HYknRfHbFc6c3X2z3Fyz2NQcDz1Du3xpCP58mQsd4lEB9ZBYuzYy8f0xpwr_NeZ1H8l8qIrcekOv3znNXBzfEb5f_jY9lzqUCqD-1f3_X-9J-Q403qxVvx3Tg-7rtUNNtuy4nGPWQK92f1MQva2K2mtFjcvwQyKJLhf1hYakfULm_1UnknYTnfcBmsUZL42CzCeZia9ofvahOGjl4tapLWMbcb3gKtY2cIm37aF3bAXvIIpd50BOv8k4J0NAiKB_1pTcPJlIjvPasoD7-sZBTZ9b5gjjIpajuJaJrh2L5ZN5L4c3X8A.T8PosqQdCtq5qKzL_90vWQ.UCrMJwoBu-vRd5Wj4oS-B63aoapDpka6A0x31G1GpIbzUO-7kHBO1uK7c9rDPpAnuHkOSEp0evh9PJ2-7E1xI-UDIjVkLlE6KUL0eBD8oO0.U0OIRYK4tTs9GV6b1FiarQ" + }, + + "record": { + "A": ["77.175.38.88"] + } + } + \ No newline at end of file From 492ba8e8b69ce257e4643f257802ba0140bba56b Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Thu, 24 Oct 2024 12:08:00 -0400 Subject: [PATCH 56/95] chore: formatting and validation --- domains/026.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/domains/026.json b/domains/026.json index 0d1a149f2..8b72bed70 100644 --- a/domains/026.json +++ b/domains/026.json @@ -1,13 +1,13 @@ { - "owner": { - "username": "conaitus", - "email": "", - "discord": "772867638920609823", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.KYStWS9u7kn8H-BJLNUxA0PsFkP5qxGPZm-HYknRfHbFc6c3X2z3Fyz2NQcDz1Du3xpCP58mQsd4lEB9ZBYuzYy8f0xpwr_NeZ1H8l8qIrcekOv3znNXBzfEb5f_jY9lzqUCqD-1f3_X-9J-Q403qxVvx3Tg-7rtUNNtuy4nGPWQK92f1MQva2K2mtFjcvwQyKJLhf1hYakfULm_1UnknYTnfcBmsUZL42CzCeZia9ofvahOGjl4tapLWMbcb3gKtY2cIm37aF3bAXvIIpd50BOv8k4J0NAiKB_1pTcPJlIjvPasoD7-sZBTZ9b5gjjIpajuJaJrh2L5ZN5L4c3X8A.T8PosqQdCtq5qKzL_90vWQ.UCrMJwoBu-vRd5Wj4oS-B63aoapDpka6A0x31G1GpIbzUO-7kHBO1uK7c9rDPpAnuHkOSEp0evh9PJ2-7E1xI-UDIjVkLlE6KUL0eBD8oO0.U0OIRYK4tTs9GV6b1FiarQ" - }, - - "record": { - "A": ["77.175.38.88"] - } + "owner": { + "username": "conaitus", + "email": "", + "discord": "772867638920609823", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.KYStWS9u7kn8H-BJLNUxA0PsFkP5qxGPZm-HYknRfHbFc6c3X2z3Fyz2NQcDz1Du3xpCP58mQsd4lEB9ZBYuzYy8f0xpwr_NeZ1H8l8qIrcekOv3znNXBzfEb5f_jY9lzqUCqD-1f3_X-9J-Q403qxVvx3Tg-7rtUNNtuy4nGPWQK92f1MQva2K2mtFjcvwQyKJLhf1hYakfULm_1UnknYTnfcBmsUZL42CzCeZia9ofvahOGjl4tapLWMbcb3gKtY2cIm37aF3bAXvIIpd50BOv8k4J0NAiKB_1pTcPJlIjvPasoD7-sZBTZ9b5gjjIpajuJaJrh2L5ZN5L4c3X8A.T8PosqQdCtq5qKzL_90vWQ.UCrMJwoBu-vRd5Wj4oS-B63aoapDpka6A0x31G1GpIbzUO-7kHBO1uK7c9rDPpAnuHkOSEp0evh9PJ2-7E1xI-UDIjVkLlE6KUL0eBD8oO0.U0OIRYK4tTs9GV6b1FiarQ" + }, + "record": { + "A": [ + "77.175.38.88" + ] } - \ No newline at end of file +} From 857e242dccef75e18ac279c3d6c4b37dbd6f44ee Mon Sep 17 00:00:00 2001 From: Zayaan AR Date: Thu, 24 Oct 2024 17:11:37 +0100 Subject: [PATCH 57/95] Register bulletboy.is-a.dev --- domains/bulletboy.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/bulletboy.json diff --git a/domains/bulletboy.json b/domains/bulletboy.json new file mode 100644 index 000000000..138638fbd --- /dev/null +++ b/domains/bulletboy.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "userandaname", + "email": "", + "discord": "823939421686071386", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.G9oEk7CdABSXPTrtniX-JVzXC_M8Ck8N6lcPx6MEEciAoH7DKPHLPkzEFpkNwKO6PacaHGokIEjxJwCyB7M9MiqOU7qtrFh5vQzqPuaTgKMhKE_HGit1ygWe344_R9Ps1JMM7lH-zYq23oiVC57wcxCZ3K32OaTthIC-2qlTpADGruCWdPX9oTL2bJ2ExXhzBkf3i92w0H4N2Qpf2F6u2phMFrSrf7fFemilgwI0YpA46Tn5zPEs3HnpSWBCeysxG6StzteKpvWh8KONqgFg3ApzDux6IzuzPUQ9Yt672miodCFGmvvygL65IH6O7bA3nmoIEf5ogCohTcaia78RaQ.iznvzpLQ_UYA25UWaS1Xtw.odg3WjLAdhjpYNzZ9Yc1qxH4ZzFMbLR7XVkDMvBDPkcTryoADz0n6W60uxecwALZaBqRmncIxGB-a-HQ_cIW7S2VjYyyZixVIec0BSbmZDE.2mkl-CEdAGkZq62jfjw7Ag" + }, + + "record": { + "CNAME": "bulletboy-coder.github.io" + } + } + \ No newline at end of file From 9416cd6f788be4ef0add3582d79a23755a2c5347 Mon Sep 17 00:00:00 2001 From: Ibalh0 <122243269+Ibalh0@users.noreply.github.com> Date: Thu, 24 Oct 2024 22:32:31 +0400 Subject: [PATCH 58/95] Update ibalh0.json --- domains/ibalh0.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/ibalh0.json b/domains/ibalh0.json index 3f7055f39..59ed1ff98 100644 --- a/domains/ibalh0.json +++ b/domains/ibalh0.json @@ -7,7 +7,7 @@ }, "record": { - "CNAME": "https://ibalh0.github.io/ibalh0-portfolio/" + "CNAME": "ibalh0.github.io" } } - \ No newline at end of file + From 544f9572a0cee3267e8ff9a748e956baa48ad22d Mon Sep 17 00:00:00 2001 From: Sebastian Duque Gutierrez <13395979+sebastiandg7@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:04:12 -0500 Subject: [PATCH 59/95] Register sebastiand.is-a.dev --- domains/sebastiand.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/sebastiand.json diff --git a/domains/sebastiand.json b/domains/sebastiand.json new file mode 100644 index 000000000..e7699d4ea --- /dev/null +++ b/domains/sebastiand.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "sebastiandg7", + "email": "", + "discord": "208368273086087170", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.TSHkwx0z2f7tKPzuS6eYo2gfqbD8VG1tfvr34qhGK-SB78GxVj0PXm_kT-ITkOx_h680FZf1__BzFHrEVPoSpFgv2aVOc4QYbk7i0qXPnVxZA9h6AgXMSwVTng-c7xd4vd3qsfZm7re-UBvxGPfYtwSbKPXWs_DxxB-P2Ci1Xzv07A6haVyyqectB_jctnWUq0h3E8r3LfbdnqUut1eQzGPZhbHQj-WPm3XaODu1BF5iiV18dKUNO-Pnv2OXc2AnYXIQPbRYuWo4mXCnOJlNItzhgHJnCKyzihiCJ_ppx6dOzrVtNMDd3D1WrrhK3mkZLnk2wsQnpNtENnez3i8CfQ._Pb9BHSmR48rQv8Wtb-DuQ.miPhqty--2dTp9YtR6eMxGT_YWhIc1Wn6W-zPy-o7luz6VpAii4KYpTt5NQ5rDw8krzrRevGjv2UEw4PAJJ5wp3Kgnz0EQQQx-xMu-64Hyo.05u2HUx_NgIxZ8YRPPEuqQ" + }, + + "record": { + "CNAME": "sebastiandg7.github.io" + } + } + \ No newline at end of file From 18f1bb00998e3445085c87048452367887110f2f Mon Sep 17 00:00:00 2001 From: iLikeToCode <108116949+iLikeToCode@users.noreply.github.com> Date: Thu, 24 Oct 2024 22:30:08 +0100 Subject: [PATCH 60/95] Create archie.json --- domains/archie.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/archie.json diff --git a/domains/archie.json b/domains/archie.json new file mode 100644 index 000000000..62b35c58f --- /dev/null +++ b/domains/archie.json @@ -0,0 +1,11 @@ +{ + "description": "My personal developer portfolio.", + "repo": "https://github.com/iLikeToCode/iliketocode.github.io", + "owner": { + "username": "iLikeToCode", + "email": "archie@archiesbytes.xyz" + }, + "record": { + "CNAME": "iliketocode.github.io" + } +} From 20bf1822cb98b328aea3b188ad83362c134248c0 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:21:19 -0400 Subject: [PATCH 61/95] chore: formatting --- domains/bulletboy.json | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/domains/bulletboy.json b/domains/bulletboy.json index 138638fbd..e42dfd4ab 100644 --- a/domains/bulletboy.json +++ b/domains/bulletboy.json @@ -1,13 +1,11 @@ { - "owner": { - "username": "userandaname", - "email": "", - "discord": "823939421686071386", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.G9oEk7CdABSXPTrtniX-JVzXC_M8Ck8N6lcPx6MEEciAoH7DKPHLPkzEFpkNwKO6PacaHGokIEjxJwCyB7M9MiqOU7qtrFh5vQzqPuaTgKMhKE_HGit1ygWe344_R9Ps1JMM7lH-zYq23oiVC57wcxCZ3K32OaTthIC-2qlTpADGruCWdPX9oTL2bJ2ExXhzBkf3i92w0H4N2Qpf2F6u2phMFrSrf7fFemilgwI0YpA46Tn5zPEs3HnpSWBCeysxG6StzteKpvWh8KONqgFg3ApzDux6IzuzPUQ9Yt672miodCFGmvvygL65IH6O7bA3nmoIEf5ogCohTcaia78RaQ.iznvzpLQ_UYA25UWaS1Xtw.odg3WjLAdhjpYNzZ9Yc1qxH4ZzFMbLR7XVkDMvBDPkcTryoADz0n6W60uxecwALZaBqRmncIxGB-a-HQ_cIW7S2VjYyyZixVIec0BSbmZDE.2mkl-CEdAGkZq62jfjw7Ag" - }, - - "record": { - "CNAME": "bulletboy-coder.github.io" - } + "owner": { + "username": "userandaname", + "email": "", + "discord": "823939421686071386", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.G9oEk7CdABSXPTrtniX-JVzXC_M8Ck8N6lcPx6MEEciAoH7DKPHLPkzEFpkNwKO6PacaHGokIEjxJwCyB7M9MiqOU7qtrFh5vQzqPuaTgKMhKE_HGit1ygWe344_R9Ps1JMM7lH-zYq23oiVC57wcxCZ3K32OaTthIC-2qlTpADGruCWdPX9oTL2bJ2ExXhzBkf3i92w0H4N2Qpf2F6u2phMFrSrf7fFemilgwI0YpA46Tn5zPEs3HnpSWBCeysxG6StzteKpvWh8KONqgFg3ApzDux6IzuzPUQ9Yt672miodCFGmvvygL65IH6O7bA3nmoIEf5ogCohTcaia78RaQ.iznvzpLQ_UYA25UWaS1Xtw.odg3WjLAdhjpYNzZ9Yc1qxH4ZzFMbLR7XVkDMvBDPkcTryoADz0n6W60uxecwALZaBqRmncIxGB-a-HQ_cIW7S2VjYyyZixVIec0BSbmZDE.2mkl-CEdAGkZq62jfjw7Ag" + }, + "record": { + "CNAME": "bulletboy-coder.github.io" } - \ No newline at end of file +} From 86adc65b786743841cc65669bc0a121ecdb8f121 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:23:57 -0400 Subject: [PATCH 62/95] chore: formatting --- domains/archie.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/domains/archie.json b/domains/archie.json index 62b35c58f..e1a5620a5 100644 --- a/domains/archie.json +++ b/domains/archie.json @@ -1,11 +1,11 @@ { - "description": "My personal developer portfolio.", - "repo": "https://github.com/iLikeToCode/iliketocode.github.io", - "owner": { - "username": "iLikeToCode", - "email": "archie@archiesbytes.xyz" - }, - "record": { - "CNAME": "iliketocode.github.io" - } + "description": "My personal developer portfolio.", + "repo": "https://github.com/iLikeToCode/iliketocode.github.io", + "owner": { + "username": "iLikeToCode", + "email": "archie@archiesbytes.xyz" + }, + "record": { + "CNAME": "iliketocode.github.io" + } } From dec2fe663849a38fc3a0ff160e4ef40ba73e37c1 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:25:09 -0400 Subject: [PATCH 63/95] chore: formatting --- domains/sebastiand.json | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/domains/sebastiand.json b/domains/sebastiand.json index e7699d4ea..e0a53eedc 100644 --- a/domains/sebastiand.json +++ b/domains/sebastiand.json @@ -1,13 +1,11 @@ { - "owner": { - "username": "sebastiandg7", - "email": "", - "discord": "208368273086087170", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.TSHkwx0z2f7tKPzuS6eYo2gfqbD8VG1tfvr34qhGK-SB78GxVj0PXm_kT-ITkOx_h680FZf1__BzFHrEVPoSpFgv2aVOc4QYbk7i0qXPnVxZA9h6AgXMSwVTng-c7xd4vd3qsfZm7re-UBvxGPfYtwSbKPXWs_DxxB-P2Ci1Xzv07A6haVyyqectB_jctnWUq0h3E8r3LfbdnqUut1eQzGPZhbHQj-WPm3XaODu1BF5iiV18dKUNO-Pnv2OXc2AnYXIQPbRYuWo4mXCnOJlNItzhgHJnCKyzihiCJ_ppx6dOzrVtNMDd3D1WrrhK3mkZLnk2wsQnpNtENnez3i8CfQ._Pb9BHSmR48rQv8Wtb-DuQ.miPhqty--2dTp9YtR6eMxGT_YWhIc1Wn6W-zPy-o7luz6VpAii4KYpTt5NQ5rDw8krzrRevGjv2UEw4PAJJ5wp3Kgnz0EQQQx-xMu-64Hyo.05u2HUx_NgIxZ8YRPPEuqQ" - }, - - "record": { - "CNAME": "sebastiandg7.github.io" - } + "owner": { + "username": "sebastiandg7", + "email": "", + "discord": "208368273086087170", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.TSHkwx0z2f7tKPzuS6eYo2gfqbD8VG1tfvr34qhGK-SB78GxVj0PXm_kT-ITkOx_h680FZf1__BzFHrEVPoSpFgv2aVOc4QYbk7i0qXPnVxZA9h6AgXMSwVTng-c7xd4vd3qsfZm7re-UBvxGPfYtwSbKPXWs_DxxB-P2Ci1Xzv07A6haVyyqectB_jctnWUq0h3E8r3LfbdnqUut1eQzGPZhbHQj-WPm3XaODu1BF5iiV18dKUNO-Pnv2OXc2AnYXIQPbRYuWo4mXCnOJlNItzhgHJnCKyzihiCJ_ppx6dOzrVtNMDd3D1WrrhK3mkZLnk2wsQnpNtENnez3i8CfQ._Pb9BHSmR48rQv8Wtb-DuQ.miPhqty--2dTp9YtR6eMxGT_YWhIc1Wn6W-zPy-o7luz6VpAii4KYpTt5NQ5rDw8krzrRevGjv2UEw4PAJJ5wp3Kgnz0EQQQx-xMu-64Hyo.05u2HUx_NgIxZ8YRPPEuqQ" + }, + "record": { + "CNAME": "sebastiandg7.github.io" } - \ No newline at end of file +} From ee36186759e1786bf2cde08f29ed17c045482333 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:30:45 -0400 Subject: [PATCH 64/95] chore: formatting --- domains/tuanpham.json | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/domains/tuanpham.json b/domains/tuanpham.json index dfb46c32f..b58712ad8 100644 --- a/domains/tuanpham.json +++ b/domains/tuanpham.json @@ -1,13 +1,11 @@ { - "owner": { - "username": "Tun52299", - "email": "", - "discord": "699291160157618226", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.NO4Prmw4__zqB_JFqETf5p4zidLyqmBWvdQdtXTZ1AkyrCUUXRzqJX_Ls4rVWgkO_L-7tJgwLqo1Kd_bLWXm9KgI28TiqxqtAyuHBvQ2k_Ljy5AKzv1e7f_0SsJYGdONyz8JcRwE7lnzm9fkjbGwtLmmbY79vX4z0WckcIQXJZXsToT2cp33M_11wb1F9JpTDBq4SKvBcu11jeTSv3J_gyeL8JMFQQ87F16U30QGY98mtMJq7x0LWWqS2FevqPRyuiFwPOVuiir0qLVfCN9rOj3hnjsQh5ZDXaLCW-KoIBxJtAouQx7gOWsvAgEw9QUH4Z8NRKuklsIpk1ZbSSRgHw.VdDmy0RUUAIVXJfbm8FO3Q.nxTc-dx3PdfwHgGdk3yXfbsJj2Kdr6UrWSvlF9_yecVQH1eOETVxL6iwBdiNdLxfKKrP76gTS-9GK6j-cL1Ix-W5CaeyX4l2Jz_0nDgRVE8.zGKqhWqeyusy1PwiiMxnJA" - }, - - "record": { - "CNAME": "tun52299.github.io" - } + "owner": { + "username": "Tun52299", + "email": "", + "discord": "699291160157618226", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.NO4Prmw4__zqB_JFqETf5p4zidLyqmBWvdQdtXTZ1AkyrCUUXRzqJX_Ls4rVWgkO_L-7tJgwLqo1Kd_bLWXm9KgI28TiqxqtAyuHBvQ2k_Ljy5AKzv1e7f_0SsJYGdONyz8JcRwE7lnzm9fkjbGwtLmmbY79vX4z0WckcIQXJZXsToT2cp33M_11wb1F9JpTDBq4SKvBcu11jeTSv3J_gyeL8JMFQQ87F16U30QGY98mtMJq7x0LWWqS2FevqPRyuiFwPOVuiir0qLVfCN9rOj3hnjsQh5ZDXaLCW-KoIBxJtAouQx7gOWsvAgEw9QUH4Z8NRKuklsIpk1ZbSSRgHw.VdDmy0RUUAIVXJfbm8FO3Q.nxTc-dx3PdfwHgGdk3yXfbsJj2Kdr6UrWSvlF9_yecVQH1eOETVxL6iwBdiNdLxfKKrP76gTS-9GK6j-cL1Ix-W5CaeyX4l2Jz_0nDgRVE8.zGKqhWqeyusy1PwiiMxnJA" + }, + "record": { + "CNAME": "tun52299.github.io" } - \ No newline at end of file +} From 01a97218b1b839ea305bfc9e88e64ba1ec1f38e8 Mon Sep 17 00:00:00 2001 From: whisp <179332949+itswhisp@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:32:22 -0600 Subject: [PATCH 65/95] Create _discord.whisp.json --- domains/_discord.whisp.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_discord.whisp.json diff --git a/domains/_discord.whisp.json b/domains/_discord.whisp.json new file mode 100644 index 000000000..b9479b0ac --- /dev/null +++ b/domains/_discord.whisp.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "itswhisp", + "email": "ag.whisp@gmail.com" + }, + "record": { + "TXT": "dh=f98e45bf000905131a5ee712210c9561d2079b24" + } +} From ab11d27fe3104144639d2344e54b1bb369714abb Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 25 Oct 2024 10:20:03 +0800 Subject: [PATCH 66/95] Update dnsconfig.js --- dnsconfig.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dnsconfig.js b/dnsconfig.js index 762dcba92..88d2f8d3a 100644 --- a/dnsconfig.js +++ b/dnsconfig.js @@ -99,9 +99,13 @@ for (var subdomain in domains) { // Exceptions commit.push(IGNORE("@", "MX,TXT")); commit.push(IGNORE("\\*")); +commit.push(IGNORE("*._domainkey", "TXT")); commit.push(IGNORE("_acme-challenge", "TXT")); +commit.push(IGNORE("_autodiscover._tcp", "SRV")); commit.push(IGNORE("_dmarc", "TXT")); commit.push(IGNORE("_psl", "TXT")); +commit.push(IGNORE("autoconfig", "CNAME")); +commit.push(IGNORE("autodiscover", "CNAME")); commit.push(IGNORE("ns[1-5]", "A,AAAA")); // Commit all DNS records From e4c3e0178540016cdd5467b560bc132d8c220c69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20H=E1=BB=93ng=20S=C6=A1n?= <81855366+crischutu07@users.noreply.github.com> Date: Fri, 25 Oct 2024 10:49:38 +0700 Subject: [PATCH 67/95] Create _atproto.crischutu07.json --- domains/_atproto.crischutu07.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_atproto.crischutu07.json diff --git a/domains/_atproto.crischutu07.json b/domains/_atproto.crischutu07.json new file mode 100644 index 000000000..e9754feb8 --- /dev/null +++ b/domains/_atproto.crischutu07.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "crischutu07", + "email": "crischutu07owo@gmail.com", + "description": "Bluesky custom handle." + }, + "record": { + "TXT": "did=did:plc:tfpfqi3qewuc5ugaipb57waa" + } +} From 3319f95d0d3734a8f46ff6014cf0ddecb26d2122 Mon Sep 17 00:00:00 2001 From: ohdy518 Date: Fri, 25 Oct 2024 15:29:24 +0900 Subject: [PATCH 68/95] Replace A records with CNAME record remove MX records. --- domains/ohdy.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/domains/ohdy.json b/domains/ohdy.json index a837e86bd..52e6b9bdd 100644 --- a/domains/ohdy.json +++ b/domains/ohdy.json @@ -4,14 +4,6 @@ "email": "ohdy518@gmail.com" }, "record": { - "A": [ - "172.66.47.126", - "172.66.44.130" - ], - "MX": [ - "mx1.forwardemail.net", - "mx2.forwardemail.net" - ], - "TXT": "forward-email=ohdy518@gmail.com" + "CNAME": "ohdy518.pages.dev" } } From bd41d875323d959e8cf7e6a764f4d3eb1674d204 Mon Sep 17 00:00:00 2001 From: Catrin <95254982+winter7eaf@users.noreply.github.com> Date: Fri, 25 Oct 2024 10:50:32 +0100 Subject: [PATCH 69/95] Create yourthoughts.catrin.json --- domains/yourthoughts.catrin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/yourthoughts.catrin.json diff --git a/domains/yourthoughts.catrin.json b/domains/yourthoughts.catrin.json new file mode 100644 index 000000000..5aad7f558 --- /dev/null +++ b/domains/yourthoughts.catrin.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "winter&eaf", + "email": "", + "discord": "614054830360494100" + }, + "record": { + "A": ["144.21.62.57"] + } +} From 4277ae05e5d6a1f7aaac064f8a8fc244cc37a3fc Mon Sep 17 00:00:00 2001 From: Catrin <95254982+winter7eaf@users.noreply.github.com> Date: Fri, 25 Oct 2024 10:54:22 +0100 Subject: [PATCH 70/95] Create www.yourthoughts.catrin.json --- domains/www.yourthoughts.catrin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/www.yourthoughts.catrin.json diff --git a/domains/www.yourthoughts.catrin.json b/domains/www.yourthoughts.catrin.json new file mode 100644 index 000000000..5aad7f558 --- /dev/null +++ b/domains/www.yourthoughts.catrin.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "winter&eaf", + "email": "", + "discord": "614054830360494100" + }, + "record": { + "A": ["144.21.62.57"] + } +} From d7892aa3fb0199ba26212229c6c37adfdb0795c9 Mon Sep 17 00:00:00 2001 From: Catrin <95254982+winter7eaf@users.noreply.github.com> Date: Fri, 25 Oct 2024 10:58:42 +0100 Subject: [PATCH 71/95] Create _github-pages-challenge-winter7eaf.json --- domains/_github-pages-challenge-winter7eaf.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-winter7eaf.json diff --git a/domains/_github-pages-challenge-winter7eaf.json b/domains/_github-pages-challenge-winter7eaf.json new file mode 100644 index 000000000..c30f2aba3 --- /dev/null +++ b/domains/_github-pages-challenge-winter7eaf.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "winter7eaf", + "email": "", + "discord": "614054830360494100" + }, + "record": { + "TXT": "663a107901939e867a3f6c387dcadd" + } +} From 6333dc8c83985a5bfc9e7378f4c94dd9ffee1f7d Mon Sep 17 00:00:00 2001 From: Emmanouil Athanasopoulos <70025614+athanasso@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:33:17 +0300 Subject: [PATCH 72/95] Create _vercel.athanasopoulos.json --- domains/_vercel.athanasopoulos.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_vercel.athanasopoulos.json diff --git a/domains/_vercel.athanasopoulos.json b/domains/_vercel.athanasopoulos.json new file mode 100644 index 000000000..5cf63ba90 --- /dev/null +++ b/domains/_vercel.athanasopoulos.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "athanasso", + "email": "manos.athanasopoulos@yahoo.gr", + "discord": "187183823354724352" + }, + "record": { + "TXT": "vc-domain-verify=athanasopoulos.is-a.dev,56d11a7196dfe6d19e95" + } +} From a149f64e05f34f8129c187da336e9331b9d465fe Mon Sep 17 00:00:00 2001 From: Emmanouil Athanasopoulos <70025614+athanasso@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:34:40 +0300 Subject: [PATCH 73/95] Update athanasopoulos.json --- domains/athanasopoulos.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/domains/athanasopoulos.json b/domains/athanasopoulos.json index 42d3109ce..c42231138 100644 --- a/domains/athanasopoulos.json +++ b/domains/athanasopoulos.json @@ -1,11 +1,10 @@ { - "description": "A personal website, for me.", - "repo": "https://github.com/athanasso/athanasso.github.io", "owner": { "username": "athanasso", - "email": "manos.athanasopoulos@yahoo.gr" + "email": "manos.athanasopoulos@yahoo.gr", + "discord": "187183823354724352" }, "record": { - "CNAME": "athanasso.github.io" + "CNAME": "next-portfolio-eight-kohl.vercel.app" } } From 9f346e5cfd8dfd406b6c7e5594537e8d530148d2 Mon Sep 17 00:00:00 2001 From: abiapp789 Date: Fri, 25 Oct 2024 19:19:13 +0530 Subject: [PATCH 74/95] Create abiapp789.json --- domains/abiapp789.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/abiapp789.json diff --git a/domains/abiapp789.json b/domains/abiapp789.json new file mode 100644 index 000000000..44864e508 --- /dev/null +++ b/domains/abiapp789.json @@ -0,0 +1,9 @@ +{ + "domain": "abiapp1789.is-a.dev", + "owner": { + "email": "abiapp2024@gmail.com" + }, + "record": { + "CNAME": ["abiapp789.github.io/abiapp789.github.io"] + } +} From b14fe9be267e56134a7108812c14e66f0c5fc36c Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 25 Oct 2024 09:58:05 -0400 Subject: [PATCH 75/95] chore: formatting and validation --- domains/abiapp789.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/domains/abiapp789.json b/domains/abiapp789.json index 44864e508..32c0a77ce 100644 --- a/domains/abiapp789.json +++ b/domains/abiapp789.json @@ -1,9 +1,9 @@ { - "domain": "abiapp1789.is-a.dev", - "owner": { - "email": "abiapp2024@gmail.com" - }, - "record": { - "CNAME": ["abiapp789.github.io/abiapp789.github.io"] - } + "domain": "abiapp1789.is-a.dev", + "owner": { + "email": "abiapp2024@gmail.com" + }, + "record": { + "CNAME": "abiapp789.github.io" + } } From 70f5658e34194a4be1654644b247bf412d2c1329 Mon Sep 17 00:00:00 2001 From: Roshan Tiwaree Date: Fri, 25 Oct 2024 19:44:30 +0545 Subject: [PATCH 76/95] chore(json): registration for ``sprit.is-a-dev`` domain. --- domains/sprit.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/sprit.json diff --git a/domains/sprit.json b/domains/sprit.json new file mode 100644 index 000000000..63af3c2dd --- /dev/null +++ b/domains/sprit.json @@ -0,0 +1,11 @@ +{ + "description": "Codedspeit's personal note site", + "repo": "https://github.com/codedsprit/spritnote", + "owner": { + "username": "codedsprit", + "email": "roshan0x01@gmail.com" + }, + "record": { + "CNAME": "codedsprit.github.io/spritnote" + } +} From d190a4f0106bc764da99685adf4a473ccd7ec35a Mon Sep 17 00:00:00 2001 From: uwunot Date: Fri, 25 Oct 2024 07:15:29 -0700 Subject: [PATCH 77/95] Create _github-pages-challenge-uwunotislove.json --- domains/_github-pages-challenge-uwunotislove.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-uwunotislove.json diff --git a/domains/_github-pages-challenge-uwunotislove.json b/domains/_github-pages-challenge-uwunotislove.json new file mode 100644 index 000000000..625aab4a7 --- /dev/null +++ b/domains/_github-pages-challenge-uwunotislove.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "", + "email": "" + }, + "record": { + "TXT": "<8876b3cf70241ebe1c869f0a72a012>" + } +} From 061ede95e70bbb8d802238346638013820431f1f Mon Sep 17 00:00:00 2001 From: uwunot Date: Fri, 25 Oct 2024 07:23:13 -0700 Subject: [PATCH 78/95] Update _github-pages-challenge-uwunotislove.json --- domains/_github-pages-challenge-uwunotislove.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_github-pages-challenge-uwunotislove.json b/domains/_github-pages-challenge-uwunotislove.json index 625aab4a7..3c8563af5 100644 --- a/domains/_github-pages-challenge-uwunotislove.json +++ b/domains/_github-pages-challenge-uwunotislove.json @@ -4,6 +4,6 @@ "email": "" }, "record": { - "TXT": "<8876b3cf70241ebe1c869f0a72a012>" + "TXT": "" } } From 000bcd7f083ace741b14f185f992c947c7458b08 Mon Sep 17 00:00:00 2001 From: uwunot Date: Fri, 25 Oct 2024 07:52:21 -0700 Subject: [PATCH 79/95] Delete domains/_github-pages-challenge-uwunotislove.json --- domains/_github-pages-challenge-uwunotislove.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_github-pages-challenge-uwunotislove.json diff --git a/domains/_github-pages-challenge-uwunotislove.json b/domains/_github-pages-challenge-uwunotislove.json deleted file mode 100644 index 3c8563af5..000000000 --- a/domains/_github-pages-challenge-uwunotislove.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "", - "email": "" - }, - "record": { - "TXT": "" - } -} From a1291eec7d341f7600cd35ad21379b99e139e061 Mon Sep 17 00:00:00 2001 From: uwunot Date: Fri, 25 Oct 2024 07:55:21 -0700 Subject: [PATCH 80/95] Add TXT record to uwunotislove.is-a.dev --- domains/_gh-uwunotislove-o.uwunotislove.is-a.dev.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_gh-uwunotislove-o.uwunotislove.is-a.dev.json diff --git a/domains/_gh-uwunotislove-o.uwunotislove.is-a.dev.json b/domains/_gh-uwunotislove-o.uwunotislove.is-a.dev.json new file mode 100644 index 000000000..de06a947f --- /dev/null +++ b/domains/_gh-uwunotislove-o.uwunotislove.is-a.dev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "uwunotislove", + "email": "moody761@hotmail.com" + }, + "record": { + "TXT": "0964074425" + } +} From 5d806e9149546b3c025e9f42b20195025f95c1f5 Mon Sep 17 00:00:00 2001 From: Fatlum Date: Fri, 25 Oct 2024 17:02:08 +0200 Subject: [PATCH 81/95] Update lumi.json --- domains/lumi.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/lumi.json b/domains/lumi.json index 5f5496a5b..cd14768b0 100644 --- a/domains/lumi.json +++ b/domains/lumi.json @@ -7,5 +7,6 @@ }, "record": { "CNAME": "lumidevelopment.github.io" + "TXT": "vc-domain-verify=lumi.is-a.dev,38de86570893517719b8" } } From c238914ed10ea320337ad37171c167120de6fd6a Mon Sep 17 00:00:00 2001 From: Vivek Date: Fri, 25 Oct 2024 20:33:05 +0530 Subject: [PATCH 82/95] created vik.json --- domains/vik.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/vik.json diff --git a/domains/vik.json b/domains/vik.json new file mode 100644 index 000000000..2de2f59c2 --- /dev/null +++ b/domains/vik.json @@ -0,0 +1,11 @@ +{ + "description": "Vivek's Portfolio", + "repo": "https://github.com/xd-vik/imvik", + "owner": { + "username": "xd-vik", + "email": "vivekcodzz@gmail.com" + }, + "record": { + "CNAME": "imvik.vercel.app" + } +} From bb0373745b296f7c53171cf876cb3fce1db9a39c Mon Sep 17 00:00:00 2001 From: uwunot Date: Fri, 25 Oct 2024 08:07:30 -0700 Subject: [PATCH 83/95] Update and rename _gh-uwunotislove-o.uwunotislove.is-a.dev.json to _github-pages-challenge-uwunotislove.json --- ....is-a.dev.json => _github-pages-challenge-uwunotislove.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{_gh-uwunotislove-o.uwunotislove.is-a.dev.json => _github-pages-challenge-uwunotislove.json} (72%) diff --git a/domains/_gh-uwunotislove-o.uwunotislove.is-a.dev.json b/domains/_github-pages-challenge-uwunotislove.json similarity index 72% rename from domains/_gh-uwunotislove-o.uwunotislove.is-a.dev.json rename to domains/_github-pages-challenge-uwunotislove.json index de06a947f..c59c65c1f 100644 --- a/domains/_gh-uwunotislove-o.uwunotislove.is-a.dev.json +++ b/domains/_github-pages-challenge-uwunotislove.json @@ -4,6 +4,6 @@ "email": "moody761@hotmail.com" }, "record": { - "TXT": "0964074425" + "TXT": "acc9aa70632e1e7067dca8e6d8c619" } } From 6f6379c5af8585b81f96f016ead5818567a78c6a Mon Sep 17 00:00:00 2001 From: Fatlum Date: Fri, 25 Oct 2024 17:09:19 +0200 Subject: [PATCH 84/95] Create _vercel.lumi.json --- domains/_vercel.lumi.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_vercel.lumi.json diff --git a/domains/_vercel.lumi.json b/domains/_vercel.lumi.json new file mode 100644 index 000000000..869c35d9b --- /dev/null +++ b/domains/_vercel.lumi.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "itsFatlum", + "email": "", + "discord": "563697359423406082" + }, + "record": { + "TXT": "vc-domain-verify=lumi.is-a.dev,38de86570893517719b8" + } +} From e7d042c9ef059bd8ec0a127bc76aa28169b153b9 Mon Sep 17 00:00:00 2001 From: uwunot Date: Fri, 25 Oct 2024 08:10:25 -0700 Subject: [PATCH 85/95] Update and rename _github-pages-challenge-uwunotislove.json to _gh-uwunotislove-o.uwunotislove.is-a.dev.json --- ...slove.json => _gh-uwunotislove-o.uwunotislove.is-a.dev.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{_github-pages-challenge-uwunotislove.json => _gh-uwunotislove-o.uwunotislove.is-a.dev.json} (72%) diff --git a/domains/_github-pages-challenge-uwunotislove.json b/domains/_gh-uwunotislove-o.uwunotislove.is-a.dev.json similarity index 72% rename from domains/_github-pages-challenge-uwunotislove.json rename to domains/_gh-uwunotislove-o.uwunotislove.is-a.dev.json index c59c65c1f..ef566cbe2 100644 --- a/domains/_github-pages-challenge-uwunotislove.json +++ b/domains/_gh-uwunotislove-o.uwunotislove.is-a.dev.json @@ -4,6 +4,6 @@ "email": "moody761@hotmail.com" }, "record": { - "TXT": "acc9aa70632e1e7067dca8e6d8c619" + "TXT": ["40e1ac102d"] } } From 6d17b183ee4004e7412428abba90d0f3a3ee0506 Mon Sep 17 00:00:00 2001 From: uwunot Date: Fri, 25 Oct 2024 08:20:21 -0700 Subject: [PATCH 86/95] Rename _gh-uwunotislove-o.uwunotislove.is-a.dev.json to _gh-uwunotislove-o.uwunotislove.json --- ...tislove.is-a.dev.json => _gh-uwunotislove-o.uwunotislove.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_gh-uwunotislove-o.uwunotislove.is-a.dev.json => _gh-uwunotislove-o.uwunotislove.json} (100%) diff --git a/domains/_gh-uwunotislove-o.uwunotislove.is-a.dev.json b/domains/_gh-uwunotislove-o.uwunotislove.json similarity index 100% rename from domains/_gh-uwunotislove-o.uwunotislove.is-a.dev.json rename to domains/_gh-uwunotislove-o.uwunotislove.json From feb58628aa3d8df06cc9a41e6c92eb960526139f Mon Sep 17 00:00:00 2001 From: Fatlum Date: Fri, 25 Oct 2024 17:21:25 +0200 Subject: [PATCH 87/95] Delete domains/lumi.json --- domains/lumi.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/lumi.json diff --git a/domains/lumi.json b/domains/lumi.json deleted file mode 100644 index cd14768b0..000000000 --- a/domains/lumi.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "itsFatlum", - "email": "", - "discord": "563697359423406082", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.rYJfVY9ddcNfUcpiA_o2o6afOGU-_sax-Oa1vg0zHVqWukEa9JJAEa-CF6Z6zpQTsrzS1fHeu17ddrDN2fvYf9d4K6-JpqrPBKX8RuPRhusLm4sdrrsDgyBcPQINzvVBdYya68DmkLQxf6lKAncjmRbLKkvkku32sakJlnSUbYJgstWMEBLtXe0hyroNt6_TkuNv9QiRECuhnmlo2_lC2P2EIh5ZtfvdNjfuS1N3uZc2nZpTmWclSQd3NVVe7IrZ7XfRocJFBKP19MIV9_qPxL6IKUH3gacnEqiFeTK2jirFv9dqvw6U_svwWqLeIv4Wc-p_I_GgIPUetDbOP4x0dQ.JRHm9e3Qt7KlgJhhL2pcng.s69nUmVqp_xNW7Bqr8g8ok3LPknauV7vy60oagYQgOEdZIdySA8znFtCp9YH7U7z2Bqr6n_suwYNkbgfgnniCPOo3b5P63Hxh9UQJe5wwkJpqqn2bAmS1rR1yAj4jnkv.89_IC0fL8YWZck7DqeF6zA" - }, - "record": { - "CNAME": "lumidevelopment.github.io" - "TXT": "vc-domain-verify=lumi.is-a.dev,38de86570893517719b8" - } -} From 75a084ecb45f4fb34dd3fb643860acf4f2ebf6c5 Mon Sep 17 00:00:00 2001 From: Fatlum Date: Fri, 25 Oct 2024 17:25:47 +0200 Subject: [PATCH 88/95] Create lumi.json --- domains/lumi.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/lumi.json diff --git a/domains/lumi.json b/domains/lumi.json new file mode 100644 index 000000000..e7552916b --- /dev/null +++ b/domains/lumi.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "itsFatlum", + "email": "", + "discord": "563697359423406082" + }, + "record": { + "A": ["76.76.21.21"] + } +} From d4de61e2ec7376df1423a0b9abb02a5d458bb8bc Mon Sep 17 00:00:00 2001 From: SkyExploreWasTaken Date: Fri, 25 Oct 2024 17:54:00 +0200 Subject: [PATCH 89/95] Delete domains/z.json --- domains/z.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 domains/z.json diff --git a/domains/z.json b/domains/z.json deleted file mode 100644 index d1b8310f1..000000000 --- a/domains/z.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "owner": { - "username": "SkyExploreWasTaken", - "email": "", - "discord": "1049263707177353247", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.ae9lxcsRx9K7NJv-AcRXmgm-8sWQp-2e6Pxly82K9_797Wy3RjBtVGaq9snYtOkL-Qm9Oj845TiS8DV-ae7fPyWYwHgzrDj99tuRjVFyrvWfCbglvOWWHODsjV5lJpJZQjuHQn08O1Ptv69N5E2-imTQegZhcn5pkMiTCW8VpuXNXD_1Viu5_xSUYXYaAsaY-G0QYNLK3IPky8zorgdC4-5w23htVxmbiAMTtqHHOJx-wqv2R-xya96-BlQ_P8GtCTG5XJQzdqrqz630012T_tdD5VL5wbBbsCcWI4EoHqGZcBt4LhUL0GPnr9jnWuTcoBVyMSevG6plNjPF9wc6WQ.cOsFit33h3r9GZdCYQ8B3Q.iOkTaYYCBBWaWv9ZtDxpCL4ix4zMWwIYcIMuje17bYUcWom6plFOQFmG24WCucDMgbeMd_eM0NdttpHYRdl7VaM_E4zTUMViGInDWEO1ucI2whNYUt3Cf1Zev1851l44.eoIzam49yND7K-OzfY6Rag" - }, - "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - }, - "proxied": true -} From e8f5f4103257429dfc90cc700a84cfa9e4155f03 Mon Sep 17 00:00:00 2001 From: Roshan Tiwaree Date: Fri, 25 Oct 2024 21:53:00 +0545 Subject: [PATCH 90/95] chore(record): fix destination to ``netlify``. --- domains/sprit.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/sprit.json b/domains/sprit.json index 63af3c2dd..561093001 100644 --- a/domains/sprit.json +++ b/domains/sprit.json @@ -1,11 +1,11 @@ { - "description": "Codedspeit's personal note site", - "repo": "https://github.com/codedsprit/spritnote", + "description": "Codedspeit's test homepage ", + "repo": "", "owner": { "username": "codedsprit", "email": "roshan0x01@gmail.com" }, "record": { - "CNAME": "codedsprit.github.io/spritnote" + "CNAME": "codedsprit.netlify.app" } } From 3d6e8d62b34269f91a8d8bfdfcfcceb3478447b7 Mon Sep 17 00:00:00 2001 From: orangc Date: Fri, 25 Oct 2024 20:38:38 +0300 Subject: [PATCH 91/95] fix a grammar issue in readme thanks @ukriu for pointing it out --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17ba3c8a3..372768e87 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ [![Publish](https://github.com/is-a-dev/register/actions/workflows/publish.yml/badge.svg)](https://github.com/is-a-dev/register/actions/workflows/publish.yml) ## Issues -If you have any problems, feel free to [open a issue](https://github.com/is-a-dev/register/issues/new/choose). +If you have any problems, feel free to [open an issue](https://github.com/is-a-dev/register/issues/new/choose). If you have an issue that contains confidental infomation, send an email to security@is-a.dev. From 780d2709cb7930dda7fe10d6a735558c0fbf526a Mon Sep 17 00:00:00 2001 From: ukriu <80760888+ukriu@users.noreply.github.com> Date: Fri, 25 Oct 2024 23:19:55 +0530 Subject: [PATCH 92/95] Fix README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 372768e87..4650b26aa 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,11 @@ If you like this project, please consider donating so we can keep this project r Liberapay ### Sponsors - +
Cloudflare Logo +
### Similar Services If you want to find services similar to is-a.dev, take a look at [Free For Life](https://github.com/wdhdev/free-for-life#domains). From 4841b83fd7948ca2228b567b75898693815f56fc Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 25 Oct 2024 16:12:36 -0400 Subject: [PATCH 93/95] chore: fixing json and formatting --- domains/vik.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/domains/vik.json b/domains/vik.json index 2de2f59c2..47705c687 100644 --- a/domains/vik.json +++ b/domains/vik.json @@ -1,11 +1,11 @@ { - "description": "Vivek's Portfolio", - "repo": "https://github.com/xd-vik/imvik", - "owner": { - "username": "xd-vik", - "email": "vivekcodzz@gmail.com" - }, - "record": { - "CNAME": "imvik.vercel.app" - } + "description": "Vivek's Portfolio", + "repo": "https://github.com/xd-vik/imvik", + "owner": { + "username": "xd-vik", + "email": "vivekcodzz@gmail.com" + }, + "record": { + "CNAME": "imvik.vercel.app" + } } From d376ca04879244b18fefe744c39416f809ecc163 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 25 Oct 2024 16:14:09 -0400 Subject: [PATCH 94/95] chore: formatting --- domains/sprit.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/domains/sprit.json b/domains/sprit.json index 561093001..c6ecc2de0 100644 --- a/domains/sprit.json +++ b/domains/sprit.json @@ -1,11 +1,11 @@ { - "description": "Codedspeit's test homepage ", - "repo": "", - "owner": { - "username": "codedsprit", - "email": "roshan0x01@gmail.com" - }, - "record": { - "CNAME": "codedsprit.netlify.app" - } + "description": "Codedspeit's test homepage ", + "repo": "", + "owner": { + "username": "codedsprit", + "email": "roshan0x01@gmail.com" + }, + "record": { + "CNAME": "codedsprit.netlify.app" + } } From 0b0d911e202a8a8c21e0bf148b7fda0df78cdd0f Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 26 Oct 2024 10:12:33 +0800 Subject: [PATCH 95/95] Revert "Fix README.md" --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4650b26aa..372768e87 100644 --- a/README.md +++ b/README.md @@ -57,11 +57,10 @@ If you like this project, please consider donating so we can keep this project r Liberapay ### Sponsors -
+ Cloudflare Logo -
### Similar Services If you want to find services similar to is-a.dev, take a look at [Free For Life](https://github.com/wdhdev/free-for-life#domains).