From 0bddef8d42611803aa075827e3562f05c011ba75 Mon Sep 17 00:00:00 2001 From: UmarSidiki Date: Fri, 14 Feb 2025 22:08:37 +0500 Subject: [PATCH 001/232] added coolify-app --- domains/coolify-app.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/coolify-app.json diff --git a/domains/coolify-app.json b/domains/coolify-app.json new file mode 100644 index 000000000..5ca2c5200 --- /dev/null +++ b/domains/coolify-app.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "umarsidiki", + "email": "siddiquiumar0007@gmail.com" + }, + "record": { + "A": "130.162.58.142" + } +} \ No newline at end of file From d033c8cfc969d92b23ffd351c2083d3f3c7b7c9a Mon Sep 17 00:00:00 2001 From: UmarSidiki Date: Fri, 14 Feb 2025 22:13:20 +0500 Subject: [PATCH 002/232] fixed- coolify-app --- domains/coolify-app.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/coolify-app.json b/domains/coolify-app.json index 5ca2c5200..5cdf36f89 100644 --- a/domains/coolify-app.json +++ b/domains/coolify-app.json @@ -3,7 +3,7 @@ "username": "umarsidiki", "email": "siddiquiumar0007@gmail.com" }, - "record": { - "A": "130.162.58.142" - } + "records": { + "A": ["130.162.58.142"] + } } \ No newline at end of file From 3037469b16c3ebabfdcbee0979c447588a898104 Mon Sep 17 00:00:00 2001 From: UmarSidiki Date: Fri, 14 Feb 2025 22:20:27 +0500 Subject: [PATCH 003/232] refixed --- domains/coolify-app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/coolify-app.json b/domains/coolify-app.json index 5cdf36f89..eb126a4cc 100644 --- a/domains/coolify-app.json +++ b/domains/coolify-app.json @@ -3,7 +3,7 @@ "username": "umarsidiki", "email": "siddiquiumar0007@gmail.com" }, - "records": { - "A": ["130.162.58.142"] + "record": { + "URL": "http://130.162.58.142:8000/" } } \ No newline at end of file From 181e6c6db33ccb2af7317744bc82cc1edf8cfbf8 Mon Sep 17 00:00:00 2001 From: Jubal Slone Date: Fri, 14 Feb 2025 13:13:39 -0600 Subject: [PATCH 004/232] Create jubal.json --- domains/jubal.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/jubal.json diff --git a/domains/jubal.json b/domains/jubal.json new file mode 100644 index 000000000..076d28baa --- /dev/null +++ b/domains/jubal.json @@ -0,0 +1,11 @@ +{ + "description": "Jubal Slone's website", + "repo": "https://github.com/jubalslone/jubalslone.github.io", + "owner": { + "username": "jubalslone", + "email": "jubal.slone@gmail.com" + }, + "record": { + "CNAME": "jubalslone.github.io" + } +} From 89f6aae699b67202ffdd56c591404883fadb9986 Mon Sep 17 00:00:00 2001 From: SoulDevs Date: Sat, 15 Feb 2025 08:07:16 +0530 Subject: [PATCH 005/232] Create _vercel.soul.json --- domains/_vercel.soul.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.soul.json diff --git a/domains/_vercel.soul.json b/domains/_vercel.soul.json new file mode 100644 index 000000000..a52169318 --- /dev/null +++ b/domains/_vercel.soul.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SoulDevs", + "email": "soulcosmic1406@proton.me", + "discord": "soulcosmic1406_" + }, + "record": { + "TXT": "vc-domain-verify=soul.is-a.dev,6f957e2edcd5bb791896" + } From 482bc4c1fca24a550def3ac05e6dc3bbb45f8c3c Mon Sep 17 00:00:00 2001 From: SoulDevs Date: Sat, 15 Feb 2025 08:10:18 +0530 Subject: [PATCH 006/232] Create soul.json --- domains/soul.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/soul.json diff --git a/domains/soul.json b/domains/soul.json new file mode 100644 index 000000000..bc18daee4 --- /dev/null +++ b/domains/soul.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "SoulDevs", + "email": "soulcosmic1406@proton.me" + }, + "record": { + "CNAME": "main-protfolio-seven.vercel.app" + } +} From 1a2e5eafb4d9ba71f22da199ac762c5726cd9eec Mon Sep 17 00:00:00 2001 From: guilleLM71 <118865731+guilleLM71@users.noreply.github.com> Date: Sun, 16 Feb 2025 17:38:33 +0000 Subject: [PATCH 007/232] Create subdomain guilleLM71 --- domains/guilleLM.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/guilleLM.json diff --git a/domains/guilleLM.json b/domains/guilleLM.json new file mode 100644 index 000000000..a81eb3645 --- /dev/null +++ b/domains/guilleLM.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Portfolio Tech Website...", + "repo": "https://github.com/guilleLM71/portafolio", + "owner": { + "username": "guilleLM71", + "email": "jlauram3@fcpn.edu.bo" + }, + "record": { + "CNAME": "https://guillelm71.github.io/portafolio" + } +} From 3728e67d7c526812d536e67bdc6b9c0a4b03bcce Mon Sep 17 00:00:00 2001 From: guilleLM71 <118865731+guilleLM71@users.noreply.github.com> Date: Sun, 16 Feb 2025 17:44:28 +0000 Subject: [PATCH 008/232] Change name file --- domains/{guilleLM.json => guillelm.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{guilleLM.json => guillelm.json} (100%) diff --git a/domains/guilleLM.json b/domains/guillelm.json similarity index 100% rename from domains/guilleLM.json rename to domains/guillelm.json From 7672a401c7fd445e76a3999250cd24f305865330 Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Sun, 16 Feb 2025 22:23:04 +0000 Subject: [PATCH 009/232] Create si458.json --- domains/si458.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/si458.json diff --git a/domains/si458.json b/domains/si458.json new file mode 100644 index 000000000..8382bc1e0 --- /dev/null +++ b/domains/si458.json @@ -0,0 +1,14 @@ +{ + "description": "Opensource software developer supporting opensourcea pplications", + "repo": "https://github.com/si458", + "owner": { + "username": "si458", + "email": "simonsmith5521@gmail.com" + }, + "record": { + "NS": [ + "jake.ns.cloudflare.com", + "jill.ns.cloudflare.com" + ] + } +} From 4dac34aba7173b8a384aeb26edecaed357e38f4f Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Sun, 16 Feb 2025 22:30:10 +0000 Subject: [PATCH 010/232] Update si458.json --- domains/si458.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/si458.json b/domains/si458.json index 8382bc1e0..3043e5a4d 100644 --- a/domains/si458.json +++ b/domains/si458.json @@ -1,5 +1,5 @@ { - "description": "Opensource software developer supporting opensourcea pplications", + "description": "an open source software developer supporting opensource applications", "repo": "https://github.com/si458", "owner": { "username": "si458", From 8b2368fceaa72a6cb5d0486e9a2ac225216f0d17 Mon Sep 17 00:00:00 2001 From: Paul-Marc Date: Mon, 17 Feb 2025 09:12:35 +0200 Subject: [PATCH 011/232] Adding CNAME for dev.paulmarc.org --- domains/paulmarc.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/paulmarc.json diff --git a/domains/paulmarc.json b/domains/paulmarc.json new file mode 100644 index 000000000..f059e27f5 --- /dev/null +++ b/domains/paulmarc.json @@ -0,0 +1,12 @@ +{ + "description": "Personal Dev website for paulmarc.is-a.dev", + "repo": "https://github.com/paulmarc", + "owner": { + "username": "paulmarc", + "email": "develop@paulmarc.org" + }, + "record": { + "CNAME": "dev.paulmarc.org" + }, + "proxied": false +} From 29c8ef9b7a4e4f3b66da4d517f5067d93ee20320 Mon Sep 17 00:00:00 2001 From: Vu Tuan Anh <128233728+anhvt3010@users.noreply.github.com> Date: Tue, 18 Feb 2025 13:30:20 +0700 Subject: [PATCH 012/232] Create anhvt.json --- domains/anhvt.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/anhvt.json diff --git a/domains/anhvt.json b/domains/anhvt.json new file mode 100644 index 000000000..b8e61bcdb --- /dev/null +++ b/domains/anhvt.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "anhvt3010" + }, + "record": { + "CNAME": "https://build-cv.vercel.app" + } +} From 4818ef406a88829c54771f2c01fdb1bc9f8b6c78 Mon Sep 17 00:00:00 2001 From: Vu Tuan Anh <128233728+anhvt3010@users.noreply.github.com> Date: Tue, 18 Feb 2025 07:48:45 +0000 Subject: [PATCH 013/232] update code --- domains/anhvt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/anhvt.json b/domains/anhvt.json index b8e61bcdb..e750992e6 100644 --- a/domains/anhvt.json +++ b/domains/anhvt.json @@ -3,6 +3,6 @@ "username": "anhvt3010" }, "record": { - "CNAME": "https://build-cv.vercel.app" + "CNAME": "build-cv.vercel.app" } } From cb0bf35630f9726737a291c56b6b959258749c4a Mon Sep 17 00:00:00 2001 From: redcodemohammed <51872890+redcodemohammed@users.noreply.github.com> Date: Tue, 18 Feb 2025 13:26:20 +0300 Subject: [PATCH 014/232] Create mohammed-wisam.json --- domains/mohammed-wisam.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/mohammed-wisam.json diff --git a/domains/mohammed-wisam.json b/domains/mohammed-wisam.json new file mode 100644 index 000000000..660d94189 --- /dev/null +++ b/domains/mohammed-wisam.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "redcodemohammed", + "email": "redcodemohammed@gmail.com" + }, + "record": { + "CNAME": "mohammed-wisam.pages.dev" + } +} +# From 66aa23daaa741747d52b9115dbb60e47f98b119a Mon Sep 17 00:00:00 2001 From: redcodemohammed <51872890+redcodemohammed@users.noreply.github.com> Date: Tue, 18 Feb 2025 13:28:19 +0300 Subject: [PATCH 015/232] Update and rename mohammed-wisam.json to mohammedwisam.json --- domains/{mohammed-wisam.json => mohammedwisam.json} | 1 - 1 file changed, 1 deletion(-) rename domains/{mohammed-wisam.json => mohammedwisam.json} (98%) diff --git a/domains/mohammed-wisam.json b/domains/mohammedwisam.json similarity index 98% rename from domains/mohammed-wisam.json rename to domains/mohammedwisam.json index 660d94189..a25cce59a 100644 --- a/domains/mohammed-wisam.json +++ b/domains/mohammedwisam.json @@ -7,4 +7,3 @@ "CNAME": "mohammed-wisam.pages.dev" } } -# From 032848ce6967a6844e574fa215d45c866556e1bf Mon Sep 17 00:00:00 2001 From: Ashkan Tofangdar Date: Tue, 18 Feb 2025 15:05:35 +0330 Subject: [PATCH 016/232] Create ashkan.json --- domains/ashkan.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/ashkan.json diff --git a/domains/ashkan.json b/domains/ashkan.json new file mode 100644 index 000000000..ad34f385a --- /dev/null +++ b/domains/ashkan.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "ashkan4472" + }, + "record": { + "CNAME": "ashkan4472.github.io" + } +} From ac43bf00d70ff0b97a032fcf12cf2fc506c87702 Mon Sep 17 00:00:00 2001 From: Vo-Hoang-Tuan Ngo Date: Tue, 18 Feb 2025 14:12:30 +0100 Subject: [PATCH 017/232] Create zerot69.json --- domains/zerot69.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/zerot69.json diff --git a/domains/zerot69.json b/domains/zerot69.json new file mode 100644 index 000000000..a7ceda1cb --- /dev/null +++ b/domains/zerot69.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "zerot69" + }, + "record": { + "CNAME": "zerot69.github.io" + } +} From 118aa1ea509d2ac93dfc642f4b6de728af315920 Mon Sep 17 00:00:00 2001 From: dauvet Date: Tue, 18 Feb 2025 20:51:53 +0700 Subject: [PATCH 018/232] Create dauvet.json --- domains/dauvet.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/dauvet.json diff --git a/domains/dauvet.json b/domains/dauvet.json new file mode 100644 index 000000000..a40c252ad --- /dev/null +++ b/domains/dauvet.json @@ -0,0 +1,9 @@ + + "owner": { + "username": "dauvet", + "email": "vanhieu85@gmail.com" + }, + "record": { + "CNAME": "dauuvet.github.io" + } +} From c58dbfb74ccaafd489e021d6e3c36103c0ec03e5 Mon Sep 17 00:00:00 2001 From: Roufox <61273311+Rouf0x@users.noreply.github.com> Date: Tue, 18 Feb 2025 15:55:44 +0100 Subject: [PATCH 019/232] Update rouf0x.json --- domains/rouf0x.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/rouf0x.json b/domains/rouf0x.json index 47555a910..ad4235268 100644 --- a/domains/rouf0x.json +++ b/domains/rouf0x.json @@ -1,7 +1,6 @@ { "owner": { "username": "Rouf0x", - "email": "gabriel.ruf@gmail.com", "discord": "790712104058617876" }, "record": { From 62cfde0c55b38d314127be53e7867b2c54ce2bdd Mon Sep 17 00:00:00 2001 From: Roufox <61273311+Rouf0x@users.noreply.github.com> Date: Tue, 18 Feb 2025 15:56:01 +0100 Subject: [PATCH 020/232] Update roufox.json --- domains/roufox.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/roufox.json b/domains/roufox.json index 653875194..cdcfccd46 100644 --- a/domains/roufox.json +++ b/domains/roufox.json @@ -1,7 +1,6 @@ { "owner": { "username": "Rouf0x", - "email": "gabriel.ruf@gmail.com", "discord": "790712104058617876" }, "record": { From 2fa4efc84876b54c1c5539eb19f223d20024e140 Mon Sep 17 00:00:00 2001 From: Roufox <61273311+Rouf0x@users.noreply.github.com> Date: Tue, 18 Feb 2025 15:56:19 +0100 Subject: [PATCH 021/232] Update _discord.rouf0x.json --- domains/_discord.rouf0x.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/_discord.rouf0x.json b/domains/_discord.rouf0x.json index b8e5e35c2..c5afbd574 100644 --- a/domains/_discord.rouf0x.json +++ b/domains/_discord.rouf0x.json @@ -1,7 +1,6 @@ { "owner": { "username": "Roufox", - "email": "gabrielruf.fr@gmail.com", "discord": "Roufox" }, "record": { From 25694fe71f1deb4d4fe45c23a7c96e4edc17d39c Mon Sep 17 00:00:00 2001 From: Odie Date: Tue, 18 Feb 2025 15:03:06 +0000 Subject: [PATCH 022/232] feat: add andriampeno.json --- domains/andriampeno.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/andriampeno.json diff --git a/domains/andriampeno.json b/domains/andriampeno.json new file mode 100644 index 000000000..e613e77d6 --- /dev/null +++ b/domains/andriampeno.json @@ -0,0 +1,12 @@ +{ + "description": "Domain for my personal portfolio", + "repo": "https://github.com/odie100/odie100.github.io", + "owner": { + "username": "odie100", + "email": "andriampeno.odilon@gmail.com" + }, + "record": { + "CNAME": "odie100.github.io" + } + } + \ No newline at end of file From e8ccbadd6b38ac7c26eed2701ac664133cfb888f Mon Sep 17 00:00:00 2001 From: WSteeven Date: Tue, 18 Feb 2025 10:04:04 -0500 Subject: [PATCH 023/232] add my subdomain file JSON --- domains/wilson-cordova.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/wilson-cordova.json diff --git a/domains/wilson-cordova.json b/domains/wilson-cordova.json new file mode 100644 index 000000000..c05e472c1 --- /dev/null +++ b/domains/wilson-cordova.json @@ -0,0 +1,11 @@ +{ + "description": "Subdominio para el portafolio de Wilson Córdova", + "repo": "https://github.com/WSteeven/wilson-steeven.github.io", + "owner": { + "username": "WSteeven", + "email": "wilson972906@gmail.com" + }, + "record": { + "CNAME": ["wsteeven.github.io"] + } +} \ No newline at end of file From 6b15cda320362cb049519a5611d294a7cb92f9b6 Mon Sep 17 00:00:00 2001 From: Kenny Molina <42689547+xXMolinaXx@users.noreply.github.com> Date: Tue, 18 Feb 2025 09:46:56 -0600 Subject: [PATCH 024/232] Create kennyMolina.json --- domains/kennyMolina.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/kennyMolina.json diff --git a/domains/kennyMolina.json b/domains/kennyMolina.json new file mode 100644 index 000000000..d39dfa9f5 --- /dev/null +++ b/domains/kennyMolina.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "xXMolinaXx", + "email": "kjmolina@live.com" + }, + "record": { + "CNAME": "https://xxmolinaxx.github.io/" + } +} From 7266b9bdd064145bc17a3be3f4a3513df7507db2 Mon Sep 17 00:00:00 2001 From: Kenny Molina <42689547+xXMolinaXx@users.noreply.github.com> Date: Tue, 18 Feb 2025 09:51:40 -0600 Subject: [PATCH 025/232] Rename kennyMolina.json to kennymolina.json --- domains/{kennyMolina.json => kennymolina.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{kennyMolina.json => kennymolina.json} (100%) diff --git a/domains/kennyMolina.json b/domains/kennymolina.json similarity index 100% rename from domains/kennyMolina.json rename to domains/kennymolina.json From 191e8fac00c3123c6797e54553b78a0cd87d130e Mon Sep 17 00:00:00 2001 From: Ravi Khokhar Date: Tue, 18 Feb 2025 10:54:32 -0500 Subject: [PATCH 026/232] Create ravi.json --- domains/ravi.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/ravi.json diff --git a/domains/ravi.json b/domains/ravi.json new file mode 100644 index 000000000..c524f989a --- /dev/null +++ b/domains/ravi.json @@ -0,0 +1,10 @@ +{ + "description": "Personal website of Ravi", + "repo": "https://github.com/ravikhokhar23/ravikhokhar23.github.io", + "owner": { + "username": "ravikhokhar23" + }, + "record": { + "CNAME": "ravikhokhar23.github.io" + } +} From 81d58f8acd06cd2fc84401e6b2af8686f09090c2 Mon Sep 17 00:00:00 2001 From: Paul-Marc Date: Tue, 18 Feb 2025 19:39:18 +0200 Subject: [PATCH 027/232] Update paulmarc.json Redirecting to GitHub. --- domains/paulmarc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/paulmarc.json b/domains/paulmarc.json index f059e27f5..814800126 100644 --- a/domains/paulmarc.json +++ b/domains/paulmarc.json @@ -6,7 +6,7 @@ "email": "develop@paulmarc.org" }, "record": { - "CNAME": "dev.paulmarc.org" + "URL": "https://github.com/paulmarc" }, "proxied": false } From d83596773e7cd8636e5d970d5c17816fb2fd1bb0 Mon Sep 17 00:00:00 2001 From: Akash0816 Date: Tue, 18 Feb 2025 23:26:34 +0530 Subject: [PATCH 028/232] Create ak-profile.json --- ak-profile.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ak-profile.json diff --git a/ak-profile.json b/ak-profile.json new file mode 100644 index 000000000..6beabd313 --- /dev/null +++ b/ak-profile.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Akash0816", + "email": "akashoffical321@gmail.com" + }, + "record": { + "CNAME": "Akash0816.github.io" + } +} From d25f8d62800103c88b7f447e11f8a81623624aa1 Mon Sep 17 00:00:00 2001 From: acruz97 Date: Tue, 18 Feb 2025 12:12:05 -0600 Subject: [PATCH 029/232] Update cruz.json --- domains/cruz.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/cruz.json b/domains/cruz.json index ae4b088cf..3dcebf315 100644 --- a/domains/cruz.json +++ b/domains/cruz.json @@ -6,6 +6,7 @@ "email": "angelo.t.cruz1@gmail.com" }, "record": { - "CNAME": "acruz97.github.io" + "CNAME": "acruz97.github.io", + "TXT": "271f6d921b81604bb4e7e380285880" } } From 24983032cf94eb79da0f420413b3c516c70396db Mon Sep 17 00:00:00 2001 From: James Wiseman <62024516+JamesRobertWiseman@users.noreply.github.com> Date: Tue, 18 Feb 2025 21:40:18 +0200 Subject: [PATCH 030/232] Create james-wiseman.json --- domains/james-wiseman.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/james-wiseman.json diff --git a/domains/james-wiseman.json b/domains/james-wiseman.json new file mode 100644 index 000000000..714b1da17 --- /dev/null +++ b/domains/james-wiseman.json @@ -0,0 +1,10 @@ +{ + "description": "Personal site for James Wiseman", + "owner": { + "username": "jamesrobertwiseman", + }, + "record": { + "CNAME": "jameswiseman.me" + }, + "proxied": true +} From 54dd1a694b1622891e138b21b73f4ac8a75f76e9 Mon Sep 17 00:00:00 2001 From: James Wiseman <62024516+JamesRobertWiseman@users.noreply.github.com> Date: Tue, 18 Feb 2025 21:43:14 +0200 Subject: [PATCH 031/232] Update james-wiseman.json --- domains/james-wiseman.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/james-wiseman.json b/domains/james-wiseman.json index 714b1da17..973df57b8 100644 --- a/domains/james-wiseman.json +++ b/domains/james-wiseman.json @@ -2,6 +2,7 @@ "description": "Personal site for James Wiseman", "owner": { "username": "jamesrobertwiseman", + "email": "hello@jameswiseman.me" }, "record": { "CNAME": "jameswiseman.me" From c3324a0199e542640e3ef4b6cdd91579dc62a6f9 Mon Sep 17 00:00:00 2001 From: Mahmoud Makady Date: Tue, 18 Feb 2025 22:23:42 +0200 Subject: [PATCH 032/232] Create mahmoud-makady.json --- domains/mahmoud-makady.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/mahmoud-makady.json diff --git a/domains/mahmoud-makady.json b/domains/mahmoud-makady.json new file mode 100644 index 000000000..7da8c61e3 --- /dev/null +++ b/domains/mahmoud-makady.json @@ -0,0 +1,11 @@ +{ + "mahmoud-makady": { + "owner": { + "username": "Mahmoud-Makady", + "email": "m.makady19@gmail.com" + }, + "records": { + "CNAME": "mahmoud-makady.netlify.app" + } + } +} From 3b860e0a7e491d1c8c92efced7faf9054d16bad5 Mon Sep 17 00:00:00 2001 From: Naman sethi <93597591+namansethi13@users.noreply.github.com> Date: Tue, 18 Feb 2025 20:44:02 +0000 Subject: [PATCH 033/232] added namansethi --- domains/namansethi.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/namansethi.json diff --git a/domains/namansethi.json b/domains/namansethi.json new file mode 100644 index 000000000..4bfb8065a --- /dev/null +++ b/domains/namansethi.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "namansethi13", + "email": "heynamansethi@gmail.com" + }, + "record": { + "CNAME": "namansethi.vercel.app" + } + } + \ No newline at end of file From 3d1a8c6587b3fa4f102fa5dc11223f6e8cd543ad Mon Sep 17 00:00:00 2001 From: Naman sethi <93597591+namansethi13@users.noreply.github.com> Date: Tue, 18 Feb 2025 20:56:42 +0000 Subject: [PATCH 034/232] added _vercel.namansethi.json --- domains/_vercel.namansethi.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_vercel.namansethi.json diff --git a/domains/_vercel.namansethi.json b/domains/_vercel.namansethi.json new file mode 100644 index 000000000..fb48c2e36 --- /dev/null +++ b/domains/_vercel.namansethi.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "namansethi13", + "discord": "namansethi", + "email": "namansethi1328@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=namansethi.is-a.dev,e0b892773250b43800c9" + } + } + \ No newline at end of file From a83694d89df8a497a2ccaa047868bd063d94a610 Mon Sep 17 00:00:00 2001 From: josem430 <44243335+josem430@users.noreply.github.com> Date: Tue, 18 Feb 2025 16:31:58 -0500 Subject: [PATCH 035/232] Create _vercel.jmc.json --- domains/_vercel.jmc.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_vercel.jmc.json diff --git a/domains/_vercel.jmc.json b/domains/_vercel.jmc.json new file mode 100644 index 000000000..ac1990440 --- /dev/null +++ b/domains/_vercel.jmc.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "josem430", + "email": "jmc300499@gmail.com", + "discord": "josem430" + }, + "record": { + "TXT": "vc-domain-verify=jmc.is-a.dev,27b92885b5a4c6e96615" + } +} From 18c90afe184a039f4e4163a8854d96c8746e358e Mon Sep 17 00:00:00 2001 From: Thuc Nguyen <59547942+thucngyyen@users.noreply.github.com> Date: Tue, 18 Feb 2025 14:33:09 -0800 Subject: [PATCH 036/232] Create thuc.json --- domains/thuc.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/thuc.json diff --git a/domains/thuc.json b/domains/thuc.json new file mode 100644 index 000000000..8490e92e4 --- /dev/null +++ b/domains/thuc.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "thucngyyen" + }, + "record": { + "RECORDTYPE": "thucngyyen.github.io" + } +} From 19c6722d315ba95231c3bfcf39d7d955f2eb3f01 Mon Sep 17 00:00:00 2001 From: "Eli j. Chavez" Date: Tue, 18 Feb 2025 22:09:20 -0400 Subject: [PATCH 037/232] Create elib0.json --- domains/elib0.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/elib0.json diff --git a/domains/elib0.json b/domains/elib0.json new file mode 100644 index 000000000..25a17df8d --- /dev/null +++ b/domains/elib0.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "elib0", + "email": "elijose.c@gmail.com" + }, + "record": { + "TXT": "elib0.github.io" + } +} From 487dea73672d4a558b74409bede71238dcae430e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Ph=C6=B0=C6=A1ng=20Nam?= <80313991+NBlue@users.noreply.github.com> Date: Wed, 19 Feb 2025 10:22:11 +0700 Subject: [PATCH 038/232] Create nguyen-phuong-nam --- domains/nguyen-phuong-nam | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/nguyen-phuong-nam diff --git a/domains/nguyen-phuong-nam b/domains/nguyen-phuong-nam new file mode 100644 index 000000000..0f7c0f87d --- /dev/null +++ b/domains/nguyen-phuong-nam @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NBlue", + "email": "nam.np194336@gmail.com" + }, + "record": { + "CNAME": "https://protofilo-beta.vercel.app/" + } +} From 6b455aadc71e87e2a65ac16d2626ac072a765de6 Mon Sep 17 00:00:00 2001 From: Nabin Katwal <91274113+nabinkatwal7@users.noreply.github.com> Date: Wed, 19 Feb 2025 09:38:58 +0545 Subject: [PATCH 039/232] Create _vercel.nabin.json --- domains/_vercel.nabin.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.nabin.json diff --git a/domains/_vercel.nabin.json b/domains/_vercel.nabin.json new file mode 100644 index 000000000..1dcf09876 --- /dev/null +++ b/domains/_vercel.nabin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "nabinkatwal7", + "email": "mediocampistaa@gmail.com" + }, + "record": { + "TXT": "portfolio-v3-six-iota.vercel.app" + } +} From 70cda1054c3c4e1e7c7c98ef511d1de18943c4d2 Mon Sep 17 00:00:00 2001 From: Ujjval Joshi Date: Wed, 19 Feb 2025 09:26:37 +0530 Subject: [PATCH 040/232] Create ujjvaljoshi.json --- domains/ujjvaljoshi.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/ujjvaljoshi.json diff --git a/domains/ujjvaljoshi.json b/domains/ujjvaljoshi.json new file mode 100644 index 000000000..aeffece32 --- /dev/null +++ b/domains/ujjvaljoshi.json @@ -0,0 +1,10 @@ +{ + "description": "Main Page", + "owner": { + "username": "ujjvaljoshi45", + "email": "ujjvaljoshi45@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} From 20aecb138c486b7bb08a96969917c10ac2d87868 Mon Sep 17 00:00:00 2001 From: Nabin Katwal <91274113+nabinkatwal7@users.noreply.github.com> Date: Wed, 19 Feb 2025 09:43:23 +0545 Subject: [PATCH 041/232] Update _vercel.nabin.json --- domains/_vercel.nabin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_vercel.nabin.json b/domains/_vercel.nabin.json index 1dcf09876..48c57c535 100644 --- a/domains/_vercel.nabin.json +++ b/domains/_vercel.nabin.json @@ -4,6 +4,6 @@ "email": "mediocampistaa@gmail.com" }, "record": { - "TXT": "portfolio-v3-six-iota.vercel.app" + "TXT": "vc-domain-verify=nabin.is-a.dev,bfd13935a3cb2aaea0e5" } } From 607a82019f96f63b7011239e5dd3ca17fcbe3946 Mon Sep 17 00:00:00 2001 From: Shubham Verma <84174011+Stroller15@users.noreply.github.com> Date: Wed, 19 Feb 2025 09:48:24 +0530 Subject: [PATCH 042/232] Create shubhamverma.json --- domains/shubhamverma.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/shubhamverma.json diff --git a/domains/shubhamverma.json b/domains/shubhamverma.json new file mode 100644 index 000000000..2141e8dc9 --- /dev/null +++ b/domains/shubhamverma.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "Stroller15" + }, + "record": { + "CNAME": "cname.vercel-dns.com" + } +} From 50b542e84082bab002d1b779e16f2ed733260453 Mon Sep 17 00:00:00 2001 From: Nowshad Jawad <59194549+Jawad0501@users.noreply.github.com> Date: Wed, 19 Feb 2025 10:40:32 +0600 Subject: [PATCH 043/232] Create jawad0501.json --- domains/jawad0501.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/jawad0501.json diff --git a/domains/jawad0501.json b/domains/jawad0501.json new file mode 100644 index 000000000..a0cfc9d51 --- /dev/null +++ b/domains/jawad0501.json @@ -0,0 +1,11 @@ +{ + "description": "jawad's personal portfolio website", + "repo": "https://github.com/Jawad0501/terminal-portfolio.git", + "owner": { + "username": "Jawad0501", + "email": "anmjawad007@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} From 749b0710a0cbd7b5570fbc71f90a105873ba2d49 Mon Sep 17 00:00:00 2001 From: SoulDevs Date: Wed, 19 Feb 2025 10:42:01 +0530 Subject: [PATCH 044/232] Update domains/_vercel.soul.json Co-authored-by: 21Z <21z95@proton.me> --- domains/_vercel.soul.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/_vercel.soul.json b/domains/_vercel.soul.json index a52169318..0c95fe2a4 100644 --- a/domains/_vercel.soul.json +++ b/domains/_vercel.soul.json @@ -6,4 +6,5 @@ }, "record": { "TXT": "vc-domain-verify=soul.is-a.dev,6f957e2edcd5bb791896" - } + }, +} From 2aa22498557dec73b7a45f79dc2471e4965ce494 Mon Sep 17 00:00:00 2001 From: Hrithik Dhakrey <35266081+iamdhakrey@users.noreply.github.com> Date: Wed, 19 Feb 2025 05:42:22 +0000 Subject: [PATCH 045/232] Create iamdhakrey.json --- domains/iamdhakrey.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/iamdhakrey.json diff --git a/domains/iamdhakrey.json b/domains/iamdhakrey.json new file mode 100644 index 000000000..906251226 --- /dev/null +++ b/domains/iamdhakrey.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "iamdhakrey", + "email": "dhakreyhrithik@gmail.com" + }, + "record": { + "URL": "https://iamdhakrey.dev/" + } + } \ No newline at end of file From 44d33672993ca4180109f9cf898202fbc9d469c4 Mon Sep 17 00:00:00 2001 From: Ethan Tran Date: Wed, 19 Feb 2025 13:33:27 +0700 Subject: [PATCH 046/232] Create ethantran.json --- domains/ethantran.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ethantran.json diff --git a/domains/ethantran.json b/domains/ethantran.json new file mode 100644 index 000000000..fd2b34f39 --- /dev/null +++ b/domains/ethantran.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Ethanxcode", + "email": "trannguyendanhuy2904@gmail.com" + }, + "record": { + "CNAME": "ethanxcode.vercel.app" + } +} From 8f2dc1433868f5638bec0272f9ddd2e6662dfb5a Mon Sep 17 00:00:00 2001 From: Kush Dhingra <132370004+thekushdhingra@users.noreply.github.com> Date: Wed, 19 Feb 2025 13:08:27 +0530 Subject: [PATCH 047/232] Delete domains/kush.json --- domains/kush.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/kush.json diff --git a/domains/kush.json b/domains/kush.json deleted file mode 100644 index 185f39166..000000000 --- a/domains/kush.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "Kush-Dhingra", - "email": "kushdhingra3112@gmail.com", - "discord": "1035869217796403220" - }, - "record": { - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": ["v=spf1 include:spf.improvmx.com ~all"] - } -} From 427e490ab0a25c9332e60e8875785c1256e7eb2c Mon Sep 17 00:00:00 2001 From: Kush Dhingra <132370004+thekushdhingra@users.noreply.github.com> Date: Wed, 19 Feb 2025 13:10:04 +0530 Subject: [PATCH 048/232] Delete domains/_vercel.kushdhingra.json --- domains/_vercel.kushdhingra.json | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 domains/_vercel.kushdhingra.json diff --git a/domains/_vercel.kushdhingra.json b/domains/_vercel.kushdhingra.json deleted file mode 100644 index 350a577a1..000000000 --- a/domains/_vercel.kushdhingra.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "owner": { - "username": "kushdhingra" - }, - "record": { - "TXT": ["vc-domain-verify=kushdhingra.is-a.dev,a0343a97ff791537efcd"] - } -} From 03c15c9e8d068365d309aa37fc6c8539a158933d Mon Sep 17 00:00:00 2001 From: Kush Dhingra <132370004+thekushdhingra@users.noreply.github.com> Date: Wed, 19 Feb 2025 13:10:27 +0530 Subject: [PATCH 049/232] Delete domains/kushdhingra.json --- domains/kushdhingra.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/kushdhingra.json diff --git a/domains/kushdhingra.json b/domains/kushdhingra.json deleted file mode 100644 index 94d0dfea3..000000000 --- a/domains/kushdhingra.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "owner": { - "username": "kushdhingra", - "email": "kushdhingra3112@gmail.com", - "discord": "1035869217796403220", - "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.gJTReSXxF-8BxDH8rn6i_DIx0XuVrc4yYnOEN1Awfp7mZcYPIgcPt4mvsScPbJYhZLN5XtDlxl0DcdU8Za12GCk-aIWegJ9-_32bdjw3agBzaJ-ltaslRoVpNJ3zfLaQ9V-BrhwVMEJhpz5-0eYeEiikL4tHAoPzzKMlYIf8f5l7IL6aMfhBZvIFf0B3upGg2FeOpFCXAsttU5QiKkjUt4BjetuYb29UJoNzDco1ZExLdudlKd_fz6IcaAsw2K1u6MMDDs2khsic9M42AE3pRFCP_hacdllY5Z66ATlmKhYAxFryJYWrgbfpGX2PxSrQalAao_IP1TIGgiq7ugiBDw.Lg-WIZSH_nzEfnLZct78Cg.soPtqjy32EA2Ew63dHQ8P8-dt4ZihvZpipBVkHyX_rlnv-y5YpS5v2-2d3O5hGHRfCKnfxQsvewDfcPSGa4_Oq8BN01Kzhbet8AXRCK6uOM.ouoa2YqHKAeX9lKWZoFaog" - }, - "record": { - "CNAME": "kushdhingra.vercel.app" - } -} From e77b9e14c8b79c840811429a1e88f96f926b175b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petris=CC=A6or=20Buga?= Date: Wed, 19 Feb 2025 10:02:11 +0200 Subject: [PATCH 050/232] Create peterbuga.json --- domains/peterbuga.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/peterbuga.json diff --git a/domains/peterbuga.json b/domains/peterbuga.json new file mode 100644 index 000000000..9aec666b2 --- /dev/null +++ b/domains/peterbuga.json @@ -0,0 +1,10 @@ +{ + "description": "Presentation website for peterbuga", + "repo": "https://github.com/peterbuga/peterbuga.github.io", + "owner": { + "username": "peterbuga" + }, + "record": { + "CNAME": "peterbuga.github.io" + } +} From 8f776367f95e6464208529ce207375ab64e11c9d Mon Sep 17 00:00:00 2001 From: Layhout <85871695+Layhout@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:10:08 +0700 Subject: [PATCH 051/232] Create thavirak json --- domains/thavirak | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/thavirak diff --git a/domains/thavirak b/domains/thavirak new file mode 100644 index 000000000..c1bf93590 --- /dev/null +++ b/domains/thavirak @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "thavirak", + "email": "thavirak@gmail.com" + }, + "record": { + "A": ["76.76.21.21"] + } +} From ed4f23334651ce5963e6f2d4ed72779e8201a4e7 Mon Sep 17 00:00:00 2001 From: Layhout <85871695+Layhout@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:11:30 +0700 Subject: [PATCH 052/232] Create _vercel.thavirak.json --- domains/_vercel.thavirak.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.thavirak.json diff --git a/domains/_vercel.thavirak.json b/domains/_vercel.thavirak.json new file mode 100644 index 000000000..a9d574af4 --- /dev/null +++ b/domains/_vercel.thavirak.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "thavirak", + "email": "thavirak@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=thavirak.is-a.dev,7a6a4ebd89476f7b339a"] + } +} From 18edf5c6baea983d0418df868fb38a566cbe2ed9 Mon Sep 17 00:00:00 2001 From: Layhout <85871695+Layhout@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:12:37 +0700 Subject: [PATCH 053/232] Rename thavirak to thavirak.json --- domains/{thavirak => thavirak.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{thavirak => thavirak.json} (100%) diff --git a/domains/thavirak b/domains/thavirak.json similarity index 100% rename from domains/thavirak rename to domains/thavirak.json From 89527d57ee4849cd3a4a70504e6913742cc40754 Mon Sep 17 00:00:00 2001 From: Divyanshu Dhruv Date: Wed, 19 Feb 2025 14:25:58 +0530 Subject: [PATCH 054/232] Update divyanshudhruv.json Update CNAME from netlify to vercel. --- domains/divyanshudhruv.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/divyanshudhruv.json b/domains/divyanshudhruv.json index 4e927568d..7cd988fb0 100644 --- a/domains/divyanshudhruv.json +++ b/domains/divyanshudhruv.json @@ -6,6 +6,6 @@ "email": "divyanshudhruv24@gmail.com" }, "record": { - "CNAME": "divyanshudhruv.netlify.app" + "CNAME": "divyanshudhruv.vercel.app" } } From 48ae702e406412a88edc247c228626a1c8009866 Mon Sep 17 00:00:00 2001 From: Arya Date: Wed, 19 Feb 2025 16:41:40 +0700 Subject: [PATCH 055/232] Create worldsavior --- domains/worldsavior | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/worldsavior diff --git a/domains/worldsavior b/domains/worldsavior new file mode 100644 index 000000000..def794982 --- /dev/null +++ b/domains/worldsavior @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Worldsavior", + "email": "kajuki27@gmail.com" + }, + "record": { + "CNAME": "worldsavior.me" + } +} From f0831d68fceaac461b1fa79159eec4541bc5ad76 Mon Sep 17 00:00:00 2001 From: Rizqiansyah <57321470+RizqiSeijuuro@users.noreply.github.com> Date: Wed, 19 Feb 2025 17:35:38 +0700 Subject: [PATCH 056/232] Create rizqi.json --- domains/rizqi.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/rizqi.json diff --git a/domains/rizqi.json b/domains/rizqi.json new file mode 100644 index 000000000..d567e13eb --- /dev/null +++ b/domains/rizqi.json @@ -0,0 +1,11 @@ +{ + "description": "Portofolio Website.", + "repo": "https://github.com/RizqiSeijuuro/portfolio", + "owner": { + "username": "RizqiSeijuuro", + "email": "rizqiansyah52@gmail.com" + }, + "record": { + "CNAME": "RizqiSeijuuro.github.io/portfolio" + } +} \ No newline at end of file From 71598e693b0cc000608041df0a12c7408845ff51 Mon Sep 17 00:00:00 2001 From: Arhan Ansari Date: Wed, 19 Feb 2025 17:55:33 +0530 Subject: [PATCH 057/232] Update arhanansari.jsoning Details --- domains/arhanansari.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/domains/arhanansari.json b/domains/arhanansari.json index 65d79a803..3860214ae 100644 --- a/domains/arhanansari.json +++ b/domains/arhanansari.json @@ -1,12 +1,11 @@ { - "domain": "arhanansari.is-a.dev", - "owner": { - "username": "ArhanAnsari", - "email": "arhanansari2009@gmail.com", - "x": "https://x.com/codewitharhan", - "discord": "@codewitharhan" - }, - "record": { - "CNAME": "arhanansari.vercel.app" - } + "description": "A sleek and 3D portfolio website for Arhan Ansari.", + "repo": "https://github.com/ArhanAnsari/Arhans-Portfolio", + "owner": { + "username": "ArhanAnsari", + "email": "arhanansari2009@gmail.com" + }, + "record": { + "CNAME": "arhanansari.vercel.app" + } } From 63f56e936e6bb06973bdaa9bb77e830c99c0cf03 Mon Sep 17 00:00:00 2001 From: Arhan Ansari Date: Wed, 19 Feb 2025 18:02:00 +0530 Subject: [PATCH 058/232] Create _vercel.arhanansari.json --- domains/_vercel.arhanansari.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.arhanansari.json diff --git a/domains/_vercel.arhanansari.json b/domains/_vercel.arhanansari.json new file mode 100644 index 000000000..3f13b6a53 --- /dev/null +++ b/domains/_vercel.arhanansari.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ArhanAnsari", + "email": "arhanansari2009@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=arhanansari.is-a.dev,73384f1ab64fc8f50509" + } +} From fd296e56e415bdb7e98b33270c3878f02200b809 Mon Sep 17 00:00:00 2001 From: Arhan Ansari Date: Wed, 19 Feb 2025 18:11:38 +0530 Subject: [PATCH 059/232] Update arhanansari.json --- domains/arhanansari.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/arhanansari.json b/domains/arhanansari.json index 3860214ae..fb16e46e7 100644 --- a/domains/arhanansari.json +++ b/domains/arhanansari.json @@ -3,7 +3,9 @@ "repo": "https://github.com/ArhanAnsari/Arhans-Portfolio", "owner": { "username": "ArhanAnsari", - "email": "arhanansari2009@gmail.com" + "email": "arhanansari2009@gmail.com", + "x": "https://x.com/codewitharhan", + "discord": "@codewitharhan" }, "record": { "CNAME": "arhanansari.vercel.app" From 30e9f9f99d98e5434c74348e4bc28ea104e109af Mon Sep 17 00:00:00 2001 From: Vo-Hoang-Tuan Ngo Date: Wed, 19 Feb 2025 13:50:19 +0100 Subject: [PATCH 060/232] Update zerot69.json --- domains/zerot69.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/zerot69.json b/domains/zerot69.json index a7ceda1cb..c4654bd07 100644 --- a/domains/zerot69.json +++ b/domains/zerot69.json @@ -1,6 +1,7 @@ { "owner": { - "username": "zerot69" + "username": "zerot69", + "email": "ngo.vo.hoang.tuan.69@gmail.com" }, "record": { "CNAME": "zerot69.github.io" From e5a4d18e9fc68bbdeb200d06fbf41de8b1ef4990 Mon Sep 17 00:00:00 2001 From: Kajpio Date: Wed, 19 Feb 2025 14:37:28 +0100 Subject: [PATCH 061/232] Add kajetan.json --- domains/kajetan.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/kajetan.json diff --git a/domains/kajetan.json b/domains/kajetan.json new file mode 100644 index 000000000..79f0f0dd5 --- /dev/null +++ b/domains/kajetan.json @@ -0,0 +1,11 @@ +{ + "description": "Personal use for my portofolio website", + "repo": "https://github.com/Kajpio/kajpio.github.io", + "owner": { + "username": "Kajpio", + "email": "thugmichel14@gmail.com" + }, + "record": { + "CNAME": "kajpio.github.io" + } +} From b51a557082f75dd27ceeef7cca72949d2270c2b0 Mon Sep 17 00:00:00 2001 From: Tawiah <57331395+tawiahnyt@users.noreply.github.com> Date: Wed, 19 Feb 2025 13:39:45 +0000 Subject: [PATCH 062/232] Create tawiah.json --- domains/tawiah.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/tawiah.json diff --git a/domains/tawiah.json b/domains/tawiah.json new file mode 100644 index 000000000..cf4f34eec --- /dev/null +++ b/domains/tawiah.json @@ -0,0 +1,11 @@ +{ + "description": "Describe the use of this subdomain", + "repo": "https://github.com/tawiahnyt/tawiah", + "owner": { + "username": "tawiahnyt", + "email": "tawiahin4k@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} From ba66dc82688c87b4ccd93f480bd7272c62a254e2 Mon Sep 17 00:00:00 2001 From: Angga Eko Pratama Date: Wed, 19 Feb 2025 21:16:33 +0700 Subject: [PATCH 063/232] Create angganix.json --- domains/angganix.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/angganix.json diff --git a/domains/angganix.json b/domains/angganix.json new file mode 100644 index 000000000..ab07741ca --- /dev/null +++ b/domains/angganix.json @@ -0,0 +1,11 @@ +{ + "description": "For personal site, blogging, and displayed portofolio", + "repo": "https://github.com/angganix/angganix.github.io", + "owner": { + "username": "angganix", + "email": "angganix@gmail.com" + }, + "record": { + "CNAME": "angganix.github.io" + } +} From ac6a07f666b8a88c1feb92a7ceb1292d4aacee53 Mon Sep 17 00:00:00 2001 From: uditdev1 Date: Wed, 19 Feb 2025 19:49:34 +0530 Subject: [PATCH 064/232] add udit.json and _vercel.udit.json --- domains/_vercel.udit.json | 10 ++++++++++ domains/udit.json | 11 +++++++++++ 2 files changed, 21 insertions(+) create mode 100644 domains/_vercel.udit.json create mode 100644 domains/udit.json diff --git a/domains/_vercel.udit.json b/domains/_vercel.udit.json new file mode 100644 index 000000000..5877b6aed --- /dev/null +++ b/domains/_vercel.udit.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "uditdev", + "email" : "uditdev0008@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=udit.is-a.dev,8718c1c2a08417265d7e"] + } + } + \ No newline at end of file diff --git a/domains/udit.json b/domains/udit.json new file mode 100644 index 000000000..1583fe5c4 --- /dev/null +++ b/domains/udit.json @@ -0,0 +1,11 @@ +{ + "description": "Udit's portfolio", + "repo": "https://github.com/uditdev1/details", + "owner": { + "username": "uditdev", + "email": "uditdev0008@gmail.com" + }, + "record": { + "CNAME": "details-five.vercel.app" + } +} \ No newline at end of file From faab45ccae33692eadfc633e391a63c4c0945089 Mon Sep 17 00:00:00 2001 From: Fongg <46365986+nphng15@users.noreply.github.com> Date: Wed, 19 Feb 2025 21:20:47 +0700 Subject: [PATCH 065/232] Create fongg.json --- domains/fongg.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/fongg.json diff --git a/domains/fongg.json b/domains/fongg.json new file mode 100644 index 000000000..5a0ef21ba --- /dev/null +++ b/domains/fongg.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "nphng15" + }, + "record": { + "CNAME": "nphng15.github.io" + } +} From 853c4fbe0e45d4334da98dd8c5754a5735e65f0c Mon Sep 17 00:00:00 2001 From: Ilesh Thiada Date: Wed, 19 Feb 2025 20:44:13 +0530 Subject: [PATCH 066/232] Update therookiecoder.json --- domains/therookiecoder.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/domains/therookiecoder.json b/domains/therookiecoder.json index 3dec24550..be47f4fa2 100644 --- a/domains/therookiecoder.json +++ b/domains/therookiecoder.json @@ -1,10 +1,12 @@ { + "description": "My personal website", + "repo": "https://github.com/theRookieCoder/theRookieCoder.github.io", "owner": { "username": "theRookieCoder", "email": "ileshkt@gmail.com", - "discord": "theRookieCoder#1287" + "discord": "therookiecoder" }, "record": { - "URL": "https://github.com/theRookieCoder" + "CNAME": "therookiecoder.github.io" } } From a0f8516bf95120b644f92f68ef195954496d3f38 Mon Sep 17 00:00:00 2001 From: Edgar Lopez Date: Wed, 19 Feb 2025 10:09:24 -0600 Subject: [PATCH 067/232] Create viernes.json --- domains/viernes.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/viernes.json diff --git a/domains/viernes.json b/domains/viernes.json new file mode 100644 index 000000000..d8a7a2d67 --- /dev/null +++ b/domains/viernes.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "br0k3r", + "email": "br0k3r@protonmail.com" + }, + "record": { + "CNAME": "viernes.surge.sh" + } + } + \ No newline at end of file From 1eeedc706cb4064eb99da52ce5fa6ba39650cce7 Mon Sep 17 00:00:00 2001 From: Fongg <46365986+nphng15@users.noreply.github.com> Date: Wed, 19 Feb 2025 23:20:02 +0700 Subject: [PATCH 068/232] Update fongg.json --- domains/fongg.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/domains/fongg.json b/domains/fongg.json index 5a0ef21ba..ebf63ec29 100644 --- a/domains/fongg.json +++ b/domains/fongg.json @@ -1,6 +1,9 @@ { + "description": "nphng15.is-a.dev", + "repo": "https://github.com/nphng15/nphng15.github.io", "owner": { - "username": "nphng15" + "username": "nphng15", + "email": "23521172@gm.uit.edu.vn" }, "record": { "CNAME": "nphng15.github.io" From da4e5eef5faddd38a7b4b69d53841a8b8ed8b85d Mon Sep 17 00:00:00 2001 From: Akash0816 Date: Wed, 19 Feb 2025 22:51:50 +0530 Subject: [PATCH 069/232] Create akprofile.json --- domains/akprofile.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/akprofile.json diff --git a/domains/akprofile.json b/domains/akprofile.json new file mode 100644 index 000000000..6beabd313 --- /dev/null +++ b/domains/akprofile.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Akash0816", + "email": "akashoffical321@gmail.com" + }, + "record": { + "CNAME": "Akash0816.github.io" + } +} From 0b806ed29236a25846e073b623c812ceb5ceebd8 Mon Sep 17 00:00:00 2001 From: Sahand Soleimani Date: Wed, 19 Feb 2025 20:57:55 +0330 Subject: [PATCH 070/232] Adding `arsenobetaine.is-a.dev` Connecting the subdomain to my GitHub page. --- domains/arsenobetaine.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/arsenobetaine.json diff --git a/domains/arsenobetaine.json b/domains/arsenobetaine.json new file mode 100644 index 000000000..f2e96f391 --- /dev/null +++ b/domains/arsenobetaine.json @@ -0,0 +1,11 @@ +{ + "description": "A personal website for information on me and my projects.", + "repo": "https://github.com/arsenobetaine/arsenobetaine.is-a.dev", + "owner": { + "username": "arsenobetaine", + "email": "arsenobetaine@gmail.com" + }, + "record": { + "CNAME": "arsenobetaine.github.io" + } +} From 56b33d2505fa6c6819b258b204e4d8a9e8187d1f Mon Sep 17 00:00:00 2001 From: Sahand Soleimani Date: Wed, 19 Feb 2025 20:59:10 +0330 Subject: [PATCH 071/232] Adding `_discord.arsenobetaine.is-a.dev` Connecting the subdomain to my discord account. --- domains/_discord.arsenobetaine.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_discord.arsenobetaine.json diff --git a/domains/_discord.arsenobetaine.json b/domains/_discord.arsenobetaine.json new file mode 100644 index 000000000..cef3ec70a --- /dev/null +++ b/domains/_discord.arsenobetaine.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "arsenobetaine", + "email": "arsenobetaine@gmail.com" + }, + "record": { + "TXT": "dh=a7836fe0f1ee1642624faaa1e95fedba6f53f907" + } +} From 6f13771e5de4daf8a3b2ca40c446f6aadc9826ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Garc=C3=ADa?= <119504786+sergarsilla@users.noreply.github.com> Date: Wed, 19 Feb 2025 18:31:19 +0100 Subject: [PATCH 072/232] Create sergarsilla.json --- domains/sergarsilla.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/sergarsilla.json diff --git a/domains/sergarsilla.json b/domains/sergarsilla.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/sergarsilla.json @@ -0,0 +1 @@ + From 53b62654a3b4d25d93e5d6f605a1c1c8975a4fdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Garc=C3=ADa?= <119504786+sergarsilla@users.noreply.github.com> Date: Wed, 19 Feb 2025 18:35:40 +0100 Subject: [PATCH 073/232] Update sergarsilla.json --- domains/sergarsilla.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/sergarsilla.json b/domains/sergarsilla.json index 8b1378917..bead42d1e 100644 --- a/domains/sergarsilla.json +++ b/domains/sergarsilla.json @@ -1 +1,6 @@ - +{ + "owner": { + "username": "sergarsilla", + "email": "sergarsilla@gmail.com" + } +} From 04e375d95f0b8d11e6591744f5525e48ba5c5bd4 Mon Sep 17 00:00:00 2001 From: Thuc Nguyen <59547942+thucngyyen@users.noreply.github.com> Date: Wed, 19 Feb 2025 09:51:37 -0800 Subject: [PATCH 074/232] Update thuc.json --- domains/thuc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/thuc.json b/domains/thuc.json index 8490e92e4..1bf1a2bbb 100644 --- a/domains/thuc.json +++ b/domains/thuc.json @@ -3,6 +3,6 @@ "username": "thucngyyen" }, "record": { - "RECORDTYPE": "thucngyyen.github.io" + "CNAME": "thucngyyen.github.io" } } From a8ce5b1c90f6955cda0872b62c485e3155ebedf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Garc=C3=ADa?= <119504786+sergarsilla@users.noreply.github.com> Date: Wed, 19 Feb 2025 20:01:52 +0100 Subject: [PATCH 075/232] Update sergarsilla.json --- domains/sergarsilla.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/domains/sergarsilla.json b/domains/sergarsilla.json index bead42d1e..9ad926a9a 100644 --- a/domains/sergarsilla.json +++ b/domains/sergarsilla.json @@ -3,4 +3,7 @@ "username": "sergarsilla", "email": "sergarsilla@gmail.com" } + "record": { + "CNAME": "sergarsilla.github.io" + } } From cb5e190aa71466fbf7683cbb9bf673bba5318319 Mon Sep 17 00:00:00 2001 From: Zero_0R <80145720+Rahat87942R@users.noreply.github.com> Date: Thu, 20 Feb 2025 01:04:58 +0600 Subject: [PATCH 076/232] Create rahatrumi.is-a.dev.json --- domains/rahatrumi.is-a.dev.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rahatrumi.is-a.dev.json diff --git a/domains/rahatrumi.is-a.dev.json b/domains/rahatrumi.is-a.dev.json new file mode 100644 index 000000000..d9cb4c7c7 --- /dev/null +++ b/domains/rahatrumi.is-a.dev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rahat87942R", + "email": "rumirahat63@gmail.com" + }, + "record": { + "CNAME": "rahatrumi.vercel.app" + } +} From 3932f371cda017bcc6c145f98ea78e1c3074ecbc Mon Sep 17 00:00:00 2001 From: Mahmoud Makady Date: Wed, 19 Feb 2025 21:41:28 +0200 Subject: [PATCH 077/232] Update mahmoud-makady.json --- domains/mahmoud-makady.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/domains/mahmoud-makady.json b/domains/mahmoud-makady.json index 7da8c61e3..9d081449f 100644 --- a/domains/mahmoud-makady.json +++ b/domains/mahmoud-makady.json @@ -1,5 +1,4 @@ { - "mahmoud-makady": { "owner": { "username": "Mahmoud-Makady", "email": "m.makady19@gmail.com" @@ -7,5 +6,4 @@ "records": { "CNAME": "mahmoud-makady.netlify.app" } - } } From f03cbf9abf57dbaa888da04caa7c43abf6517c98 Mon Sep 17 00:00:00 2001 From: Mahmoud Makady Date: Wed, 19 Feb 2025 22:18:39 +0200 Subject: [PATCH 078/232] Update mahmoud-makady.json From aa477ef2d4f597c130cdd924b25d028f7afd1666 Mon Sep 17 00:00:00 2001 From: Kenny Molina <42689547+xXMolinaXx@users.noreply.github.com> Date: Wed, 19 Feb 2025 15:25:13 -0600 Subject: [PATCH 079/232] Update kennymolina.json --- domains/kennymolina.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/kennymolina.json b/domains/kennymolina.json index d39dfa9f5..4f15f284c 100644 --- a/domains/kennymolina.json +++ b/domains/kennymolina.json @@ -4,6 +4,6 @@ "email": "kjmolina@live.com" }, "record": { - "CNAME": "https://xxmolinaxx.github.io/" + "CNAME": "xxmolinaxx.github.io" } } From 8cc918d2047970301d2de2735b4377deab8883b0 Mon Sep 17 00:00:00 2001 From: UmarSidiki Date: Thu, 20 Feb 2025 03:41:39 +0500 Subject: [PATCH 080/232] added / FIxed --- domains/coolify-app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/coolify-app.json b/domains/coolify-app.json index eb126a4cc..24a6d9720 100644 --- a/domains/coolify-app.json +++ b/domains/coolify-app.json @@ -4,6 +4,6 @@ "email": "siddiquiumar0007@gmail.com" }, "record": { - "URL": "http://130.162.58.142:8000/" - } + "A": ["89.168.88.28"] + } } \ No newline at end of file From 4e23d6787f18e31ed659301d12e13063bdb707f4 Mon Sep 17 00:00:00 2001 From: UmarSidiki Date: Thu, 20 Feb 2025 03:51:52 +0500 Subject: [PATCH 081/232] added a records --- domains/coolify-app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/coolify-app.json b/domains/coolify-app.json index 24a6d9720..9033e7931 100644 --- a/domains/coolify-app.json +++ b/domains/coolify-app.json @@ -4,6 +4,6 @@ "email": "siddiquiumar0007@gmail.com" }, "record": { - "A": ["89.168.88.28"] + "A": ["89.168.88.28", "129.159.253.45"] } } \ No newline at end of file From 9cbf4cba02bced62a260925fd987f176823ba50d Mon Sep 17 00:00:00 2001 From: UmarSidiki Date: Thu, 20 Feb 2025 03:57:34 +0500 Subject: [PATCH 082/232] readded domain --- domains/coolify-app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/coolify-app.json b/domains/coolify-app.json index 9033e7931..8f27657c9 100644 --- a/domains/coolify-app.json +++ b/domains/coolify-app.json @@ -4,6 +4,6 @@ "email": "siddiquiumar0007@gmail.com" }, "record": { - "A": ["89.168.88.28", "129.159.253.45"] + "A": ["129.159.253.45"] } } \ No newline at end of file From 45a5155e1738b2fff4051450b049315be0331105 Mon Sep 17 00:00:00 2001 From: Dzubayyan Ahmad Date: Thu, 20 Feb 2025 08:34:11 +0800 Subject: [PATCH 083/232] add masdzub.json all of requirement is ok personal site is https://masdzub.com --- domains/masdzub.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/masdzub.json diff --git a/domains/masdzub.json b/domains/masdzub.json new file mode 100644 index 000000000..a39de10c1 --- /dev/null +++ b/domains/masdzub.json @@ -0,0 +1,11 @@ +{ + "description": "My Personal Website.", + "repo": "https://github.com/masdzub/masdzub.github.io", + "owner": { + "username": "masdzub", + "email": "hello@masdzub.com" + }, + "record": { + "CNAME": "masdzub-github-io.pages.dev" + } +} From 4455b26f0468c4af75b3c4364315bdb27c18a1bf Mon Sep 17 00:00:00 2001 From: Nathaniel Lewis <111205104+golvellius32@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:46:42 +1100 Subject: [PATCH 084/232] Create golvellius32 adding new gitbug page --- domains/golvellius32 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/golvellius32 diff --git a/domains/golvellius32 b/domains/golvellius32 new file mode 100644 index 000000000..ae112d20f --- /dev/null +++ b/domains/golvellius32 @@ -0,0 +1,11 @@ +{ + "description": "Golvellius's website", + "repo": "https://github.com/golvellius32/skills-github-pages-public", + "owner": { + "username": "0x3st", + "email": "[protected]", + }, + "record": { + "CNAME": "golvellius32.github.io" + } +} From d74c89747bb1ebc2c5698f1ec23b6b23f6b489ea Mon Sep 17 00:00:00 2001 From: Nathaniel Lewis <111205104+golvellius32@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:49:49 +1100 Subject: [PATCH 085/232] Update golvellius32 --- domains/golvellius32 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/golvellius32 b/domains/golvellius32 index ae112d20f..972beb090 100644 --- a/domains/golvellius32 +++ b/domains/golvellius32 @@ -2,8 +2,8 @@ "description": "Golvellius's website", "repo": "https://github.com/golvellius32/skills-github-pages-public", "owner": { - "username": "0x3st", - "email": "[protected]", + "username": "golvellius32", + "email": "golvellius@hotmail.com", }, "record": { "CNAME": "golvellius32.github.io" From 27890df9532e834a8f98043fb041edcca16198fd Mon Sep 17 00:00:00 2001 From: Do Minh Duy Date: Thu, 20 Feb 2025 07:59:14 +0700 Subject: [PATCH 086/232] Create duyhandsome.json --- domains/duyhandsome.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/duyhandsome.json diff --git a/domains/duyhandsome.json b/domains/duyhandsome.json new file mode 100644 index 000000000..aaefa83e0 --- /dev/null +++ b/domains/duyhandsome.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "dominhduy09" + }, + "record": { + "URL": "https://dominhduy09.github.io/profile/" + } +} From b8bf9e84768949349e1a11a5e9e98e05aed81a67 Mon Sep 17 00:00:00 2001 From: dauvet Date: Thu, 20 Feb 2025 08:06:27 +0700 Subject: [PATCH 087/232] Update dauvet.json --- domains/dauvet.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/dauvet.json b/domains/dauvet.json index a40c252ad..482ddd9e6 100644 --- a/domains/dauvet.json +++ b/domains/dauvet.json @@ -1,4 +1,4 @@ - +{ "owner": { "username": "dauvet", "email": "vanhieu85@gmail.com" From c8192f91605cbda2feb134b714daa0b2384e6140 Mon Sep 17 00:00:00 2001 From: Rizqiansyah <57321470+RizqiSeijuuro@users.noreply.github.com> Date: Thu, 20 Feb 2025 08:26:36 +0700 Subject: [PATCH 088/232] Update domains/rizqi.json Co-authored-by: JustDeveloper --- domains/rizqi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/rizqi.json b/domains/rizqi.json index d567e13eb..99046675f 100644 --- a/domains/rizqi.json +++ b/domains/rizqi.json @@ -6,6 +6,6 @@ "email": "rizqiansyah52@gmail.com" }, "record": { - "CNAME": "RizqiSeijuuro.github.io/portfolio" + "CNAME": "rizqiseijuuro.github.io" } } \ No newline at end of file From 5ad5d6d235375f1fbfe48202ea102133fc92b7f7 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 20 Feb 2025 10:08:58 +0800 Subject: [PATCH 089/232] Update ak-profile.json Co-authored-by: JustDeveloper --- ak-profile.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ak-profile.json b/ak-profile.json index 6beabd313..cf97a0f79 100644 --- a/ak-profile.json +++ b/ak-profile.json @@ -4,6 +4,6 @@ "email": "akashoffical321@gmail.com" }, "record": { - "CNAME": "Akash0816.github.io" + "CNAME": "akash0816.github.io" } } From c6d446275212e0c69ca0365ca8cb1d67fe1d393d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Ph=C6=B0=C6=A1ng=20Nam?= <80313991+NBlue@users.noreply.github.com> Date: Thu, 20 Feb 2025 09:11:14 +0700 Subject: [PATCH 090/232] Update and rename nguyen-phuong-nam to nguyen-phuong-nam.json --- domains/{nguyen-phuong-nam => nguyen-phuong-nam.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{nguyen-phuong-nam => nguyen-phuong-nam.json} (68%) diff --git a/domains/nguyen-phuong-nam b/domains/nguyen-phuong-nam.json similarity index 68% rename from domains/nguyen-phuong-nam rename to domains/nguyen-phuong-nam.json index 0f7c0f87d..f9aabd490 100644 --- a/domains/nguyen-phuong-nam +++ b/domains/nguyen-phuong-nam.json @@ -4,6 +4,6 @@ "email": "nam.np194336@gmail.com" }, "record": { - "CNAME": "https://protofilo-beta.vercel.app/" + "CNAME": "protofilo-beta.vercel.app/" } } From b4fbbd960fe18ccc35fd93cf2226bb74a4b0e347 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 20 Feb 2025 10:11:36 +0800 Subject: [PATCH 091/232] Rename ak-profile.json to domains/ak-profile.json --- ak-profile.json => domains/ak-profile.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ak-profile.json => domains/ak-profile.json (100%) diff --git a/ak-profile.json b/domains/ak-profile.json similarity index 100% rename from ak-profile.json rename to domains/ak-profile.json From 5648491a1a87423c503b50038ec7948320f240f9 Mon Sep 17 00:00:00 2001 From: Risqi Ahmad Sultoni Date: Thu, 20 Feb 2025 09:37:34 +0700 Subject: [PATCH 092/232] add my domain please --- domains/_vercel.risqiahmad.json | 10 ++++++++++ domains/risqiahmad.json | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 domains/_vercel.risqiahmad.json create mode 100644 domains/risqiahmad.json diff --git a/domains/_vercel.risqiahmad.json b/domains/_vercel.risqiahmad.json new file mode 100644 index 000000000..8a73f6c6e --- /dev/null +++ b/domains/_vercel.risqiahmad.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "risqi17", + "email": "ahmadreys@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=risqiahmad.is-a.dev,8bd8af8f24fe915c1ac4"] + } + } + \ No newline at end of file diff --git a/domains/risqiahmad.json b/domains/risqiahmad.json new file mode 100644 index 000000000..c6225b852 --- /dev/null +++ b/domains/risqiahmad.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "risqi17", + "email": "ahmadreys@gmail.com" + }, + "record": { + "CNAME": "nextjs-notion-starter-kit-transitive-bullshit.vercel.app" + } + } + \ No newline at end of file From 080535d249eac0048634b8e9b0226dce37377994 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Wed, 19 Feb 2025 21:41:51 -0500 Subject: [PATCH 093/232] Update nguyen-phuong-nam.json --- domains/nguyen-phuong-nam.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nguyen-phuong-nam.json b/domains/nguyen-phuong-nam.json index f9aabd490..de6f86e58 100644 --- a/domains/nguyen-phuong-nam.json +++ b/domains/nguyen-phuong-nam.json @@ -4,6 +4,6 @@ "email": "nam.np194336@gmail.com" }, "record": { - "CNAME": "protofilo-beta.vercel.app/" + "CNAME": "protofilo-beta.vercel.app" } } From 0e8c02c82b4c785f18f6de5258b4bacbda957ed2 Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Thu, 20 Feb 2025 10:44:41 +0800 Subject: [PATCH 094/232] remove dnscontrol validation --- .github/workflows/{validation.yml => ci.yml} | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) rename .github/workflows/{validation.yml => ci.yml} (68%) diff --git a/.github/workflows/validation.yml b/.github/workflows/ci.yml similarity index 68% rename from .github/workflows/validation.yml rename to .github/workflows/ci.yml index fa0fa8f5f..38cf61d44 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Validation +name: CI on: pull_request: @@ -19,16 +19,6 @@ concurrency: cancel-in-progress: true jobs: - dnscontrol: - name: DNSControl - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - uses: is-a-dev/dnscontrol-action@main - with: - args: check - tests: name: Tests runs-on: ubuntu-latest From 958a0a4032c59d51c93c1f2e107b398b78b6c578 Mon Sep 17 00:00:00 2001 From: Dniw Date: Thu, 20 Feb 2025 09:51:51 +0700 Subject: [PATCH 095/232] Register yellososa.is-a.dev --- domains/yellososa.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/yellososa.json diff --git a/domains/yellososa.json b/domains/yellososa.json new file mode 100644 index 000000000..d5141d19b --- /dev/null +++ b/domains/yellososa.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Dn1w", + "discord": "923208452581511199", + "OWL": "eyJlbmMiOiJBMTI4Q0JDLUhTMjU2IiwiYWxnIjoiUlNBLU9BRVAiLCJraWQiOiJaa1VsRmRqVThiUEstLXVVM2JJR09PVHFYYVFFS1ZINFVXOW53MTR6WTJnIn0.UYEThSdIZTWX2_fHUJL6USuvkXNHtizdv6i6tq7VlLbxQ8hB9ShSrlEvwEbAL7xapElXx-Zjn9-DeeQLlpD6evOb-qeUOLp2bBA_TK9RmLnJnQEfTNsnjZAJwkd_IZUWtSoPVISyooLfEIFROAalmyBvOqO4jo6f_VS62akDJjFkpNHGizyTy3Ap4o4ECYhw3DJDpj70ZUfYlMym4IR9vBx-FENksCdRszGj9uSnCqrut0ebez8BhS4orxwF3iyh2zjOJ9RnvZdaBUM_T0bovHD-4W26p4PiOXVlJG-TPiLAA1oJrpRTjO4pIOeokstysYJWCfZMtz8Vzf1wsAXUnw.AtmbV8Ll8uA5ExuCKoLJAA.rw-ak74Tw-ynZRDyHMgKIwwy6-i-RNUSCEHQrvr4lK24iT5nsdqkqzBPFbIAnpbL-UT9VjlXF5JE-VDkg4p9iXaTPcNm11FSaqOEFSwEPIY.LbsXNr4vTuO14AqbVrEXJA" + }, + + "record": { + "CNAME": "yellososa.github.io" + } + } + \ No newline at end of file From ec61bc5add1b9ab43c568b00d6605012a4f5e8ff Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Wed, 19 Feb 2025 21:53:26 -0500 Subject: [PATCH 096/232] Rename rahatrumi.is-a.dev.json to rahatrumi.json --- domains/{rahatrumi.is-a.dev.json => rahatrumi.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{rahatrumi.is-a.dev.json => rahatrumi.json} (100%) diff --git a/domains/rahatrumi.is-a.dev.json b/domains/rahatrumi.json similarity index 100% rename from domains/rahatrumi.is-a.dev.json rename to domains/rahatrumi.json From 18cab8b471d37854df4e5d6dd51106a1af391d81 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Wed, 19 Feb 2025 21:54:14 -0500 Subject: [PATCH 097/232] Update sergarsilla.json --- domains/sergarsilla.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/domains/sergarsilla.json b/domains/sergarsilla.json index 9ad926a9a..33486348a 100644 --- a/domains/sergarsilla.json +++ b/domains/sergarsilla.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "sergarsilla", - "email": "sergarsilla@gmail.com" - } - "record": { - "CNAME": "sergarsilla.github.io" - } + "owner": { + "username": "sergarsilla", + "email": "sergarsilla@gmail.com" + }, + "record": { + "CNAME": "sergarsilla.github.io" + } } From 75ab265db929c90123c38c7341fa205671ee68f7 Mon Sep 17 00:00:00 2001 From: Nathaniel Lewis <111205104+golvellius32@users.noreply.github.com> Date: Thu, 20 Feb 2025 13:59:53 +1100 Subject: [PATCH 098/232] Rename golvellius32 to golvellius32.json --- domains/{golvellius32 => golvellius32.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{golvellius32 => golvellius32.json} (100%) diff --git a/domains/golvellius32 b/domains/golvellius32.json similarity index 100% rename from domains/golvellius32 rename to domains/golvellius32.json From f3aa956be99d67af91fe2eef47866787c3fd2fcb Mon Sep 17 00:00:00 2001 From: Risqi Ahmad Sultoni Date: Thu, 20 Feb 2025 10:08:42 +0700 Subject: [PATCH 099/232] add my subdomain --- domains/_vercel.risqiahmad.json | 5 +++-- domains/risqiahmad.json | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/domains/_vercel.risqiahmad.json b/domains/_vercel.risqiahmad.json index 8a73f6c6e..d543a0d55 100644 --- a/domains/_vercel.risqiahmad.json +++ b/domains/_vercel.risqiahmad.json @@ -1,10 +1,11 @@ { "owner": { "username": "risqi17", - "email": "ahmadreys@gmail.com" + "email": "ahmadreys@gmail.com", + "discord": "risqi_ahmad9230" }, "record": { - "TXT": ["vc-domain-verify=risqiahmad.is-a.dev,8bd8af8f24fe915c1ac4"] + "TXT": "vc-domain-verify=risqiahmad.is-a.dev,8bd8af8f24fe915c1ac4" } } \ No newline at end of file diff --git a/domains/risqiahmad.json b/domains/risqiahmad.json index c6225b852..325cc3b83 100644 --- a/domains/risqiahmad.json +++ b/domains/risqiahmad.json @@ -1,7 +1,8 @@ { "owner": { "username": "risqi17", - "email": "ahmadreys@gmail.com" + "email": "ahmadreys@gmail.com", + "discord": "risqi_ahmad9230" }, "record": { "CNAME": "nextjs-notion-starter-kit-transitive-bullshit.vercel.app" From ab3dff3b3387630f51645d372ba2fbe6adbf19d8 Mon Sep 17 00:00:00 2001 From: Terry Kim Date: Thu, 20 Feb 2025 16:09:31 +1300 Subject: [PATCH 100/232] Create _vercel.terry.json --- domains/_vercel.terry.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.terry.json diff --git a/domains/_vercel.terry.json b/domains/_vercel.terry.json new file mode 100644 index 000000000..19e0e060f --- /dev/null +++ b/domains/_vercel.terry.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "realyoterry", + "email": "theterrykim@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=terry.is-a.dev,77663b6ef45302529609" + } +} From 7cf8d39c7a25cc91f666e76c715a0584d9ecd3f3 Mon Sep 17 00:00:00 2001 From: Terry Kim Date: Thu, 20 Feb 2025 16:10:12 +1300 Subject: [PATCH 101/232] Create terry.json --- domains/terry.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/terry.json diff --git a/domains/terry.json b/domains/terry.json new file mode 100644 index 000000000..264442cfd --- /dev/null +++ b/domains/terry.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "realyoterry", + "email": "theterrykim@gmail.com" + }, + "record": { + "CNAME": "realyoterry.vercel.app" + } +} From 06e80d1fe9b2c7c5e11349ad343d6ab45dd79aff Mon Sep 17 00:00:00 2001 From: Ilesh Thiada Date: Thu, 20 Feb 2025 09:04:46 +0530 Subject: [PATCH 102/232] Create _github-pages-challenge-therookiecoder.therookiecoder.json --- ...ages-challenge-therookiecoder.therookiecoder.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/_github-pages-challenge-therookiecoder.therookiecoder.json diff --git a/domains/_github-pages-challenge-therookiecoder.therookiecoder.json b/domains/_github-pages-challenge-therookiecoder.therookiecoder.json new file mode 100644 index 000000000..fbf7295f8 --- /dev/null +++ b/domains/_github-pages-challenge-therookiecoder.therookiecoder.json @@ -0,0 +1,12 @@ +{ + "description": "GitHub domain verification for my personal website", + "repo": "https://github.com/theRookieCoder/theRookieCoder.github.io", + "owner": { + "username": "theRookieCoder", + "email": "ileshkt@gmail.com", + "discord": "therookiecoder" + }, + "record": { + "TXT": "11a49aa635c8bc15e62134fbd34a46" + } +} From 4b0789646110acf550cbff340c8ea4bece290f9d Mon Sep 17 00:00:00 2001 From: Sang Huynh Thanh Date: Tue, 18 Feb 2025 14:39:22 +0700 Subject: [PATCH 103/232] Add ninh.json --- domains/ninh.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/ninh.json diff --git a/domains/ninh.json b/domains/ninh.json new file mode 100644 index 000000000..0e80e07a0 --- /dev/null +++ b/domains/ninh.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sanG-github", + "email": "sanghuynh20000@gmail.com" + }, + "record": { + "CNAME": "haininh.vercel.app" + } +} From 83a9e59f9333374f60ae5bb1cfc6c209652e9be4 Mon Sep 17 00:00:00 2001 From: Sang Huynh Thanh Date: Tue, 18 Feb 2025 14:39:29 +0700 Subject: [PATCH 104/232] Add thanh-sang.json --- domains/thanh-sang.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/thanh-sang.json diff --git a/domains/thanh-sang.json b/domains/thanh-sang.json new file mode 100644 index 000000000..b5ba21e8f --- /dev/null +++ b/domains/thanh-sang.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sanG-github", + "email": "sanghuynh20000@gmail.com" + }, + "record": { + "CNAME": "portfolio-logan.netlify.app" + } +} From e74f05834fa8e176cd2e8a4cca1ddffc07fbe3da Mon Sep 17 00:00:00 2001 From: Sang Huynh Thanh Date: Tue, 18 Feb 2025 16:27:00 +0700 Subject: [PATCH 105/232] Remove PFM site --- domains/ninh.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/ninh.json diff --git a/domains/ninh.json b/domains/ninh.json deleted file mode 100644 index 0e80e07a0..000000000 --- a/domains/ninh.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "sanG-github", - "email": "sanghuynh20000@gmail.com" - }, - "record": { - "CNAME": "haininh.vercel.app" - } -} From 313a5436867015afbbef6670bded7d2927b93b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Urroz?= <88216183+GitCesc07@users.noreply.github.com> Date: Wed, 19 Feb 2025 22:41:01 -0600 Subject: [PATCH 106/232] Create cescdev.json --- domains/cescdev.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/cescdev.json diff --git a/domains/cescdev.json b/domains/cescdev.json new file mode 100644 index 000000000..79520e392 --- /dev/null +++ b/domains/cescdev.json @@ -0,0 +1,9 @@ +{ +"owner": { + "username": "GitCesc07", +"email": "cesar0407197@gmail.com" +}, +"record": { + "CNAME": "cescdev-portafolio.netlify.app/" +} +} From 8694bbd28e4c931fbf0bf928501ec3ed89aeb826 Mon Sep 17 00:00:00 2001 From: Irfan Zharauri Nanda Sudiyanto Date: Thu, 20 Feb 2025 12:21:39 +0700 Subject: [PATCH 107/232] Add Vercel domain configuration for zara.is-a.dev --- domains/_vercel.zara.json | 9 +++++++++ domains/zara.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel.zara.json create mode 100644 domains/zara.json diff --git a/domains/_vercel.zara.json b/domains/_vercel.zara.json new file mode 100644 index 000000000..e5e0538b0 --- /dev/null +++ b/domains/_vercel.zara.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tutupharirabu", + "email": "code.zharaurien@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=zara.is-a.dev,54fd6194f447f7c5295b" + } +} \ No newline at end of file diff --git a/domains/zara.json b/domains/zara.json new file mode 100644 index 000000000..521b04e19 --- /dev/null +++ b/domains/zara.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "tutupharirabu", + "email": "code.zharaurien@gmail.com" + }, + "record": { + "CNAME": "portofolio-pribadi-irfan-zharauri.vercel.app" + } +} \ No newline at end of file From 425ec1221aa399d84dd6469abca5d2a778dd1cca Mon Sep 17 00:00:00 2001 From: Arya Date: Thu, 20 Feb 2025 16:31:33 +0700 Subject: [PATCH 108/232] Rename worldsavior to worldsavior.json --- domains/{worldsavior => worldsavior.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{worldsavior => worldsavior.json} (100%) diff --git a/domains/worldsavior b/domains/worldsavior.json similarity index 100% rename from domains/worldsavior rename to domains/worldsavior.json From 582b21ea4e8bd610698b6c1730e169231c8f954e Mon Sep 17 00:00:00 2001 From: "G.T." Date: Thu, 20 Feb 2025 12:39:19 +0300 Subject: [PATCH 109/232] the guvent.is-a.dev request --- domains/guvent.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/guvent.json diff --git a/domains/guvent.json b/domains/guvent.json new file mode 100644 index 000000000..470563897 --- /dev/null +++ b/domains/guvent.json @@ -0,0 +1,12 @@ +{ + "description": "The portfolio site of Guven Topal", + "repo": "https://github.com/guvent/guvent", + "owner": { + "username": "guvent", + "email": "me@guvent.com" + }, + "record": { + "CNAME": "guvent.com" + } + } + \ No newline at end of file From 77ed7345f3ba9d4438e17472b0b4fc3de5af9752 Mon Sep 17 00:00:00 2001 From: Md Ariful Islam <46021788+Arif-Islam@users.noreply.github.com> Date: Thu, 20 Feb 2025 16:18:18 +0600 Subject: [PATCH 110/232] Create arif.json --- domains/arif.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/arif.json diff --git a/domains/arif.json b/domains/arif.json new file mode 100644 index 000000000..b3df945d0 --- /dev/null +++ b/domains/arif.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Portfolio Website", + "repo": "https://github.com/Arif-Islam/Portfolio-site", + "owner": { + "username": "Arif-Islam", + "email": "arif8491@gmail.com" + }, + "record": { + "CNAME": "Arif-Islam.github.io" + } +} From ce8bea7782c0502c51852921edc5696a0f37d978 Mon Sep 17 00:00:00 2001 From: Amr Gawish <87614+agawish@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:00:30 +0000 Subject: [PATCH 111/232] Create amr.json To have `amr-is-a.dev` --- domains/amr.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/amr.json diff --git a/domains/amr.json b/domains/amr.json new file mode 100644 index 000000000..d33621228 --- /dev/null +++ b/domains/amr.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "agawish", + "email": "amr.gawish@gmail.com" + }, + "record": { + "CNAME": "amr-gawish.com" + } +} From 1769b61b3a9df5c7e7ef26832d25ea55e80f3030 Mon Sep 17 00:00:00 2001 From: ThangLe <153090942+ThangLe9999@users.noreply.github.com> Date: Thu, 20 Feb 2025 18:45:43 +0700 Subject: [PATCH 112/232] Update and rename _vercel.lmt.json to _discord.thangle.is-a.dev --- domains/{_vercel.lmt.json => _discord.thangle.is-a.dev} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{_vercel.lmt.json => _discord.thangle.is-a.dev} (91%) diff --git a/domains/_vercel.lmt.json b/domains/_discord.thangle.is-a.dev similarity index 91% rename from domains/_vercel.lmt.json rename to domains/_discord.thangle.is-a.dev index 923d666b0..06ee5723d 100644 --- a/domains/_vercel.lmt.json +++ b/domains/_discord.thangle.is-a.dev @@ -6,7 +6,7 @@ }, "record": { - "TXT": "vc-domain-verify=lmt.is-a.dev,e18df29b9b97f6e4f8c8" + "TXT": "dh=8d98fb5fefbb1915e89d5dc43c9fdd9fa801557f" } } From 79c536d8b2cb9ac700da46de0a6bdf921fbcb784 Mon Sep 17 00:00:00 2001 From: ThangLe <153090942+ThangLe9999@users.noreply.github.com> Date: Thu, 20 Feb 2025 18:49:01 +0700 Subject: [PATCH 113/232] Rename _discord.thangle.is-a.dev to _discord.thangle.json --- domains/{_discord.thangle.is-a.dev => _discord.thangle.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_discord.thangle.is-a.dev => _discord.thangle.json} (100%) diff --git a/domains/_discord.thangle.is-a.dev b/domains/_discord.thangle.json similarity index 100% rename from domains/_discord.thangle.is-a.dev rename to domains/_discord.thangle.json From 96d81b576e4db1b45e4458ef859138a2808ced07 Mon Sep 17 00:00:00 2001 From: Dishant radadiya <164029200+Dishant402955@users.noreply.github.com> Date: Thu, 20 Feb 2025 18:18:44 +0530 Subject: [PATCH 114/232] Create _vercel.dishant.json (for the verification) --- domains/_vercel.dishant.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.dishant.json diff --git a/domains/_vercel.dishant.json b/domains/_vercel.dishant.json new file mode 100644 index 000000000..8e1e08fd2 --- /dev/null +++ b/domains/_vercel.dishant.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Dishant402955", + "email": "dishantradadiya3036@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=dishant.is-a.dev,cfc2c6cd0ad49054757b" + } +} From 660a0a2155adc019d56be6615b062d889e949299 Mon Sep 17 00:00:00 2001 From: Adrian Miranda Date: Thu, 20 Feb 2025 10:40:59 -0300 Subject: [PATCH 115/232] Create adriancmiranda.json --- domains/adriancmiranda.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 domains/adriancmiranda.json diff --git a/domains/adriancmiranda.json b/domains/adriancmiranda.json new file mode 100644 index 000000000..d3768400b --- /dev/null +++ b/domains/adriancmiranda.json @@ -0,0 +1,15 @@ +{ + "owner": { + "username": "adriancmiranda", + "email": "ad@is-a.dev" + }, + "record": { + "URL": "https://adrian-miranda.vercel.app" + }, + "redirect_config": { + "custom_paths": { + "/github": "https://github.com/adriancmiranda" + }, + "redirect_paths": true + } +} From a1fe971f087301e9bb46793d0796f05b67437021 Mon Sep 17 00:00:00 2001 From: Sahand Soleimani Date: Thu, 20 Feb 2025 17:15:23 +0330 Subject: [PATCH 116/232] Adding `_github-pages-challenge-arsenobetaine.arsenobetaine.is-a.dev` Connecting the subdomain to my GitHub account. --- ...thub-pages-challenge-arsenobetaine.arsenobetaine.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-arsenobetaine.arsenobetaine.json diff --git a/domains/_github-pages-challenge-arsenobetaine.arsenobetaine.json b/domains/_github-pages-challenge-arsenobetaine.arsenobetaine.json new file mode 100644 index 000000000..ab62a0cc6 --- /dev/null +++ b/domains/_github-pages-challenge-arsenobetaine.arsenobetaine.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "arsenobetaine", + "email": "arsenobetaine@gmail.com" + }, + "record": { + "TXT": "02ff8b21eeaed5e8333376fc244485" + } +} From c885fda20bf5e93c4ae737447fb8f72c9343ed96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petris=CC=A6or=20Buga?= Date: Thu, 20 Feb 2025 15:45:25 +0200 Subject: [PATCH 117/232] chore: Added owner.discord information --- domains/peterbuga.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/peterbuga.json b/domains/peterbuga.json index 9aec666b2..f4ee26dca 100644 --- a/domains/peterbuga.json +++ b/domains/peterbuga.json @@ -2,7 +2,8 @@ "description": "Presentation website for peterbuga", "repo": "https://github.com/peterbuga/peterbuga.github.io", "owner": { - "username": "peterbuga" + "username": "peterbuga", + "discord": "902580031044325407" }, "record": { "CNAME": "peterbuga.github.io" From e2ea23c1e6cc8bb10f98871dc65b0393ec9357f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isaac=20D=27C=C3=A9sares?= Date: Thu, 20 Feb 2025 10:46:22 -0300 Subject: [PATCH 118/232] Create idcesares.json --- domains/idcesares.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/idcesares.json diff --git a/domains/idcesares.json b/domains/idcesares.json new file mode 100644 index 000000000..53cb961d0 --- /dev/null +++ b/domains/idcesares.json @@ -0,0 +1,11 @@ +{ + "description": "Isaac D'Césares personal website", + "repo": "https://github.com/idcesares", + "owner": { + "username": "idcesares", + "email": "isaac.dcesares@gmail.com" + }, + "record": { + "URL": "https://dcesares.dev" + } +} From cab2aad6d9b32e0c5d0e0bdfb511a05da18cac61 Mon Sep 17 00:00:00 2001 From: Khanh Dang <96910105+lmlmdf404@users.noreply.github.com> Date: Thu, 20 Feb 2025 21:16:51 +0700 Subject: [PATCH 119/232] Create blkdang1.json --- domains/blkdang1.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/blkdang1.json diff --git a/domains/blkdang1.json b/domains/blkdang1.json new file mode 100644 index 000000000..eea2ecdea --- /dev/null +++ b/domains/blkdang1.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "lmlmdf404" + }, + "record": { + "CNAME": "lmlmdf404.github.io" + } +} From 3e9949a78117b3775bf1ec3f9d14a1c05b1c3526 Mon Sep 17 00:00:00 2001 From: UmarSidiki Date: Thu, 20 Feb 2025 19:23:42 +0500 Subject: [PATCH 120/232] enabled proxy --- domains/coolify-app.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/coolify-app.json b/domains/coolify-app.json index 8f27657c9..819d44be5 100644 --- a/domains/coolify-app.json +++ b/domains/coolify-app.json @@ -5,5 +5,6 @@ }, "record": { "A": ["129.159.253.45"] - } + }, + "proxied": true } \ No newline at end of file From 687ee1f52339b8f35aa9d824d5c577bab023c36a Mon Sep 17 00:00:00 2001 From: Raafey Raza <95968156+RaafeyRaza@users.noreply.github.com> Date: Thu, 20 Feb 2025 19:46:46 +0500 Subject: [PATCH 121/232] Create _vercel.raafey.json --- domains/_vercel.raafey.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.raafey.json diff --git a/domains/_vercel.raafey.json b/domains/_vercel.raafey.json new file mode 100644 index 000000000..0e7768b13 --- /dev/null +++ b/domains/_vercel.raafey.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "RaafeyRaza", + "email": "raafeyraza1@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=raafey.is-a.dev,aa0e06a894333b259a4b" + } +} From 83415e333e0400279b5c58128bc0372fe4b3f81d Mon Sep 17 00:00:00 2001 From: Raafey Raza <95968156+RaafeyRaza@users.noreply.github.com> Date: Thu, 20 Feb 2025 19:47:45 +0500 Subject: [PATCH 122/232] Update raafey.json --- domains/raafey.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/raafey.json b/domains/raafey.json index b2cd0e262..0e0c632bb 100644 --- a/domains/raafey.json +++ b/domains/raafey.json @@ -4,8 +4,6 @@ "email": "raafeyraza1@gmail.com" }, "record": { - "A": ["69.197.135.202"], - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": ["v=spf1 include:spf.improvmx.com ~all"] + "CNAME": "v0-personal-portfolio-tf.vercel.app" } } From 04f1c170209e6ae75afab4f1886e935c3b407537 Mon Sep 17 00:00:00 2001 From: rajputsiya Date: Thu, 20 Feb 2025 20:56:50 +0530 Subject: [PATCH 123/232] add new domain json and _vercel json file --- domains/_vercel.siya.json | 10 ++++++++++ domains/siya.json | 11 +++++++++++ 2 files changed, 21 insertions(+) create mode 100644 domains/_vercel.siya.json create mode 100644 domains/siya.json diff --git a/domains/_vercel.siya.json b/domains/_vercel.siya.json new file mode 100644 index 000000000..38ec823e9 --- /dev/null +++ b/domains/_vercel.siya.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "rajputsiya", + "email" : "siyarajput9258@gmail.com" + }, + "record": { + "TXT": ["vc-domain-verify=siya.is-a.dev,8b5584a1aeb3bb9a60c5"] + } + } + \ No newline at end of file diff --git a/domains/siya.json b/domains/siya.json new file mode 100644 index 000000000..23d0afd79 --- /dev/null +++ b/domains/siya.json @@ -0,0 +1,11 @@ +{ + "description": "Siya's portfolio", + "repo": "https://github.com/rajputsiya/portfolio", + "owner": { + "username": "rajputsiya", + "email": "siyarajput9258@gmail.com" + }, + "record": { + "CNAME": "siyarajput.vercel.app" + } +} \ No newline at end of file From ad04e41e97542a1d4c3bd731915e696b6e13ddd8 Mon Sep 17 00:00:00 2001 From: 21Z <21z95@proton.me> Date: Thu, 20 Feb 2025 19:52:06 +0400 Subject: [PATCH 124/232] Update _vercel.soul.json --- domains/_vercel.soul.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_vercel.soul.json b/domains/_vercel.soul.json index 0c95fe2a4..c9f35bd01 100644 --- a/domains/_vercel.soul.json +++ b/domains/_vercel.soul.json @@ -6,5 +6,5 @@ }, "record": { "TXT": "vc-domain-verify=soul.is-a.dev,6f957e2edcd5bb791896" - }, + } } From a3232bbc61bdf6cf3227b1559912974fb04f8ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=C6=B0=C6=A1ng=20V=C4=83n=20Th=C3=B4ng?= <82353328+truongvanthong@users.noreply.github.com> Date: Thu, 20 Feb 2025 23:07:30 +0700 Subject: [PATCH 125/232] Create truongvanthong.json --- domains/truongvanthong.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/truongvanthong.json diff --git a/domains/truongvanthong.json b/domains/truongvanthong.json new file mode 100644 index 000000000..432565ec8 --- /dev/null +++ b/domains/truongvanthong.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "truongvanthong", + "email": "thongvanpro2002@gmail.com" + }, + "record": { + "CNAME": "truongvanthong.github.io" + } +} From b21068907c3acdeb97d72ce4b3a1253851708712 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Thu, 20 Feb 2025 11:33:10 -0500 Subject: [PATCH 126/232] Create leek.is-a.dev --- domains/leek.is-a.dev | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/leek.is-a.dev diff --git a/domains/leek.is-a.dev b/domains/leek.is-a.dev new file mode 100644 index 000000000..8352459fc --- /dev/null +++ b/domains/leek.is-a.dev @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "leek", + "email": "leeked+isadev@gmail.com" + }, + "record": { + "URL": "https://leek.io" + } +} From e0b2deff17d565e5ae80845da870e02f8b6409c5 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Thu, 20 Feb 2025 11:35:50 -0500 Subject: [PATCH 127/232] Rename leek.is-a.dev to leek.json --- domains/{leek.is-a.dev => leek.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{leek.is-a.dev => leek.json} (100%) diff --git a/domains/leek.is-a.dev b/domains/leek.json similarity index 100% rename from domains/leek.is-a.dev rename to domains/leek.json From 39b387a472d4f0f537d67d758be5bdfea06afc24 Mon Sep 17 00:00:00 2001 From: Renan Teixeira Date: Thu, 20 Feb 2025 13:44:21 -0300 Subject: [PATCH 128/232] Create _vercel.renant.json --- domains/_vercel.renant.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.renant.json diff --git a/domains/_vercel.renant.json b/domains/_vercel.renant.json new file mode 100644 index 000000000..f1f52c9d5 --- /dev/null +++ b/domains/_vercel.renant.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "renant", + "email": "renan_replay@live.com" + }, + "record": { + "TXT": "vc-domain-verify=renant.is-a.dev,fe738eebddc5a20097e6" + } +} From 4bb49ba8638f1c7216a7fb5b4840cc5e1fbb36b3 Mon Sep 17 00:00:00 2001 From: Renan Teixeira Date: Thu, 20 Feb 2025 13:46:13 -0300 Subject: [PATCH 129/232] Create renant.json --- domains/renant.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/renant.json diff --git a/domains/renant.json b/domains/renant.json new file mode 100644 index 000000000..d86f6e745 --- /dev/null +++ b/domains/renant.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "renant", + "email": "renan_replay@live.com" + }, + "record": { + "CNAME": "domainname.vercel.app" + } +} From 93f13ccafe95fcb87862ce8fac0e2cd3820af61f Mon Sep 17 00:00:00 2001 From: UmarSidiki Date: Thu, 20 Feb 2025 22:10:06 +0500 Subject: [PATCH 130/232] changes Record A --- domains/coolify-app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/coolify-app.json b/domains/coolify-app.json index 819d44be5..bfadfe245 100644 --- a/domains/coolify-app.json +++ b/domains/coolify-app.json @@ -4,7 +4,7 @@ "email": "siddiquiumar0007@gmail.com" }, "record": { - "A": ["129.159.253.45"] + "A": ["89.168.88.28"] }, "proxied": true } \ No newline at end of file From 7ea2499576d49dbca4e461dde7f8710c354bb95e Mon Sep 17 00:00:00 2001 From: Aishik Mukherjee Date: Thu, 20 Feb 2025 22:54:55 +0530 Subject: [PATCH 131/232] Create aishik999.json --- domains/aishik999.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/aishik999.json diff --git a/domains/aishik999.json b/domains/aishik999.json new file mode 100644 index 000000000..2e09e3b16 --- /dev/null +++ b/domains/aishik999.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "aishik999", + "email": "aishikm2002@gmail.com" + }, + "record": { + "CNAME": "aishik999.vercel.app" + } +} From 67886054eb162a96d60f59afe282cb8509301096 Mon Sep 17 00:00:00 2001 From: DevMatei <100729096+DevMatei@users.noreply.github.com> Date: Thu, 20 Feb 2025 20:42:05 +0200 Subject: [PATCH 132/232] Create img.devmatei.json --- domains/img.devmatei.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/img.devmatei.json diff --git a/domains/img.devmatei.json b/domains/img.devmatei.json new file mode 100644 index 000000000..b0b7702b5 --- /dev/null +++ b/domains/img.devmatei.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "DevMatei", + "email": "contact@devmatei.is-a.dev" + }, + "record": { + "CNAME": "proxy.iostpa.com" + } +} From 1627aa868e56c4f99a0bd95e36d3f2dcb0a76056 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 20 Feb 2025 20:01:38 +0100 Subject: [PATCH 133/232] Adding `colin.json` and `_discord.colin.json` --- domains/_discord.colin.json | 9 +++++++++ domains/colin.json | 11 +++++++++++ 2 files changed, 20 insertions(+) create mode 100644 domains/_discord.colin.json create mode 100644 domains/colin.json diff --git a/domains/_discord.colin.json b/domains/_discord.colin.json new file mode 100644 index 000000000..ef66babf0 --- /dev/null +++ b/domains/_discord.colin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ColinLeDev" + }, + "record": { + "TXT": ["dh=f51bcf0f0dac685ca2a69541d3981cd689a1e96a"] + } + } + \ No newline at end of file diff --git a/domains/colin.json b/domains/colin.json new file mode 100644 index 000000000..493c28dd1 --- /dev/null +++ b/domains/colin.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "ColinLeDev", + "email": "spam+isadev@col1n.fr" + }, + "record": { + "URL": "https://is-a-dev.redirect.col1n.fr", + "MX": "mx.col1n.fr" + } + } + \ No newline at end of file From debdc4f324e4e5129e91968d237aebbb626543f9 Mon Sep 17 00:00:00 2001 From: Adarsh Kumar <86740712+adarshrkumar@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:36:48 -0800 Subject: [PATCH 134/232] Create adarshkumar.json --- adarshkumar.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 adarshkumar.json diff --git a/adarshkumar.json b/adarshkumar.json new file mode 100644 index 000000000..33719d97f --- /dev/null +++ b/adarshkumar.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Adarsh R. Kumar", + "email": "adarshravikumar2@gmail.com" + }, + "record": { + "CNAME": "adarshrkumar.github.io" + } +} From a86757bc679d10cd8133656a7b7848490230d59e Mon Sep 17 00:00:00 2001 From: Adarsh Kumar <86740712+adarshrkumar@users.noreply.github.com> Date: Thu, 20 Feb 2025 11:47:51 -0800 Subject: [PATCH 135/232] Rename adarshkumar.json to domains/adarshkumar.json --- adarshkumar.json => domains/adarshkumar.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename adarshkumar.json => domains/adarshkumar.json (100%) diff --git a/adarshkumar.json b/domains/adarshkumar.json similarity index 100% rename from adarshkumar.json rename to domains/adarshkumar.json From cd648b7a468d7c46de8dc8cccccf73529c897cce Mon Sep 17 00:00:00 2001 From: Nuggew Date: Thu, 20 Feb 2025 17:34:09 -0300 Subject: [PATCH 136/232] Create _discord.nuggew.json --- domains/_discord.nuggew.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_discord.nuggew.json diff --git a/domains/_discord.nuggew.json b/domains/_discord.nuggew.json new file mode 100644 index 000000000..39d8df00c --- /dev/null +++ b/domains/_discord.nuggew.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Nuggew", + "email": "contato.guilherme.silva.araujo@gmail.com" + }, + "record": { + "TXT": "dh=a5d33ae1ddbac9692e675b562538f6b316f1aa1f" + } +} From fabc8cd094599fd54d65d834f65a9b2f8239043a Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 20 Feb 2025 23:50:55 +0100 Subject: [PATCH 137/232] cname instead of redirect --- domains/colin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/colin.json b/domains/colin.json index 493c28dd1..caaae089b 100644 --- a/domains/colin.json +++ b/domains/colin.json @@ -4,7 +4,7 @@ "email": "spam+isadev@col1n.fr" }, "record": { - "URL": "https://is-a-dev.redirect.col1n.fr", + "CNAME": "proxy.col1n.fr", "MX": "mx.col1n.fr" } } From 22bf04b5567be925687956b3e3290be5098be1bb Mon Sep 17 00:00:00 2001 From: Mert Demir Date: Fri, 21 Feb 2025 01:15:58 +0100 Subject: [PATCH 138/232] Create mertdemir.json --- domains/mertdemir.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/mertdemir.json diff --git a/domains/mertdemir.json b/domains/mertdemir.json new file mode 100644 index 000000000..ca349c00b --- /dev/null +++ b/domains/mertdemir.json @@ -0,0 +1,12 @@ +{ + "description": "Mert Demir CV", + "repo": "https://github.com/mertdemir0/mertdemir0.github.io", + "owner": { + "username": "mertdemir0", + "email" : "mertdemir@pec.it" + + }, + "record": { + "CNAME": "mertdemir0.github.io" + } +} From 774d231a116d1b528e291182dd3207ca44eab8d5 Mon Sep 17 00:00:00 2001 From: levon Date: Fri, 21 Feb 2025 01:07:22 +0000 Subject: [PATCH 139/232] Create levon.json --- domains/levon.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/levon.json diff --git a/domains/levon.json b/domains/levon.json new file mode 100644 index 000000000..a3e33e903 --- /dev/null +++ b/domains/levon.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "levon-d", + "email": "mycroft2003@gmail.com" + }, + "record": { + "CNAME": "levon-d.github.io" + } +} From ac8bbe3cc9e0f0e2f059d01eae21d31bdaff97bd Mon Sep 17 00:00:00 2001 From: Vu Tuan Anh <128233728+anhvt3010@users.noreply.github.com> Date: Fri, 21 Feb 2025 01:13:04 +0000 Subject: [PATCH 140/232] add contact --- domains/anhvt.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/anhvt.json b/domains/anhvt.json index e750992e6..3200b804f 100644 --- a/domains/anhvt.json +++ b/domains/anhvt.json @@ -1,6 +1,7 @@ { "owner": { - "username": "anhvt3010" + "username": "anhvt3010", + "email": "anh.vt.3010@gmail.com" }, "record": { "CNAME": "build-cv.vercel.app" From ae7e6f364d2bcdd6f70918d356f571ef0fae55d4 Mon Sep 17 00:00:00 2001 From: Hrithik Dhakrey <35266081+iamdhakrey@users.noreply.github.com> Date: Fri, 21 Feb 2025 11:03:51 +0530 Subject: [PATCH 141/232] Update iamdhakrey.json --- domains/iamdhakrey.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/iamdhakrey.json b/domains/iamdhakrey.json index 906251226..ba23e89e5 100644 --- a/domains/iamdhakrey.json +++ b/domains/iamdhakrey.json @@ -4,6 +4,6 @@ "email": "dhakreyhrithik@gmail.com" }, "record": { - "URL": "https://iamdhakrey.dev/" + "CNAME": "iamdhakrey.github.io" } } \ No newline at end of file From 49eced0919cad14410d109f645752680a79bf135 Mon Sep 17 00:00:00 2001 From: Hrithik Dhakrey <35266081+iamdhakrey@users.noreply.github.com> Date: Fri, 21 Feb 2025 11:06:02 +0530 Subject: [PATCH 142/232] Update iamdhakrey.json --- domains/iamdhakrey.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/iamdhakrey.json b/domains/iamdhakrey.json index ba23e89e5..a9d55f97e 100644 --- a/domains/iamdhakrey.json +++ b/domains/iamdhakrey.json @@ -4,6 +4,6 @@ "email": "dhakreyhrithik@gmail.com" }, "record": { - "CNAME": "iamdhakrey.github.io" + "URL": "https://iamdhakrey.dev" } } \ No newline at end of file From c80bdf3c74c6d8d31d7992abdeb43e333aa24e20 Mon Sep 17 00:00:00 2001 From: "Harindra.Reddy" Date: Fri, 21 Feb 2025 11:37:22 +0530 Subject: [PATCH 143/232] Add inputly.is-a.dev subdomain --- domains/_vercel.inputly.json | 9 +++++++++ domains/inputly.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel.inputly.json create mode 100644 domains/inputly.json diff --git a/domains/_vercel.inputly.json b/domains/_vercel.inputly.json new file mode 100644 index 000000000..37ca7e0ba --- /dev/null +++ b/domains/_vercel.inputly.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NateNear", + "email": "matternate21@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=inputly.is-a.dev,650df8c4415b2035e3e3" + } +} \ No newline at end of file diff --git a/domains/inputly.json b/domains/inputly.json new file mode 100644 index 000000000..b2685635a --- /dev/null +++ b/domains/inputly.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NateNear", + "email": "matternate21@gmail.com" + }, + "record": { + "CNAME": "inputly.vercel.app" + } +} \ No newline at end of file From 740e63f3bb5dfeb4ffb6a2d65dae5cc7740321e0 Mon Sep 17 00:00:00 2001 From: Rapper Gi Date: Fri, 21 Feb 2025 13:31:26 +0700 Subject: [PATCH 144/232] Create rappergi.json --- domains/rappergi.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rappergi.json diff --git a/domains/rappergi.json b/domains/rappergi.json new file mode 100644 index 000000000..07a5ddf9c --- /dev/null +++ b/domains/rappergi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rappergi", + "email": "hoangvanchu202@gmail.com" + }, + "record": { + "NS": ["norm.ns.cloudflare.com", "pola.ns.cloudflare.com"] + } +} From 5f175ed50f065b5415211cda63d0bc629414b715 Mon Sep 17 00:00:00 2001 From: ThienNQ <88243209+NgoQuangThien@users.noreply.github.com> Date: Fri, 21 Feb 2025 14:06:57 +0700 Subject: [PATCH 145/232] Create secsum.json Register new subdomain --- domains/secsum.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/secsum.json diff --git a/domains/secsum.json b/domains/secsum.json new file mode 100644 index 000000000..36a00b649 --- /dev/null +++ b/domains/secsum.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "NgoQuangThien", + "email": "quangthien18032000@gmail.com" + }, + "record": { + "A": "3.24.49.246" + } +} From 2c723645f2a370d188fbb95a7ea570bffb8233f3 Mon Sep 17 00:00:00 2001 From: saxophone-dev Date: Fri, 21 Feb 2025 12:54:04 +0530 Subject: [PATCH 146/232] netlify --- domains/me.saxophone.json | 10 ++++++++++ domains/saxophone.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 domains/me.saxophone.json diff --git a/domains/me.saxophone.json b/domains/me.saxophone.json new file mode 100644 index 000000000..7ca869745 --- /dev/null +++ b/domains/me.saxophone.json @@ -0,0 +1,10 @@ +{ + "description": "my personal site where i do random stuff i guess", + "owner": { + "username": "saxophone-dev", + "email": "itsarchit@keemail.me" + }, + "record": { + "CNAME": "apex-loadbalancer.netlify.com" + } +} diff --git a/domains/saxophone.json b/domains/saxophone.json index 7e6fc1394..b762ec4b3 100644 --- a/domains/saxophone.json +++ b/domains/saxophone.json @@ -1,7 +1,7 @@ { "description": "my personal site where i do random stuff i guess", "owner": { - "username": "saxophone-guy", + "username": "saxophone-dev", "email": "itsarchit@keemail.me" }, "record": { @@ -10,6 +10,6 @@ "forward-email=itsarchit@keemail.me", "google-site-verification=xWSXW0sDedf6aw6w8tJnySqXZYExIAViuKmTEiuJZpU" ], - "A": ["216.24.57.1"] + "URL": "https://me.saxophone.is-a.dev" } } From 04a027a1e1332ba767236875cc2a94bf0f40299d Mon Sep 17 00:00:00 2001 From: saxophone-dev Date: Fri, 21 Feb 2025 13:51:30 +0530 Subject: [PATCH 147/232] vercel --- domains/_vercel.saxophone.json | 10 ++++++++++ domains/me.saxophone.json | 10 ---------- domains/saxophone.json | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 domains/_vercel.saxophone.json delete mode 100644 domains/me.saxophone.json diff --git a/domains/_vercel.saxophone.json b/domains/_vercel.saxophone.json new file mode 100644 index 000000000..cb0b800f5 --- /dev/null +++ b/domains/_vercel.saxophone.json @@ -0,0 +1,10 @@ +{ + "description": "vercel stuff for personal site", + "owner": { + "username": "saxophone-dev", + "email": "itsarchit@keemail.me" + }, + "record": { + "TXT": ["vc-domain-verify=saxophone.is-a.dev,e2dac8b9c5e42361fda8"] + } +} diff --git a/domains/me.saxophone.json b/domains/me.saxophone.json deleted file mode 100644 index 7ca869745..000000000 --- a/domains/me.saxophone.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "description": "my personal site where i do random stuff i guess", - "owner": { - "username": "saxophone-dev", - "email": "itsarchit@keemail.me" - }, - "record": { - "CNAME": "apex-loadbalancer.netlify.com" - } -} diff --git a/domains/saxophone.json b/domains/saxophone.json index b762ec4b3..ae8888e00 100644 --- a/domains/saxophone.json +++ b/domains/saxophone.json @@ -10,6 +10,6 @@ "forward-email=itsarchit@keemail.me", "google-site-verification=xWSXW0sDedf6aw6w8tJnySqXZYExIAViuKmTEiuJZpU" ], - "URL": "https://me.saxophone.is-a.dev" + "A": ["76.76.21.21"] } } From c41064e882c3e2231a46dbc668c2cc5f509c4aee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A2m=20Ng=E1=BB=8Dc=20Kh=C6=B0=C6=A1ng?= Date: Wed, 19 Feb 2025 06:40:29 +0000 Subject: [PATCH 148/232] Create khuong.json --- domains/khuong.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/khuong.json diff --git a/domains/khuong.json b/domains/khuong.json new file mode 100644 index 000000000..3959d95a7 --- /dev/null +++ b/domains/khuong.json @@ -0,0 +1,10 @@ +{ + "description": "khuong.is-a.dev : This is my personal notebook", + "owner": { + "username": "lamngockhuong", + "email": "me@ngockhuong.com" + }, + "record": { + "URL": "https://dev.ngockhuong.com" + } +} From 2a357e13ba0a0d7c8063ff363e117226f97810f4 Mon Sep 17 00:00:00 2001 From: lakshay choudhary Date: Fri, 21 Feb 2025 14:18:01 +0530 Subject: [PATCH 149/232] Create lux unlux lakshay.json --- domains/lakshay.json | 10 ++++++++++ domains/lux.json | 10 ++++++++++ domains/unlux.json | 10 ++++++++++ 3 files changed, 30 insertions(+) create mode 100644 domains/lakshay.json create mode 100644 domains/lux.json create mode 100644 domains/unlux.json diff --git a/domains/lakshay.json b/domains/lakshay.json new file mode 100644 index 000000000..e6afac701 --- /dev/null +++ b/domains/lakshay.json @@ -0,0 +1,10 @@ +{ + "description": "Porfolio website link for lux", + "owner": { + "username": "unlux", + "email": "[email protected]" + }, + "record": { + "url": "https://unlux.dev" + } +} diff --git a/domains/lux.json b/domains/lux.json new file mode 100644 index 000000000..e6afac701 --- /dev/null +++ b/domains/lux.json @@ -0,0 +1,10 @@ +{ + "description": "Porfolio website link for lux", + "owner": { + "username": "unlux", + "email": "[email protected]" + }, + "record": { + "url": "https://unlux.dev" + } +} diff --git a/domains/unlux.json b/domains/unlux.json new file mode 100644 index 000000000..e6afac701 --- /dev/null +++ b/domains/unlux.json @@ -0,0 +1,10 @@ +{ + "description": "Porfolio website link for lux", + "owner": { + "username": "unlux", + "email": "[email protected]" + }, + "record": { + "url": "https://unlux.dev" + } +} From 56fb454031372f3e13b5160a726133ef48f8419b Mon Sep 17 00:00:00 2001 From: lakshay choudhary Date: Fri, 21 Feb 2025 14:22:50 +0530 Subject: [PATCH 150/232] added email field --- domains/lakshay.json | 2 +- domains/lux.json | 2 +- domains/unlux.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/lakshay.json b/domains/lakshay.json index e6afac701..6d7da3b05 100644 --- a/domains/lakshay.json +++ b/domains/lakshay.json @@ -2,7 +2,7 @@ "description": "Porfolio website link for lux", "owner": { "username": "unlux", - "email": "[email protected]" + "email": "support@unlux.dev" }, "record": { "url": "https://unlux.dev" diff --git a/domains/lux.json b/domains/lux.json index e6afac701..6d7da3b05 100644 --- a/domains/lux.json +++ b/domains/lux.json @@ -2,7 +2,7 @@ "description": "Porfolio website link for lux", "owner": { "username": "unlux", - "email": "[email protected]" + "email": "support@unlux.dev" }, "record": { "url": "https://unlux.dev" diff --git a/domains/unlux.json b/domains/unlux.json index e6afac701..6d7da3b05 100644 --- a/domains/unlux.json +++ b/domains/unlux.json @@ -2,7 +2,7 @@ "description": "Porfolio website link for lux", "owner": { "username": "unlux", - "email": "[email protected]" + "email": "support@unlux.dev" }, "record": { "url": "https://unlux.dev" From 63ab1d3b9f4f78c9961972eebe485cf82839bcb7 Mon Sep 17 00:00:00 2001 From: nvhai272 <136921099+nvhai272@users.noreply.github.com> Date: Fri, 21 Feb 2025 16:00:05 +0700 Subject: [PATCH 151/232] Create nvhai272.json --- domains/nvhai272.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/nvhai272.json diff --git a/domains/nvhai272.json b/domains/nvhai272.json new file mode 100644 index 000000000..ff4640aed --- /dev/null +++ b/domains/nvhai272.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "nvhai272" + }, + "record": { + "CNAME": "nvhai272.github.io" + } +} From 8e36a67fb0832c98146e1fdcbfa75548d8e05627 Mon Sep 17 00:00:00 2001 From: Ashkan Tofangdar Date: Fri, 21 Feb 2025 14:03:46 +0330 Subject: [PATCH 152/232] Update ashkan.json --- domains/ashkan.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/domains/ashkan.json b/domains/ashkan.json index ad34f385a..c0f2d160b 100644 --- a/domains/ashkan.json +++ b/domains/ashkan.json @@ -1,6 +1,9 @@ { + "description": "Welcome to Ashkan's portfolio – a full-stack developer specializing in Angular, React, NestJS, Go, and cloud-native applications", + "repo": "https://github.com/Ashkan4472/ashkan4472.github.io", "owner": { - "username": "ashkan4472" + "username": "ashkan4472", + "email": "ashkan4472@gmail.com" }, "record": { "CNAME": "ashkan4472.github.io" From 657b5971e4b895eacba2365b47819876d7f0f849 Mon Sep 17 00:00:00 2001 From: jecoh12 <108396006+jecoh12@users.noreply.github.com> Date: Fri, 21 Feb 2025 18:42:49 +0800 Subject: [PATCH 153/232] Create jecoh.json --- domains/jecoh.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/jecoh.json diff --git a/domains/jecoh.json b/domains/jecoh.json new file mode 100644 index 000000000..e19354fa8 --- /dev/null +++ b/domains/jecoh.json @@ -0,0 +1,11 @@ +{ + "description": "For personal/portfolio use only.", + "repo": "https://github.com/jecoh12/jecoh-is-a.dev", + "owner": { + "username": "jecoh12", + "email": "[jecoh12@gmail.com]" + }, + "record": { + "CNAME": "jecoh12.github.io" + } +} From 053cacc613f952134893725f6d7d1c7256f919ec Mon Sep 17 00:00:00 2001 From: DenisBlokhin <36451996+DenisBlokhin@users.noreply.github.com> Date: Fri, 21 Feb 2025 14:22:52 +0300 Subject: [PATCH 154/232] Create denblo.json --- domains/denblo.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/denblo.json diff --git a/domains/denblo.json b/domains/denblo.json new file mode 100644 index 000000000..1ed9a6bdc --- /dev/null +++ b/domains/denblo.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/DenisBlokhin/DenisBlokhin.github.io", + "owner": { + "username": "DenisBlokhin", + "email": "denis.blokhin@outlook.com" + }, + "record": { + "CNAME": "DenisBlokhin.github.io" + } +} From 6b2d734e25a58ede1ea2935bdd3eb8a3e10f154f Mon Sep 17 00:00:00 2001 From: Jona Goldman Date: Fri, 21 Feb 2025 08:54:49 -0300 Subject: [PATCH 155/232] Create jonagoldman.json --- domains/jonagoldman.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/jonagoldman.json diff --git a/domains/jonagoldman.json b/domains/jonagoldman.json new file mode 100644 index 000000000..1bd9f1004 --- /dev/null +++ b/domains/jonagoldman.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/jonagoldman/jonagoldman.github.io", + "owner": { + "username": "jonagoldman", + "email": "jonagoldman@gmail.com" + }, + "record": { + "CNAME": "jonagoldman.github.io" + } +} From 7a1d5c5fab138fe0d08cc96f9ba2dd2084337c50 Mon Sep 17 00:00:00 2001 From: Sai Akash Janapati <82522996+akash-janapati@users.noreply.github.com> Date: Fri, 21 Feb 2025 18:26:38 +0530 Subject: [PATCH 156/232] Create akashj.json --- domains/akashj.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/akashj.json diff --git a/domains/akashj.json b/domains/akashj.json new file mode 100644 index 000000000..5e52375e9 --- /dev/null +++ b/domains/akashj.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "akash-janapati", + "email": "akash2009janapati@gmail.com" + }, + "record": { + "CNAME": "akash-janapati.github.io" + } +} From 9d1eb13a79fe04de8d9e3d80e3745cc553b6f7fc Mon Sep 17 00:00:00 2001 From: Ravi Khokhar Date: Fri, 21 Feb 2025 08:42:51 -0500 Subject: [PATCH 157/232] Added contact information --- domains/ravi.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/ravi.json b/domains/ravi.json index c524f989a..4bf4de478 100644 --- a/domains/ravi.json +++ b/domains/ravi.json @@ -2,7 +2,8 @@ "description": "Personal website of Ravi", "repo": "https://github.com/ravikhokhar23/ravikhokhar23.github.io", "owner": { - "username": "ravikhokhar23" + "username": "ravikhokhar23", + "email": "khokhar.ravikumar@gmail.com" }, "record": { "CNAME": "ravikhokhar23.github.io" From 24c7c8bed7e25d99d64b695ab5791d228a29ea43 Mon Sep 17 00:00:00 2001 From: sebas Date: Fri, 21 Feb 2025 08:55:32 -0600 Subject: [PATCH 158/232] Create sebdev.json --- domains/sebdev.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sebdev.json diff --git a/domains/sebdev.json b/domains/sebdev.json new file mode 100644 index 000000000..0dd244795 --- /dev/null +++ b/domains/sebdev.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sebdev", + "email": "seb@sebdev.io" + }, + "record": { + "CNAME": "blog.sebdev.io" + } +} From c67ce54f39945ee06502dc540d76c6033196a6f3 Mon Sep 17 00:00:00 2001 From: sebas Date: Fri, 21 Feb 2025 08:58:50 -0600 Subject: [PATCH 159/232] Update sebdev.json add gh username --- domains/sebdev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sebdev.json b/domains/sebdev.json index 0dd244795..c51e20935 100644 --- a/domains/sebdev.json +++ b/domains/sebdev.json @@ -1,6 +1,6 @@ { "owner": { - "username": "sebdev", + "username": "sebdeveloper6952", "email": "seb@sebdev.io" }, "record": { From 5178b44ab3df2ba115d2109a8f4515dc3e595856 Mon Sep 17 00:00:00 2001 From: WSteeven <34004641+WSteeven@users.noreply.github.com> Date: Fri, 21 Feb 2025 10:27:24 -0500 Subject: [PATCH 160/232] Update domains/wilson-cordova.json Remove unnecessary brackets Co-authored-by: JustDeveloper --- domains/wilson-cordova.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/wilson-cordova.json b/domains/wilson-cordova.json index c05e472c1..737221366 100644 --- a/domains/wilson-cordova.json +++ b/domains/wilson-cordova.json @@ -6,6 +6,6 @@ "email": "wilson972906@gmail.com" }, "record": { - "CNAME": ["wsteeven.github.io"] + "CNAME": "wsteeven.github.io" } } \ No newline at end of file From 23b1f4073991420791f614fddaff4be79cfcb317 Mon Sep 17 00:00:00 2001 From: Blake <89687390+bnfone@users.noreply.github.com> Date: Fri, 21 Feb 2025 16:34:42 +0100 Subject: [PATCH 161/232] Create xn--3s9h.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit xn--3s9h is punycode for 🦄 I want to register 🦄.is-a.dev because I already own unicorn.is-a.dev --- domains/xn--3s9h.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/xn--3s9h.json diff --git a/domains/xn--3s9h.json b/domains/xn--3s9h.json new file mode 100644 index 000000000..02ef1de45 --- /dev/null +++ b/domains/xn--3s9h.json @@ -0,0 +1,11 @@ +{ + "description": "I own unicorn.is-a.dev, so I thought it would be funny if I also own xn--3s9h.is-a.dev which is a unicorn-emoji.is-a.dev", + "repo": "https://github.com/6nf0n3/is-a-dev_register", + "owner": { + "username": "bnfone", + "email": "is-a-dev-registration.zbden@simplelogin.com" + }, + "record": { + "CNAME": "unicorn-e21.pages.dev" + } +} From d394e8268a702a23bc69ee44fa21de2e6dd38aaa Mon Sep 17 00:00:00 2001 From: Blake <89687390+bnfone@users.noreply.github.com> Date: Fri, 21 Feb 2025 17:07:07 +0100 Subject: [PATCH 162/232] Update xn--3s9h.json --- domains/xn--3s9h.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/xn--3s9h.json b/domains/xn--3s9h.json index 02ef1de45..e401bb43f 100644 --- a/domains/xn--3s9h.json +++ b/domains/xn--3s9h.json @@ -6,6 +6,6 @@ "email": "is-a-dev-registration.zbden@simplelogin.com" }, "record": { - "CNAME": "unicorn-e21.pages.dev" + "URL": "https://unicorn.is-a.dev" } } From 2fdcf59d694d21d13adf423363f11cc8704374ad Mon Sep 17 00:00:00 2001 From: Machmul Pratama <81360021+MahmulP@users.noreply.github.com> Date: Sat, 22 Feb 2025 00:39:26 +0700 Subject: [PATCH 163/232] Create mahmulp.json --- domains/mahmulp.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/mahmulp.json diff --git a/domains/mahmulp.json b/domains/mahmulp.json new file mode 100644 index 000000000..f54a85c39 --- /dev/null +++ b/domains/mahmulp.json @@ -0,0 +1,11 @@ +{ + "description": "Personal site for Machmul Pratama", + "owner": { + "username": "MahmulP", + "email": "hello@mahmulp.my.id" + }, + "record": { + "CNAME": "mahmulp.my.id" + }, + "proxied": false +} From 08c1a9e114e0d2f66da98ed8d6d23bcb246d88bb Mon Sep 17 00:00:00 2001 From: saxophone Date: Sat, 22 Feb 2025 00:33:03 +0530 Subject: [PATCH 164/232] Create xn--ol8h.json --- domains/xn--ol8h.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/xn--ol8h.json diff --git a/domains/xn--ol8h.json b/domains/xn--ol8h.json new file mode 100644 index 000000000..322469f54 --- /dev/null +++ b/domains/xn--ol8h.json @@ -0,0 +1,10 @@ +{ + "description": "emoji redirect", + "owner": { + "username": "saxophone-dev", + "email": "itsarchit@keemail.me" + }, + "record": { + "URL": "https://saxophone.is-a.dev" + } +} From ce2720bbf129478c6c6ae57822d1f4a397b398f1 Mon Sep 17 00:00:00 2001 From: Glitched Da Kitty Cat School Account <178820833+GlitchedDaKittyCatSchoolaccount@users.noreply.github.com> Date: Fri, 21 Feb 2025 14:08:33 -0600 Subject: [PATCH 165/232] Create _vercel.glitched-da-kitty-cat.json --- domains/_vercel.glitched-da-kitty-cat.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.glitched-da-kitty-cat.json diff --git a/domains/_vercel.glitched-da-kitty-cat.json b/domains/_vercel.glitched-da-kitty-cat.json new file mode 100644 index 000000000..0ac16eaaa --- /dev/null +++ b/domains/_vercel.glitched-da-kitty-cat.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "GlitchedDaKittyCatSchoolaccount", + "email": "glitcheddacat@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=glitched-da-kitty-cat.is-a.dev,d3ead0cedf604d462fbb" + } +} From 1e09d62866a4262dccc680846de719337da32149 Mon Sep 17 00:00:00 2001 From: Glitched Da Kitty Cat School Account <178820833+GlitchedDaKittyCatSchoolaccount@users.noreply.github.com> Date: Fri, 21 Feb 2025 14:09:52 -0600 Subject: [PATCH 166/232] Create glitched-da-kitty-cat.json --- domains/glitched-da-kitty-cat.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/glitched-da-kitty-cat.json diff --git a/domains/glitched-da-kitty-cat.json b/domains/glitched-da-kitty-cat.json new file mode 100644 index 000000000..18dc8b2e1 --- /dev/null +++ b/domains/glitched-da-kitty-cat.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "GlitchedDaKittyCatSchoolaccount", + "email": "glitcheddacat@gmail.com" + }, + "record": { + "CNAME": "glitched-da-kitty-cat.vercel.app" + } +} From 5fb4c06b44ee145c1b1d997c5af3c3ce74edf1b6 Mon Sep 17 00:00:00 2001 From: Armando Salcedo <77073673+asd1495@users.noreply.github.com> Date: Fri, 21 Feb 2025 14:50:33 -0600 Subject: [PATCH 167/232] Create armandosalcedo.json --- domains/armandosalcedo.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/armandosalcedo.json diff --git a/domains/armandosalcedo.json b/domains/armandosalcedo.json new file mode 100644 index 000000000..baae0c54d --- /dev/null +++ b/domains/armandosalcedo.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "asd1495", + "email": "armando.salcedo95@gmail.com" + }, + "record": { + "CNAME": "asd1495.github.io" + } +} From 54ae7494cd10a5782d562121fb2e812c9290b5a7 Mon Sep 17 00:00:00 2001 From: acruz97 Date: Fri, 21 Feb 2025 15:06:00 -0600 Subject: [PATCH 168/232] Update cruz.json --- domains/cruz.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/cruz.json b/domains/cruz.json index 3dcebf315..6c2013d45 100644 --- a/domains/cruz.json +++ b/domains/cruz.json @@ -6,7 +6,6 @@ "email": "angelo.t.cruz1@gmail.com" }, "record": { - "CNAME": "acruz97.github.io", "TXT": "271f6d921b81604bb4e7e380285880" } } From fdbf1c95cc16a8e8c2e77faef254542243c8accd Mon Sep 17 00:00:00 2001 From: Ravi Khokhar Date: Fri, 21 Feb 2025 16:34:46 -0500 Subject: [PATCH 169/232] Verifying DNS for my github pages --- domains/_github-pages-challenge-ravikhokhar23.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-ravikhokhar23.json diff --git a/domains/_github-pages-challenge-ravikhokhar23.json b/domains/_github-pages-challenge-ravikhokhar23.json new file mode 100644 index 000000000..47c732492 --- /dev/null +++ b/domains/_github-pages-challenge-ravikhokhar23.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ravikhokhar23", + "email": "khokhar.ravikumar@gmail.com" + }, + "record": { + "TXT": "48fae48f04aa23f0be9bb8b052c7d0" + } +} From 4a32c3c1336cc320096563dddf51fbb2a501dd14 Mon Sep 17 00:00:00 2001 From: Bernardo Nogueira <62897976+bernardonogueira8@users.noreply.github.com> Date: Fri, 21 Feb 2025 20:03:56 -0300 Subject: [PATCH 170/232] Update saftec.json --- domains/saftec.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/saftec.json b/domains/saftec.json index 516324bb9..29f984f33 100644 --- a/domains/saftec.json +++ b/domains/saftec.json @@ -4,6 +4,6 @@ "email": "Samuraiflamesf@gmail.com" }, "record": { - "A": ["207.244.235.32"] + "A": ["152.67.45.142"] } } From 7b670543727578b09b6d0fceea786dbffb4cf980 Mon Sep 17 00:00:00 2001 From: Bernardo Nogueira <62897976+bernardonogueira8@users.noreply.github.com> Date: Fri, 21 Feb 2025 20:04:08 -0300 Subject: [PATCH 171/232] Update hotfix.saftec.json --- domains/hotfix.saftec.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/hotfix.saftec.json b/domains/hotfix.saftec.json index 516324bb9..29f984f33 100644 --- a/domains/hotfix.saftec.json +++ b/domains/hotfix.saftec.json @@ -4,6 +4,6 @@ "email": "Samuraiflamesf@gmail.com" }, "record": { - "A": ["207.244.235.32"] + "A": ["152.67.45.142"] } } From 919e5f912266a36efd847001ced4305708bb65cc Mon Sep 17 00:00:00 2001 From: Lovian Alvaro Date: Sat, 22 Feb 2025 09:23:25 +0700 Subject: [PATCH 172/232] Create alvaro14.json --- domains/alvaro14.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/alvaro14.json diff --git a/domains/alvaro14.json b/domains/alvaro14.json new file mode 100644 index 000000000..2bebe860d --- /dev/null +++ b/domains/alvaro14.json @@ -0,0 +1,8 @@ + "owner": { + "username": "lovian", + "email": "stikamera26@gmail.com" + }, + "record": { + "CNAME": "cfpages-4pw.pages.dev" + } +} From e96ea58caf314bad8818314dbd4deb469ddfc92a Mon Sep 17 00:00:00 2001 From: Janith Madarasinghe <73998693+Janithpm@users.noreply.github.com> Date: Sat, 22 Feb 2025 08:12:34 +0530 Subject: [PATCH 173/232] Create janith.json --- domains/janith.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/janith.json diff --git a/domains/janith.json b/domains/janith.json new file mode 100644 index 000000000..92cf35b54 --- /dev/null +++ b/domains/janith.json @@ -0,0 +1,11 @@ +{ + "description": "Janith .is-a.dev domain", + "repo": "https://github.com/janithpm/janithpm.github.io", + "owner": { + "username": "Janithpm", + "email": "janithmadarasinghe@gmail.com" + }, + "record": { + "CNAME": "janithpm.github.io" + } +} From d726cb7e0249a4d17a12bed31c0a7b1845d165ac Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 21 Feb 2025 21:50:24 -0500 Subject: [PATCH 174/232] Update denblo.json --- domains/denblo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/denblo.json b/domains/denblo.json index 1ed9a6bdc..b639fb837 100644 --- a/domains/denblo.json +++ b/domains/denblo.json @@ -5,6 +5,6 @@ "email": "denis.blokhin@outlook.com" }, "record": { - "CNAME": "DenisBlokhin.github.io" + "CNAME": "denisblokhin.github.io" } } From 1cf0e40a6517b600c38a7ac8c626aa65543c71b4 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 21 Feb 2025 22:06:48 -0500 Subject: [PATCH 175/232] Update mahmoud-makady.json --- domains/mahmoud-makady.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mahmoud-makady.json b/domains/mahmoud-makady.json index 9d081449f..46eff1630 100644 --- a/domains/mahmoud-makady.json +++ b/domains/mahmoud-makady.json @@ -3,7 +3,7 @@ "username": "Mahmoud-Makady", "email": "m.makady19@gmail.com" }, - "records": { + "record": { "CNAME": "mahmoud-makady.netlify.app" } } From f235da18b4ebbf7ac589b18b58a6e3b0873bb291 Mon Sep 17 00:00:00 2001 From: Nothing <107240771+nguyenngocphung2000@users.noreply.github.com> Date: Sat, 22 Feb 2025 10:27:04 +0700 Subject: [PATCH 176/232] Create ngocphung.json Update --- domains/ngocphung.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/ngocphung.json diff --git a/domains/ngocphung.json b/domains/ngocphung.json new file mode 100644 index 000000000..2aee1f5fe --- /dev/null +++ b/domains/ngocphung.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "nguyenngocphung2000" + }, + "record": { + "CNAME": "nguyenngocphung2000.github.io" + } +} From 9733ea7e875d70d0c3087043c80fa2b7396bfb2b Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 21 Feb 2025 22:29:27 -0500 Subject: [PATCH 177/232] fix(json): invalid --- domains/alvaro14.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/alvaro14.json b/domains/alvaro14.json index 2bebe860d..cdc63ec9d 100644 --- a/domains/alvaro14.json +++ b/domains/alvaro14.json @@ -1,3 +1,4 @@ +{ "owner": { "username": "lovian", "email": "stikamera26@gmail.com" From a4920fe6c5a93b6899e0b2d0d9cee6c2e4dc8041 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 21 Feb 2025 22:33:03 -0500 Subject: [PATCH 178/232] Update jecoh.json --- domains/jecoh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jecoh.json b/domains/jecoh.json index e19354fa8..22f4d0cd7 100644 --- a/domains/jecoh.json +++ b/domains/jecoh.json @@ -3,7 +3,7 @@ "repo": "https://github.com/jecoh12/jecoh-is-a.dev", "owner": { "username": "jecoh12", - "email": "[jecoh12@gmail.com]" + "email": "jecoh12@gmail.com" }, "record": { "CNAME": "jecoh12.github.io" From 9b39a0bc0bac979fed8fab91c26b4504e7332875 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 21 Feb 2025 22:35:29 -0500 Subject: [PATCH 179/232] Update secsum.json --- domains/secsum.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/domains/secsum.json b/domains/secsum.json index 36a00b649..e35bf9625 100644 --- a/domains/secsum.json +++ b/domains/secsum.json @@ -1,9 +1,11 @@ { - "owner": { - "username": "NgoQuangThien", - "email": "quangthien18032000@gmail.com" - }, - "record": { - "A": "3.24.49.246" - } + "owner": { + "username": "NgoQuangThien", + "email": "quangthien18032000@gmail.com" + }, + "record": { + "A": [ + "3.24.49.246" + ] + } } From 8d06779bbfe54585dba305301e5169e1f0626e59 Mon Sep 17 00:00:00 2001 From: Duong Tran <105262836+DTDucas@users.noreply.github.com> Date: Sat, 22 Feb 2025 10:38:41 +0700 Subject: [PATCH 180/232] Create dtducas.json --- domains/dtducas.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/dtducas.json diff --git a/domains/dtducas.json b/domains/dtducas.json new file mode 100644 index 000000000..d29c1ed94 --- /dev/null +++ b/domains/dtducas.json @@ -0,0 +1,12 @@ +{ + "description": "Personal website for DTDucas", + "repo": "https://github.com/DTDucas", + "owner": { + "username": "DTDucas", + "email": "baymax.contact@gmail.com" + }, + "record": { + "CNAME": "dtducas.github.io" + }, + "proxied": true +} From 405f1ea60f1d7df3b4ef83b0304050d1d4e504e5 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 21 Feb 2025 22:47:47 -0500 Subject: [PATCH 181/232] Update domains/cescdev.json Co-authored-by: JustDeveloper --- domains/cescdev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/cescdev.json b/domains/cescdev.json index 79520e392..ee2571b3f 100644 --- a/domains/cescdev.json +++ b/domains/cescdev.json @@ -4,6 +4,6 @@ "email": "cesar0407197@gmail.com" }, "record": { - "CNAME": "cescdev-portafolio.netlify.app/" + "CNAME": "cescdev-portafolio.netlify.app" } } From 5b38a98037ccfa6b4d34fcea5048fa597a0cb356 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 21 Feb 2025 22:48:04 -0500 Subject: [PATCH 182/232] chore: formatting --- domains/cescdev.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/domains/cescdev.json b/domains/cescdev.json index ee2571b3f..a6b71ceae 100644 --- a/domains/cescdev.json +++ b/domains/cescdev.json @@ -1,9 +1,9 @@ { -"owner": { - "username": "GitCesc07", -"email": "cesar0407197@gmail.com" -}, -"record": { - "CNAME": "cescdev-portafolio.netlify.app" -} + "owner": { + "username": "GitCesc07", + "email": "cesar0407197@gmail.com" + }, + "record": { + "CNAME": "cescdev-portafolio.netlify.app" + } } From 3ddb4ddcf8a330f99ae4f5236ff7f1022f656caa Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 21 Feb 2025 22:50:44 -0500 Subject: [PATCH 183/232] Update domains/arif.json Co-authored-by: JustDeveloper --- domains/arif.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/arif.json b/domains/arif.json index b3df945d0..65cbda863 100644 --- a/domains/arif.json +++ b/domains/arif.json @@ -6,6 +6,6 @@ "email": "arif8491@gmail.com" }, "record": { - "CNAME": "Arif-Islam.github.io" + "CNAME": "arif-islam.github.io" } } From 9f0c2f1eb8c01783792c77bc01cba0cb11bb6be4 Mon Sep 17 00:00:00 2001 From: Mateo Gariboglio <63440714+Mateo-404@users.noreply.github.com> Date: Sat, 22 Feb 2025 00:54:33 -0300 Subject: [PATCH 184/232] Create mateogariboglio.json --- domains/mateogariboglio.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/mateogariboglio.json diff --git a/domains/mateogariboglio.json b/domains/mateogariboglio.json new file mode 100644 index 000000000..22f1825fb --- /dev/null +++ b/domains/mateogariboglio.json @@ -0,0 +1,10 @@ +{ + "mateogariboglio": { + "owner": { + "username": "Mateo-404" + }, + "record": { + "CNAME": "portfolio-mateo-404s-projects.vercel.app" + } + } +} From 1d02468a3cfab33b81c9e3192dd973e6425b9a29 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 21 Feb 2025 23:04:28 -0500 Subject: [PATCH 185/232] Update domains/elib0.json Co-authored-by: JustDeveloper --- domains/elib0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/elib0.json b/domains/elib0.json index 25a17df8d..dfb6c8537 100644 --- a/domains/elib0.json +++ b/domains/elib0.json @@ -4,6 +4,6 @@ "email": "elijose.c@gmail.com" }, "record": { - "TXT": "elib0.github.io" + "CNAME": "elib0.github.io" } } From c49b120306f5e814f4fb78c23de7492b91cd3d16 Mon Sep 17 00:00:00 2001 From: Mateo Gariboglio <63440714+Mateo-404@users.noreply.github.com> Date: Sat, 22 Feb 2025 01:05:15 -0300 Subject: [PATCH 186/232] Update mateogariboglio.json --- domains/mateogariboglio.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/mateogariboglio.json b/domains/mateogariboglio.json index 22f1825fb..b05778049 100644 --- a/domains/mateogariboglio.json +++ b/domains/mateogariboglio.json @@ -2,6 +2,7 @@ "mateogariboglio": { "owner": { "username": "Mateo-404" + "discord": "gary_______" }, "record": { "CNAME": "portfolio-mateo-404s-projects.vercel.app" From b56fb88bb20a6045fc61f4f624562df1838b9eda Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 21 Feb 2025 23:16:15 -0500 Subject: [PATCH 187/232] Update golvellius32.json --- domains/golvellius32.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/golvellius32.json b/domains/golvellius32.json index 972beb090..5c7eb91fd 100644 --- a/domains/golvellius32.json +++ b/domains/golvellius32.json @@ -3,7 +3,7 @@ "repo": "https://github.com/golvellius32/skills-github-pages-public", "owner": { "username": "golvellius32", - "email": "golvellius@hotmail.com", + "email": "golvellius@hotmail.com" }, "record": { "CNAME": "golvellius32.github.io" From 43489c3e44bac18515e5b9f856b4ed76c34d1e28 Mon Sep 17 00:00:00 2001 From: Mateo Gariboglio <63440714+Mateo-404@users.noreply.github.com> Date: Sat, 22 Feb 2025 01:17:41 -0300 Subject: [PATCH 188/232] Update mateogariboglio.json --- domains/mateogariboglio.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mateogariboglio.json b/domains/mateogariboglio.json index b05778049..fd94b30cc 100644 --- a/domains/mateogariboglio.json +++ b/domains/mateogariboglio.json @@ -1,7 +1,7 @@ { "mateogariboglio": { "owner": { - "username": "Mateo-404" + "username": "Mateo-404", "discord": "gary_______" }, "record": { From 28c81a42e56e108db3a88d4273eccd9cd1c50c34 Mon Sep 17 00:00:00 2001 From: DIBSTER <76603072+DEV-DIBSTER@users.noreply.github.com> Date: Fri, 21 Feb 2025 23:18:58 -0500 Subject: [PATCH 189/232] chore: fixing json --- domains/mateogariboglio.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/domains/mateogariboglio.json b/domains/mateogariboglio.json index fd94b30cc..3b73f89dc 100644 --- a/domains/mateogariboglio.json +++ b/domains/mateogariboglio.json @@ -1,11 +1,9 @@ { - "mateogariboglio": { "owner": { - "username": "Mateo-404", - "discord": "gary_______" + "username": "Mateo-404", + "discord": "gary_______" }, "record": { - "CNAME": "portfolio-mateo-404s-projects.vercel.app" + "CNAME": "portfolio-mateo-404s-projects.vercel.app" } - } } From ac33173f0530b6e2c4cf5f5e10b5dabcb18f4807 Mon Sep 17 00:00:00 2001 From: dauvet Date: Sat, 22 Feb 2025 11:22:42 +0700 Subject: [PATCH 190/232] Update dauvet.json --- domains/dauvet.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/dauvet.json b/domains/dauvet.json index 482ddd9e6..86909dbb3 100644 --- a/domains/dauvet.json +++ b/domains/dauvet.json @@ -4,6 +4,6 @@ "email": "vanhieu85@gmail.com" }, "record": { - "CNAME": "dauuvet.github.io" + "CNAME": "dauvet.github.io" } } From 654d5bcbd37c78641695f2c03d30c3dc518acc3d Mon Sep 17 00:00:00 2001 From: lakshay choudhary Date: Sat, 22 Feb 2025 09:56:33 +0530 Subject: [PATCH 191/232] fix minor rookie mistake --- domains/lakshay.json | 2 +- domains/lux.json | 2 +- domains/unlux.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/lakshay.json b/domains/lakshay.json index 6d7da3b05..48c3d9643 100644 --- a/domains/lakshay.json +++ b/domains/lakshay.json @@ -5,6 +5,6 @@ "email": "support@unlux.dev" }, "record": { - "url": "https://unlux.dev" + "URL": "https://unlux.dev" } } diff --git a/domains/lux.json b/domains/lux.json index 6d7da3b05..48c3d9643 100644 --- a/domains/lux.json +++ b/domains/lux.json @@ -5,6 +5,6 @@ "email": "support@unlux.dev" }, "record": { - "url": "https://unlux.dev" + "URL": "https://unlux.dev" } } diff --git a/domains/unlux.json b/domains/unlux.json index 6d7da3b05..48c3d9643 100644 --- a/domains/unlux.json +++ b/domains/unlux.json @@ -5,6 +5,6 @@ "email": "support@unlux.dev" }, "record": { - "url": "https://unlux.dev" + "URL": "https://unlux.dev" } } From ef31863934da555b791f075cb0ef644d1a6e02ed Mon Sep 17 00:00:00 2001 From: acruz97 Date: Fri, 21 Feb 2025 22:29:54 -0600 Subject: [PATCH 192/232] Delete domains/cruz.json --- domains/cruz.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 domains/cruz.json diff --git a/domains/cruz.json b/domains/cruz.json deleted file mode 100644 index 6c2013d45..000000000 --- a/domains/cruz.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "description": "my portfolio", - "repo": "https://github.com/acruz97/me", - "owner": { - "username": "acruz97", - "email": "angelo.t.cruz1@gmail.com" - }, - "record": { - "TXT": "271f6d921b81604bb4e7e380285880" - } -} From ef5ee30a4ed73503ef988b5c1d9a2585d183e2bf Mon Sep 17 00:00:00 2001 From: Mateo Gariboglio <63440714+Mateo-404@users.noreply.github.com> Date: Sat, 22 Feb 2025 01:31:12 -0300 Subject: [PATCH 193/232] Update mateogariboglio.json --- domains/mateogariboglio.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mateogariboglio.json b/domains/mateogariboglio.json index 3b73f89dc..2478ce6f1 100644 --- a/domains/mateogariboglio.json +++ b/domains/mateogariboglio.json @@ -4,6 +4,6 @@ "discord": "gary_______" }, "record": { - "CNAME": "portfolio-mateo-404s-projects.vercel.app" + "TXT": "https://docs.is-a.dev/guides/vercel/" } } From 4cee66031f5c1ace27d8f3a4c9f1d0e7a40580dd Mon Sep 17 00:00:00 2001 From: Mateo Gariboglio <63440714+Mateo-404@users.noreply.github.com> Date: Sat, 22 Feb 2025 01:40:51 -0300 Subject: [PATCH 194/232] Update mateogariboglio.json --- domains/mateogariboglio.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mateogariboglio.json b/domains/mateogariboglio.json index 2478ce6f1..3b73f89dc 100644 --- a/domains/mateogariboglio.json +++ b/domains/mateogariboglio.json @@ -4,6 +4,6 @@ "discord": "gary_______" }, "record": { - "TXT": "https://docs.is-a.dev/guides/vercel/" + "CNAME": "portfolio-mateo-404s-projects.vercel.app" } } From 31299d6112d717211a56ebb839e0561eb8659b44 Mon Sep 17 00:00:00 2001 From: Mateo Gariboglio <63440714+Mateo-404@users.noreply.github.com> Date: Sat, 22 Feb 2025 01:42:33 -0300 Subject: [PATCH 195/232] Create _vercel.mateogariboglio.json --- domains/_vercel.mateogariboglio.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.mateogariboglio.json diff --git a/domains/_vercel.mateogariboglio.json b/domains/_vercel.mateogariboglio.json new file mode 100644 index 000000000..fdfca6250 --- /dev/null +++ b/domains/_vercel.mateogariboglio.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Mateo-404", + "discord": "gary_______" + }, + "record": { + "TXT": "vc-domain-verify=mateogariboglio.is-a.dev,5241b76c19e0f7de2f4a" + } +} From 3f8a53d1317ca3b37a203a39cda533c2fc8a4052 Mon Sep 17 00:00:00 2001 From: Shimizu <90589837+Mikofoxie@users.noreply.github.com> Date: Sat, 22 Feb 2025 12:37:21 +0700 Subject: [PATCH 196/232] _discord.shimizu.json --- domains/_discord.shimizu.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_discord.shimizu.json diff --git a/domains/_discord.shimizu.json b/domains/_discord.shimizu.json new file mode 100644 index 000000000..5ce34aa5e --- /dev/null +++ b/domains/_discord.shimizu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Mikofoxie", + "email": "shimizulazy@gmail.com" + }, + "record": { + "TXT": "dh=a24d14132caded8f17f5e4fdd4222378e8df2b89" + } +} From 71de7a48dffb8a490e7d069174aff47103931810 Mon Sep 17 00:00:00 2001 From: Harun Abdullah Rakin <160221616+harunabdullahrakin@users.noreply.github.com> Date: Sat, 22 Feb 2025 12:59:57 +0600 Subject: [PATCH 197/232] Create harunabdullah.json --- domains/harunabdullah.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/harunabdullah.json diff --git a/domains/harunabdullah.json b/domains/harunabdullah.json new file mode 100644 index 000000000..16e71771f --- /dev/null +++ b/domains/harunabdullah.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "harunabdullahrakin" + }, + + "record": { + "A": [ + "185.31.40.12" + ] + +} +} From c7b94f47255e8fd02c4858c5696b6adf7e609eb9 Mon Sep 17 00:00:00 2001 From: Harun Abdullah Rakin <160221616+harunabdullahrakin@users.noreply.github.com> Date: Sat, 22 Feb 2025 13:05:13 +0600 Subject: [PATCH 198/232] Create www.harunabdullah.json --- domains/www.harunabdullah.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/www.harunabdullah.json diff --git a/domains/www.harunabdullah.json b/domains/www.harunabdullah.json new file mode 100644 index 000000000..8a2ef2a61 --- /dev/null +++ b/domains/www.harunabdullah.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "harunabdullahrakin" + }, + + "record": { + "A": [ + "185.31.40.12" + ] + } + +} From 0a01d783bf4173442fc82dc5f1a71842bad04422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A2m=20Ng=E1=BB=8Dc=20Kh=C6=B0=C6=A1ng?= Date: Sat, 22 Feb 2025 14:26:08 +0700 Subject: [PATCH 199/232] Create ngockhuong.json --- domains/ngockhuong.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/ngockhuong.json diff --git a/domains/ngockhuong.json b/domains/ngockhuong.json new file mode 100644 index 000000000..0288067de --- /dev/null +++ b/domains/ngockhuong.json @@ -0,0 +1,10 @@ +{ + "description": "ngockhuong.is-a.dev : This is my personal notebook", + "owner": { + "username": "lamngockhuong", + "email": "me@ngockhuong.com" + }, + "record": { + "URL": "https://dev.ngockhuong.com" + } +} From ce676c423ae83cfb2ec7500c8d452f5433da6008 Mon Sep 17 00:00:00 2001 From: jecoh12 <108396006+jecoh12@users.noreply.github.com> Date: Sat, 22 Feb 2025 17:25:54 +0800 Subject: [PATCH 200/232] Create _github-pages-challenge-jecoh12.json --- domains/_github-pages-challenge-jecoh12.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-jecoh12.json diff --git a/domains/_github-pages-challenge-jecoh12.json b/domains/_github-pages-challenge-jecoh12.json new file mode 100644 index 000000000..ddf183187 --- /dev/null +++ b/domains/_github-pages-challenge-jecoh12.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "jecoh12", + "email": "[jecoh12@gmail.com]" + }, + "record": { + "TXT": "06b17cb3b27f897547ef636ec8189d" + } +} From df361825749c113e513ce781c6451e0ff0e0851a Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 22 Feb 2025 11:09:57 +0100 Subject: [PATCH 201/232] Removed MX record --- domains/colin.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/colin.json b/domains/colin.json index caaae089b..afeee8671 100644 --- a/domains/colin.json +++ b/domains/colin.json @@ -4,8 +4,7 @@ "email": "spam+isadev@col1n.fr" }, "record": { - "CNAME": "proxy.col1n.fr", - "MX": "mx.col1n.fr" + "CNAME": "proxy.col1n.fr" } } \ No newline at end of file From c663330154428523c9973bfb89f946d49360b555 Mon Sep 17 00:00:00 2001 From: Renan Teixeira Date: Sat, 22 Feb 2025 08:06:32 -0300 Subject: [PATCH 202/232] Update renant.json --- domains/renant.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/renant.json b/domains/renant.json index d86f6e745..c3fdf18a9 100644 --- a/domains/renant.json +++ b/domains/renant.json @@ -4,6 +4,6 @@ "email": "renan_replay@live.com" }, "record": { - "CNAME": "domainname.vercel.app" + "CNAME": "renant.vercel.app" } } From 10a82021e5b9fdaa846e5174b72ffdad365ae653 Mon Sep 17 00:00:00 2001 From: Juncheng Hou <142193992+hjc-code@users.noreply.github.com> Date: Sat, 22 Feb 2025 19:25:26 +0800 Subject: [PATCH 203/232] Create hjc.json --- domains/hjc.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/hjc.json diff --git a/domains/hjc.json b/domains/hjc.json new file mode 100644 index 000000000..30eb94731 --- /dev/null +++ b/domains/hjc.json @@ -0,0 +1,12 @@ +{ + "description": "The repo is my personal blog,it will record the things about how to develop.I will make some tutorials as well.", + "repo": "https://github.com/hjc-code/hjc-code.github.io", + "owner": { + "username": "hjc-code", + "email": "houjuncheng.me@gmail.com" + }, + "record": { + "CNAME": "hjc-code.github.io" + }, + "proxied": true +} From 782f47f0affb9e4f07d03a63bc840b4d2a08e6d1 Mon Sep 17 00:00:00 2001 From: CyrilGuoCODE <159008447+CyrilGuoCODE@users.noreply.github.com> Date: Sat, 22 Feb 2025 19:43:51 +0800 Subject: [PATCH 204/232] Create gwly.json --- domains/gwly.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/gwly.json diff --git a/domains/gwly.json b/domains/gwly.json new file mode 100644 index 000000000..26e78f64a --- /dev/null +++ b/domains/gwly.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "cyrilguocode" + }, + "record": { + "CNAME": "gwlyweb.pages.dev" + } +} From 89d07746e40d8ff8866e1f2f6609896d1ec562db Mon Sep 17 00:00:00 2001 From: Mike van den Berge Date: Sat, 22 Feb 2025 13:28:51 +0100 Subject: [PATCH 205/232] Create mikevdberge.is-a.dev domain --- domains/mikevdberge | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/mikevdberge diff --git a/domains/mikevdberge b/domains/mikevdberge new file mode 100644 index 000000000..5bd161431 --- /dev/null +++ b/domains/mikevdberge @@ -0,0 +1,10 @@ +{ + "description": "Mike van den Berge's website and blog", + "owner": { + "username": "mikevdberge", + "email": "mike.van.den.berge@gmail.com" + }, + "record": { + "CNAME": "mikevdberge.github.io/" + } +} From 0e81fc149434f803d770bc66053e0ff0772e14d6 Mon Sep 17 00:00:00 2001 From: Arhan Ansari Date: Sat, 22 Feb 2025 18:57:47 +0530 Subject: [PATCH 206/232] Create synthara.json --- domains/synthara.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/synthara.json diff --git a/domains/synthara.json b/domains/synthara.json new file mode 100644 index 000000000..7aee4a82d --- /dev/null +++ b/domains/synthara.json @@ -0,0 +1,13 @@ +{ + "description": "🚀 Synthara – Your Smart AI Assistant Synthara is an advanced AI-powered virtual assistant designed to enhance productivity, answer queries, and automate tasks efficiently. Built with cutting-edge AI technology, Synthara delivers seamless interactions and intelligent responses.", + "repo": "https://github.com/ArhanAnsari/Synthara", + "owner": { + "username": "ArhanAnsari", + "email": "arhanansari2009@gmail.com", + "x": "https://x.com/codewitharhan", + "discord": "@codewitharhan" + }, + "record": { + "CNAME": "synthara.vercel.app" + } +} From 2f8363041eea835c54cab6c2b108dc21d88c9d94 Mon Sep 17 00:00:00 2001 From: Arhan Ansari Date: Sat, 22 Feb 2025 18:59:18 +0530 Subject: [PATCH 207/232] Create _vercel.synthara.json --- domains/_vercel.synthara.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.synthara.json diff --git a/domains/_vercel.synthara.json b/domains/_vercel.synthara.json new file mode 100644 index 000000000..1c48f3e66 --- /dev/null +++ b/domains/_vercel.synthara.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "ArhanAnsari", + "email": "arhanansari2009@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=synthara.is-a.dev,5cfe1b6f6a8530d47a55" + } +} From b122eea734ebcf5688d562253bc6b44786097095 Mon Sep 17 00:00:00 2001 From: josem430 <44243335+josem430@users.noreply.github.com> Date: Sat, 22 Feb 2025 08:48:34 -0500 Subject: [PATCH 208/232] Create jmc.is-a.dev.json --- domains/jmc.is-a.dev.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/jmc.is-a.dev.json diff --git a/domains/jmc.is-a.dev.json b/domains/jmc.is-a.dev.json new file mode 100644 index 000000000..b938c448e --- /dev/null +++ b/domains/jmc.is-a.dev.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "josem430", + "email": "jmc300499@gmail.com", + "discord": "josem430" + }, + "record": { + "A": ["76.76.21.21"] + } +} From 372e24640de7055f7cc12f252abe0f3df8f95435 Mon Sep 17 00:00:00 2001 From: FuSoraS Date: Sat, 22 Feb 2025 10:51:59 -0300 Subject: [PATCH 209/232] Create fusoras.json --- domains/fusoras.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/fusoras.json diff --git a/domains/fusoras.json b/domains/fusoras.json new file mode 100644 index 000000000..315659dac --- /dev/null +++ b/domains/fusoras.json @@ -0,0 +1,11 @@ +{ + "description": "Porfolio website", + "repo": "https://github.com/FuSoraS/portfolio", + "owner": { + "username": "FuSoraS", + "email": "developer.FuSoraS@gmail.com" + }, + "record": { + "CNAME": "FuSoraS.github.io" + } +} From b941c4ae76e05a12f292841fcea825507b0e4c4a Mon Sep 17 00:00:00 2001 From: guilleLM71 <118865731+guilleLM71@users.noreply.github.com> Date: Sat, 22 Feb 2025 13:55:50 +0000 Subject: [PATCH 210/232] Fix CNAME --- domains/guillelm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/guillelm.json b/domains/guillelm.json index a81eb3645..5baef4118 100644 --- a/domains/guillelm.json +++ b/domains/guillelm.json @@ -6,6 +6,6 @@ "email": "jlauram3@fcpn.edu.bo" }, "record": { - "CNAME": "https://guillelm71.github.io/portafolio" + "CNAME": "guillelm71.github.io" } } From f9404f0bb01f6d30ea4dfbc820a4f42b9a5b1a41 Mon Sep 17 00:00:00 2001 From: FuSoraS Date: Sat, 22 Feb 2025 11:07:51 -0300 Subject: [PATCH 211/232] Update fusoras.json --- domains/fusoras.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/fusoras.json b/domains/fusoras.json index 315659dac..4be4671cb 100644 --- a/domains/fusoras.json +++ b/domains/fusoras.json @@ -6,6 +6,6 @@ "email": "developer.FuSoraS@gmail.com" }, "record": { - "CNAME": "FuSoraS.github.io" + "CNAME": "fusoras.github.io" } } From 1bc42fda60b81823f99fe4c7af5b60343dd3c70f Mon Sep 17 00:00:00 2001 From: josem430 <44243335+josem430@users.noreply.github.com> Date: Sat, 22 Feb 2025 09:29:05 -0500 Subject: [PATCH 212/232] Rename jmc.is-a.dev.json to jmc.json --- domains/{jmc.is-a.dev.json => jmc.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{jmc.is-a.dev.json => jmc.json} (100%) diff --git a/domains/jmc.is-a.dev.json b/domains/jmc.json similarity index 100% rename from domains/jmc.is-a.dev.json rename to domains/jmc.json From fb6513b1b2c740c9f4f580a5b2be985999f00653 Mon Sep 17 00:00:00 2001 From: vs Date: Sat, 22 Feb 2025 20:10:27 +0530 Subject: [PATCH 213/232] Create vs206.json --- domains/vs206.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/vs206.json diff --git a/domains/vs206.json b/domains/vs206.json new file mode 100644 index 000000000..28fded3f2 --- /dev/null +++ b/domains/vs206.json @@ -0,0 +1,11 @@ +{ + "description": "is-a.dev subdomain for my portfolio", + "repo": "https://github.com/vs206/vs206.github.io", + "owner": { + "username": "vs206", + "email": "singhvikal891@gmail.com" + }, + "record": { + "CNAME": "vs206.github.io" + } +} From 402c331fefd7bd524b2ad49e02e01bb032f41ac4 Mon Sep 17 00:00:00 2001 From: Mike van den Berge Date: Sat, 22 Feb 2025 14:54:06 +0000 Subject: [PATCH 214/232] Rename to .json --- domains/{mikevdberge => mikevdberge.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{mikevdberge => mikevdberge.json} (100%) diff --git a/domains/mikevdberge b/domains/mikevdberge.json similarity index 100% rename from domains/mikevdberge rename to domains/mikevdberge.json From 50872897acf240680e66133690674f609f09e1b0 Mon Sep 17 00:00:00 2001 From: Stefano Del Prete Date: Sat, 22 Feb 2025 17:13:47 +0100 Subject: [PATCH 215/232] fix cname --- domains/mikevdberge.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mikevdberge.json b/domains/mikevdberge.json index 5bd161431..92498766b 100644 --- a/domains/mikevdberge.json +++ b/domains/mikevdberge.json @@ -5,6 +5,6 @@ "email": "mike.van.den.berge@gmail.com" }, "record": { - "CNAME": "mikevdberge.github.io/" + "CNAME": "mikevdberge.github.io" } } From 8f7e5a392a920456b37e9176cb3484efab597722 Mon Sep 17 00:00:00 2001 From: udithamanohara Date: Sat, 22 Feb 2025 22:11:36 +0530 Subject: [PATCH 216/232] Create uditha.json --- domains/uditha.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/uditha.json diff --git a/domains/uditha.json b/domains/uditha.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/uditha.json @@ -0,0 +1 @@ + From 5af94f107ea74a590a3832f613a10c2b92ce7119 Mon Sep 17 00:00:00 2001 From: udithamanohara Date: Sat, 22 Feb 2025 22:16:12 +0530 Subject: [PATCH 217/232] Update uditha.json --- domains/uditha.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/domains/uditha.json b/domains/uditha.json index 8b1378917..b3ffe8963 100644 --- a/domains/uditha.json +++ b/domains/uditha.json @@ -1 +1,9 @@ +{ + "owner": { + "username": "udithamanohara" + }, + "record": { + "CNAME": "udithamanohara.github.io" + } +} From c64a389da07b2bbcdca2b75c50c925eee3fc6e52 Mon Sep 17 00:00:00 2001 From: JustDeveloper Date: Sat, 22 Feb 2025 20:51:06 +0300 Subject: [PATCH 218/232] Update reserved.json --- util/reserved.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/util/reserved.json b/util/reserved.json index 4482ced8e..5bac083b7 100644 --- a/util/reserved.json +++ b/util/reserved.json @@ -24,6 +24,8 @@ "catalog", "chat", "checkout", + "cname", + "cname[1-99]", "co", "com", "com[1-9]", @@ -105,6 +107,8 @@ "signin", "signout", "signup", + "srv", + "srv[1-99]", "staff", "statistics", "stats", @@ -120,6 +124,8 @@ "tld", "token", "tokens", + "txt", + "txt[1-9999]", "url", "url[1-9999]", "user", From 75c86baf082bf8d7493bb8bfa00f76766fec16d6 Mon Sep 17 00:00:00 2001 From: Doan Si Linh <87761063+doansilinh@users.noreply.github.com> Date: Sun, 23 Feb 2025 01:05:10 +0700 Subject: [PATCH 219/232] Create doansilinh.json --- domains/doansilinh.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/doansilinh.json diff --git a/domains/doansilinh.json b/domains/doansilinh.json new file mode 100644 index 000000000..9001d14a2 --- /dev/null +++ b/domains/doansilinh.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "doansilinh" + }, + "record": { + "CNAME": "doansilinh.github.io" + } +} From f6011d4a754fa7dd4212194c600f14378463a811 Mon Sep 17 00:00:00 2001 From: CristianSitov Date: Sat, 22 Feb 2025 21:33:52 +0200 Subject: [PATCH 220/232] Create sitov.json --- domains/sitov.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sitov.json diff --git a/domains/sitov.json b/domains/sitov.json new file mode 100644 index 000000000..84c2cb4a1 --- /dev/null +++ b/domains/sitov.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "sitov", + "email": "cristian.sitov@gmail.com" + }, + "record": { + "CNAME": "sitov.ro" + } +} From 1da4e1de5a3cfb8ea36fd9aab3a883ff95cbc4b8 Mon Sep 17 00:00:00 2001 From: Ravi Khokhar Date: Sat, 22 Feb 2025 17:15:15 -0500 Subject: [PATCH 221/232] Rename file name --- ...har23.json => _github-pages-challenge-ravikhokhar23.ravi.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-ravikhokhar23.json => _github-pages-challenge-ravikhokhar23.ravi.json} (100%) diff --git a/domains/_github-pages-challenge-ravikhokhar23.json b/domains/_github-pages-challenge-ravikhokhar23.ravi.json similarity index 100% rename from domains/_github-pages-challenge-ravikhokhar23.json rename to domains/_github-pages-challenge-ravikhokhar23.ravi.json From 2380f67cc70400a867aa5e9d3575f858708fe5b8 Mon Sep 17 00:00:00 2001 From: Jeiel Lima Miranda <72875404+Jetrom17@users.noreply.github.com> Date: Sat, 22 Feb 2025 21:42:33 -0300 Subject: [PATCH 222/232] Create JeielMiranda.json Following the documentation... --- domains/JeielMiranda.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/JeielMiranda.json diff --git a/domains/JeielMiranda.json b/domains/JeielMiranda.json new file mode 100644 index 000000000..f50a9a840 --- /dev/null +++ b/domains/JeielMiranda.json @@ -0,0 +1,11 @@ +{ + "description": "Personal subdomain", + "repo": "https://github.com/Jetrom17/jetrom17.github.io", + "owner": { + "username": "Jetrom17", + "email": "72875404+Jetrom17@users.noreply.github.com" + }, + "record": { + "CNAME": "jetrom17.github.io" + } +} From 9b49395292bc07a200f70fbee789891531980915 Mon Sep 17 00:00:00 2001 From: Jeiel Lima Miranda <72875404+Jetrom17@users.noreply.github.com> Date: Sat, 22 Feb 2025 21:46:34 -0300 Subject: [PATCH 223/232] Rename JeielMiranda.json to jeielmiranda.json --- domains/{JeielMiranda.json => jeielmiranda.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{JeielMiranda.json => jeielmiranda.json} (100%) diff --git a/domains/JeielMiranda.json b/domains/jeielmiranda.json similarity index 100% rename from domains/JeielMiranda.json rename to domains/jeielmiranda.json From aae12968e289c834ce6920518480a118fa31dc9e Mon Sep 17 00:00:00 2001 From: Udyan Saha Upal Date: Sun, 23 Feb 2025 07:28:07 +0600 Subject: [PATCH 224/232] Create udyanupal.json --- domains/udyanupal.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/udyanupal.json diff --git a/domains/udyanupal.json b/domains/udyanupal.json new file mode 100644 index 000000000..5c569ad40 --- /dev/null +++ b/domains/udyanupal.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "udyanupal" + }, + "record": { + "CNAME": "usupal.vercel.app" + } +} From 6ed02f656ed2b116d988f4fecc73d43fe2ba59e7 Mon Sep 17 00:00:00 2001 From: Milan Jadav Date: Sun, 23 Feb 2025 08:26:49 +0530 Subject: [PATCH 225/232] Create mln.json --- domains/mln.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/mln.json diff --git a/domains/mln.json b/domains/mln.json new file mode 100644 index 000000000..6439d777e --- /dev/null +++ b/domains/mln.json @@ -0,0 +1,10 @@ +{ + "repo": "https://github.com/xmi1an/portfoliov2.git", + "owner": { + "username": "xmi1an", + "email": "xnarcos300@gmail.com" + }, + "record": { + "CNAME": "xmi1an.vercel.app" + } +} From 374f0f7fcac6f169e0d0896a420a09052e260a2f Mon Sep 17 00:00:00 2001 From: jecoh12 <108396006+jecoh12@users.noreply.github.com> Date: Sun, 23 Feb 2025 12:49:06 +0800 Subject: [PATCH 226/232] Update domains/_github-pages-challenge-jecoh12.json Co-authored-by: Stefano Del Prete --- domains/_github-pages-challenge-jecoh12.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_github-pages-challenge-jecoh12.json b/domains/_github-pages-challenge-jecoh12.json index ddf183187..999b1de72 100644 --- a/domains/_github-pages-challenge-jecoh12.json +++ b/domains/_github-pages-challenge-jecoh12.json @@ -1,7 +1,7 @@ { "owner": { "username": "jecoh12", - "email": "[jecoh12@gmail.com]" + "email": "jecoh12@gmail.com" }, "record": { "TXT": "06b17cb3b27f897547ef636ec8189d" From 59d4a7e5acce9284e49de2366df57a9281468183 Mon Sep 17 00:00:00 2001 From: jecoh12 <108396006+jecoh12@users.noreply.github.com> Date: Sun, 23 Feb 2025 13:31:10 +0800 Subject: [PATCH 227/232] Rename _github-pages-challenge-jecoh12.json to _github-pages-challenge-jecoh12.jecoh.is-a.dev.json --- ...2.json => _github-pages-challenge-jecoh12.jecoh.is-a.dev.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-jecoh12.json => _github-pages-challenge-jecoh12.jecoh.is-a.dev.json} (100%) diff --git a/domains/_github-pages-challenge-jecoh12.json b/domains/_github-pages-challenge-jecoh12.jecoh.is-a.dev.json similarity index 100% rename from domains/_github-pages-challenge-jecoh12.json rename to domains/_github-pages-challenge-jecoh12.jecoh.is-a.dev.json From 404f8384dd43320ac53915804806ab6a7b95a0b1 Mon Sep 17 00:00:00 2001 From: jecoh12 <108396006+jecoh12@users.noreply.github.com> Date: Sun, 23 Feb 2025 13:33:08 +0800 Subject: [PATCH 228/232] Rename _github-pages-challenge-jecoh12.jecoh.is-a.dev.json to _github-pages-challenge-jecoh12.json --- ...2.jecoh.is-a.dev.json => _github-pages-challenge-jecoh12.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-jecoh12.jecoh.is-a.dev.json => _github-pages-challenge-jecoh12.json} (100%) diff --git a/domains/_github-pages-challenge-jecoh12.jecoh.is-a.dev.json b/domains/_github-pages-challenge-jecoh12.json similarity index 100% rename from domains/_github-pages-challenge-jecoh12.jecoh.is-a.dev.json rename to domains/_github-pages-challenge-jecoh12.json From b353ff3108fca97e1d803989aa1bdbdd7e94c8a6 Mon Sep 17 00:00:00 2001 From: jecoh12 <108396006+jecoh12@users.noreply.github.com> Date: Sun, 23 Feb 2025 14:26:58 +0800 Subject: [PATCH 229/232] Rename _github-pages-challenge-jecoh12.json to _github-pages-challenge-jecoh12.jecoh.json --- ...ge-jecoh12.json => _github-pages-challenge-jecoh12.jecoh.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_github-pages-challenge-jecoh12.json => _github-pages-challenge-jecoh12.jecoh.json} (100%) diff --git a/domains/_github-pages-challenge-jecoh12.json b/domains/_github-pages-challenge-jecoh12.jecoh.json similarity index 100% rename from domains/_github-pages-challenge-jecoh12.json rename to domains/_github-pages-challenge-jecoh12.jecoh.json From 586138298ee951db3d61b200c17e75394d8d4759 Mon Sep 17 00:00:00 2001 From: Jeiel Lima Miranda <72875404+Jetrom17@users.noreply.github.com> Date: Sun, 23 Feb 2025 08:20:17 -0300 Subject: [PATCH 230/232] Mail --- domains/jeielmiranda.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jeielmiranda.json b/domains/jeielmiranda.json index f50a9a840..ab21b4c1b 100644 --- a/domains/jeielmiranda.json +++ b/domains/jeielmiranda.json @@ -3,7 +3,7 @@ "repo": "https://github.com/Jetrom17/jetrom17.github.io", "owner": { "username": "Jetrom17", - "email": "72875404+Jetrom17@users.noreply.github.com" + "email": "jeiel@duck.com" }, "record": { "CNAME": "jetrom17.github.io" From 4811b0ef66ddd896e1e34c19ecfe54ea955d4a6e Mon Sep 17 00:00:00 2001 From: Rafael Fernandes Date: Sun, 23 Feb 2025 09:39:06 -0300 Subject: [PATCH 231/232] adding my domain --- domains/rafaelfernandes.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 domains/rafaelfernandes.json diff --git a/domains/rafaelfernandes.json b/domains/rafaelfernandes.json new file mode 100644 index 000000000..dd7b9099d --- /dev/null +++ b/domains/rafaelfernandes.json @@ -0,0 +1,17 @@ +{ + "description": "Personal potifolho site.", + "repo": "https://github.com/RafaelFernandesBR/rafaelfernandes.github.io", + "owner": { + "username": "RafaelFernandesBR", + "email": "marcorafaeldemelo16@protonmail.com" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ] + }, + "proxied": true +} \ No newline at end of file From 049953a4e752b66e4f9c47b3472afd63ad1fa6ab Mon Sep 17 00:00:00 2001 From: William Harrison <87287585+wdhdev@users.noreply.github.com> Date: Mon, 24 Feb 2025 07:00:09 +0800 Subject: [PATCH 232/232] Update reserved.json --- util/reserved.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/util/reserved.json b/util/reserved.json index 5bac083b7..98267ebff 100644 --- a/util/reserved.json +++ b/util/reserved.json @@ -88,6 +88,8 @@ "payments", "portal", "postmaster", + "prod", + "production", "recovery", "redirect", "registrar", @@ -110,6 +112,7 @@ "srv", "srv[1-99]", "staff", + "staging", "statistics", "stats", "status",