From 181e6c6db33ccb2af7317744bc82cc1edf8cfbf8 Mon Sep 17 00:00:00 2001 From: Jubal Slone Date: Fri, 14 Feb 2025 13:13:39 -0600 Subject: [PATCH 01/85] 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 02/85] 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 03/85] 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 8b2368fceaa72a6cb5d0486e9a2ac225216f0d17 Mon Sep 17 00:00:00 2001 From: Paul-Marc Date: Mon, 17 Feb 2025 09:12:35 +0200 Subject: [PATCH 04/85] 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 05/85] 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 06/85] 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 07/85] 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 08/85] 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 09/85] 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 10/85] 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 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 11/85] 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 12/85] 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 13/85] 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 14/85] 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 15/85] 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 191e8fac00c3123c6797e54553b78a0cd87d130e Mon Sep 17 00:00:00 2001 From: Ravi Khokhar Date: Tue, 18 Feb 2025 10:54:32 -0500 Subject: [PATCH 16/85] 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 17/85] 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 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 18/85] 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 19/85] 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 20/85] 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 21/85] 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 22/85] 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 749b0710a0cbd7b5570fbc71f90a105873ba2d49 Mon Sep 17 00:00:00 2001 From: SoulDevs Date: Wed, 19 Feb 2025 10:42:01 +0530 Subject: [PATCH 23/85] 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 30e9f9f99d98e5434c74348e4bc28ea104e109af Mon Sep 17 00:00:00 2001 From: Vo-Hoang-Tuan Ngo Date: Wed, 19 Feb 2025 13:50:19 +0100 Subject: [PATCH 24/85] 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 3932f371cda017bcc6c145f98ea78e1c3074ecbc Mon Sep 17 00:00:00 2001 From: Mahmoud Makady Date: Wed, 19 Feb 2025 21:41:28 +0200 Subject: [PATCH 25/85] 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 26/85] Update mahmoud-makady.json From 958a0a4032c59d51c93c1f2e107b398b78b6c578 Mon Sep 17 00:00:00 2001 From: Dniw Date: Thu, 20 Feb 2025 09:51:51 +0700 Subject: [PATCH 27/85] 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 4b0789646110acf550cbff340c8ea4bece290f9d Mon Sep 17 00:00:00 2001 From: Sang Huynh Thanh Date: Tue, 18 Feb 2025 14:39:22 +0700 Subject: [PATCH 28/85] 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 29/85] 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 30/85] 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 582b21ea4e8bd610698b6c1730e169231c8f954e Mon Sep 17 00:00:00 2001 From: "G.T." Date: Thu, 20 Feb 2025 12:39:19 +0300 Subject: [PATCH 31/85] 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 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 32/85] 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 33/85] 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 34/85] 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 35/85] 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 a1fe971f087301e9bb46793d0796f05b67437021 Mon Sep 17 00:00:00 2001 From: Sahand Soleimani Date: Thu, 20 Feb 2025 17:15:23 +0330 Subject: [PATCH 36/85] 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 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 37/85] 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 38/85] 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 39/85] 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 40/85] 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 41/85] 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 42/85] 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 43/85] 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 44/85] 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 45/85] 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 46/85] 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 93f13ccafe95fcb87862ce8fac0e2cd3820af61f Mon Sep 17 00:00:00 2001 From: UmarSidiki Date: Thu, 20 Feb 2025 22:10:06 +0500 Subject: [PATCH 47/85] 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 48/85] 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 49/85] 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 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 50/85] 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 51/85] 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 52/85] 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 22bf04b5567be925687956b3e3290be5098be1bb Mon Sep 17 00:00:00 2001 From: Mert Demir Date: Fri, 21 Feb 2025 01:15:58 +0100 Subject: [PATCH 53/85] 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 54/85] 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 55/85] 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 c80bdf3c74c6d8d31d7992abdeb43e333aa24e20 Mon Sep 17 00:00:00 2001 From: "Harindra.Reddy" Date: Fri, 21 Feb 2025 11:37:22 +0530 Subject: [PATCH 56/85] 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 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 57/85] 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 58/85] 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 59/85] 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 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 60/85] 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 61/85] 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 62/85] 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 63/85] 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 64/85] 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 65/85] 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 66/85] 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 67/85] 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 68/85] 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 69/85] 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 70/85] 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 71/85] 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 08c1a9e114e0d2f66da98ed8d6d23bcb246d88bb Mon Sep 17 00:00:00 2001 From: saxophone Date: Sat, 22 Feb 2025 00:33:03 +0530 Subject: [PATCH 72/85] 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 73/85] 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 74/85] 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 75/85] 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 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 76/85] 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 77/85] 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 78/85] 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 79/85] 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 80/85] 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 81/85] 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 82/85] 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 83/85] 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 84/85] 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 85/85] 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" + ] + } }