From c86aa7783a8ac5e0a6852b395ecea3c4c49fec87 Mon Sep 17 00:00:00 2001 From: vikipranata Date: Mon, 24 Feb 2025 10:13:40 +0700 Subject: [PATCH 01/32] Create new subdomains --- domains/homelab.json | 13 +++++++++++++ domains/vikipranata.json | 11 +++++++++++ domains/www.vikipranata.json | 11 +++++++++++ 3 files changed, 35 insertions(+) create mode 100644 domains/homelab.json create mode 100644 domains/vikipranata.json create mode 100644 domains/www.vikipranata.json diff --git a/domains/homelab.json b/domains/homelab.json new file mode 100644 index 000000000..c93d8014e --- /dev/null +++ b/domains/homelab.json @@ -0,0 +1,13 @@ +{ + "description": "Domain for dynamic DNS updates and Cloudflare Tunnel setup for demo and home lab purposes", + "owner": { + "username": "vikipranata", + "email": "helovikipranata@gmail.com" + }, + "record": { + "NS": [ + "deb.ns.cloudflare.com", + "sid.ns.cloudflare.com" + ] + } +} diff --git a/domains/vikipranata.json b/domains/vikipranata.json new file mode 100644 index 000000000..e766affcf --- /dev/null +++ b/domains/vikipranata.json @@ -0,0 +1,11 @@ +{ + "description": "Domain for personal web pages", + "owner": { + "username": "vikipranata", + "email": "helovikipranata@gmail.com" + }, + "record": { + "CNAME": "vikipranata.github.io" + }, + "proxied": true +} diff --git a/domains/www.vikipranata.json b/domains/www.vikipranata.json new file mode 100644 index 000000000..6b6019742 --- /dev/null +++ b/domains/www.vikipranata.json @@ -0,0 +1,11 @@ +{ + "description": "Domain for redirection to vikipranata.is-a.dev", + "owner": { + "username": "vikipranata", + "email": "helovikipranata@gmail.com" + }, + "record": { + "URL": "https://vikipranata.is-a.dev" + }, + "proxied": true +} From cff03b4b7e9e2313b4bc55c1096c5ab28801e68d Mon Sep 17 00:00:00 2001 From: Viki Pranata <66620208+vikipranata@users.noreply.github.com> Date: Tue, 25 Feb 2025 20:10:01 +0700 Subject: [PATCH 02/32] Update www.vikipranata.json --- domains/www.vikipranata.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/www.vikipranata.json b/domains/www.vikipranata.json index 6b6019742..6f71cbfe9 100644 --- a/domains/www.vikipranata.json +++ b/domains/www.vikipranata.json @@ -6,6 +6,5 @@ }, "record": { "URL": "https://vikipranata.is-a.dev" - }, - "proxied": true + } } From e629c31516365bba723deeffa079ae2696bf2661 Mon Sep 17 00:00:00 2001 From: Viki Pranata <66620208+vikipranata@users.noreply.github.com> Date: Wed, 26 Feb 2025 19:57:38 +0700 Subject: [PATCH 03/32] Update vikipranata.json TXT record for google site verification --- domains/vikipranata.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/vikipranata.json b/domains/vikipranata.json index e766affcf..1c32606a2 100644 --- a/domains/vikipranata.json +++ b/domains/vikipranata.json @@ -5,7 +5,9 @@ "email": "helovikipranata@gmail.com" }, "record": { - "CNAME": "vikipranata.github.io" + "CNAME": "vikipranata.github.io", + "TXT": "google-site-verification=P0NDXXGrIMQIApUCl70HKX0nLphXZtzeW2B4qckwuLE" + } }, "proxied": true } From 4287f60c329086286ae36f9787455b3477a70ef9 Mon Sep 17 00:00:00 2001 From: Viki Pranata <66620208+vikipranata@users.noreply.github.com> Date: Wed, 26 Feb 2025 19:58:28 +0700 Subject: [PATCH 04/32] Update vikipranata.json TXT record for google-site-verification --- domains/vikipranata.json | 1 - 1 file changed, 1 deletion(-) diff --git a/domains/vikipranata.json b/domains/vikipranata.json index 1c32606a2..1bdca1386 100644 --- a/domains/vikipranata.json +++ b/domains/vikipranata.json @@ -7,7 +7,6 @@ "record": { "CNAME": "vikipranata.github.io", "TXT": "google-site-verification=P0NDXXGrIMQIApUCl70HKX0nLphXZtzeW2B4qckwuLE" - } }, "proxied": true } From a330f2d84ff6971c02f9ef6140a6b6eb5aebdadf Mon Sep 17 00:00:00 2001 From: Lver <196835305+lverx@users.noreply.github.com> Date: Mon, 3 Mar 2025 06:42:39 -0500 Subject: [PATCH 05/32] Add SPF to record --- domains/mail.lver.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/mail.lver.json b/domains/mail.lver.json index f3fee13f6..fb294820b 100644 --- a/domains/mail.lver.json +++ b/domains/mail.lver.json @@ -8,6 +8,8 @@ "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" - ] + ] + }, + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 6c782150980e39aab4ecd1e2bdf727d89e119e60 Mon Sep 17 00:00:00 2001 From: Dat Tran Date: Tue, 4 Mar 2025 16:44:27 +0700 Subject: [PATCH 06/32] Update datit309.json --- domains/datit309.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/domains/datit309.json b/domains/datit309.json index de6fa31b4..20ff0b256 100644 --- a/domains/datit309.json +++ b/domains/datit309.json @@ -6,7 +6,10 @@ "email": "datit309@gmail.com" }, "record": { - "CNAME": "datit309.github.io" + "URL": "https://datit309.github.io", + "record": { + "TXT": "google-site-verification=2F7H5wS3Sly_6DKcp2IIlsDI3z3PWGfqv81YFGbMRKY" + } }, "proxied": true } From 4ccc85c0be496236448be203d3eb4a3fe75671e0 Mon Sep 17 00:00:00 2001 From: Lver <196835305+lverx@users.noreply.github.com> Date: Tue, 4 Mar 2025 09:14:19 -0500 Subject: [PATCH 07/32] Create link-to.lver.json --- domains/link-to.lver.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/link-to.lver.json diff --git a/domains/link-to.lver.json b/domains/link-to.lver.json new file mode 100644 index 000000000..c7b378dda --- /dev/null +++ b/domains/link-to.lver.json @@ -0,0 +1,11 @@ +{ + "github": "https://github.com/lverx", + "owner": { + "username": "lverx", + "email": "profoundlvr@gmail.com" + }, + "record": { + "A": ["52.72.49.79"] + }, + "proxied": true +} \ No newline at end of file From 828b8b4e23f788f4e4040f2ed1160682c035a9e5 Mon Sep 17 00:00:00 2001 From: Lver <196835305+lverx@users.noreply.github.com> Date: Tue, 4 Mar 2025 12:12:15 -0500 Subject: [PATCH 08/32] Update mail.lver.json --- domains/mail.lver.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/domains/mail.lver.json b/domains/mail.lver.json index fb294820b..b0e64b735 100644 --- a/domains/mail.lver.json +++ b/domains/mail.lver.json @@ -5,11 +5,6 @@ "email": "profoundlvr@gmail.com" }, "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ] - }, - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "TXT": " zoho-verification=zb98323889.zmverify.zoho.com" } } From 71ef617bc97e60be6b81132bdd33e453d44aeaaf Mon Sep 17 00:00:00 2001 From: Lver <196835305+lverx@users.noreply.github.com> Date: Tue, 4 Mar 2025 18:53:28 -0500 Subject: [PATCH 09/32] Update mail.lver.json --- domains/mail.lver.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mail.lver.json b/domains/mail.lver.json index b0e64b735..14465d83b 100644 --- a/domains/mail.lver.json +++ b/domains/mail.lver.json @@ -5,6 +5,6 @@ "email": "profoundlvr@gmail.com" }, "record": { - "TXT": " zoho-verification=zb98323889.zmverify.zoho.com" + "TXT": "zoho-verification=zb43169475.zmverify.zoho.com" } } From 5b08973cfd73063a10ee4197fe93b685cb9723ad Mon Sep 17 00:00:00 2001 From: William Holley Date: Tue, 4 Mar 2025 18:09:39 -0600 Subject: [PATCH 10/32] Create william2sober.json --- domains/william2sober.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/william2sober.json diff --git a/domains/william2sober.json b/domains/william2sober.json new file mode 100644 index 000000000..1b209e708 --- /dev/null +++ b/domains/william2sober.json @@ -0,0 +1,14 @@ +{ + "description": "Documentation website for is-a.dev", + "repo": "https://github.com/william2sober/is-a-dev", + "owner": { + "username": "william2sober.is-a-dev", + "email": "willliam2sober@gmail.com" + }, + "record": { + "A": [ + 76.76.21.21 + ] + }, + "proxied": false +} From 05192076024b3dc566a12f7fe963080a80b96f35 Mon Sep 17 00:00:00 2001 From: Marlon Mogollon <99307306+MarlonDevs@users.noreply.github.com> Date: Tue, 4 Mar 2025 22:13:08 -0700 Subject: [PATCH 11/32] Create marlon.json --- domains/marlon.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/marlon.json diff --git a/domains/marlon.json b/domains/marlon.json new file mode 100644 index 000000000..2d605e643 --- /dev/null +++ b/domains/marlon.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "MarlonDevs", // Nuestro usuario de Github + "email": "marlonmogollon13@gmail.com", // Tu email + }, + "record": { + "CNAME": "marlondevs.github.io" // URL a la cual aputa tu web + } +} From d8b9e9adc3af1bd600793779e1f691a68de14272 Mon Sep 17 00:00:00 2001 From: Florent <59729754+flobsx@users.noreply.github.com> Date: Wed, 5 Mar 2025 00:14:09 +0100 Subject: [PATCH 12/32] Create florent.json --- domains/florent.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 domains/florent.json diff --git a/domains/florent.json b/domains/florent.json new file mode 100644 index 000000000..61ba01769 --- /dev/null +++ b/domains/florent.json @@ -0,0 +1,18 @@ +{ + "repo": "https://github.com/flobsx", + "owner": { + "username": "florent", + "email": "flo@bsx.pm" + }, + "record": { + "CNAME": "flobsx.github.io" + }, + "proxied": true, + "redirect_config": { + "custom_paths": { + "/github": "https://github.com/flobsx", + "/linkedin": "https://www.linkedin.com/in/florent-bissiriex/" + }, + "redirect_paths": true + } +} From 4cafe5e6cd83bae4b5c8c845963d2e9d4f7094b6 Mon Sep 17 00:00:00 2001 From: Florent <59729754+flobsx@users.noreply.github.com> Date: Wed, 5 Mar 2025 09:18:10 +0100 Subject: [PATCH 13/32] Fix username to match github account Co-authored-by: 21Z <21z95@proton.me> --- domains/florent.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/florent.json b/domains/florent.json index 61ba01769..1b5f712b4 100644 --- a/domains/florent.json +++ b/domains/florent.json @@ -1,7 +1,7 @@ { "repo": "https://github.com/flobsx", "owner": { - "username": "florent", + "username": "flobsx", "email": "flo@bsx.pm" }, "record": { From f6f17fc897af7e962c81d20c2908956deebc508c Mon Sep 17 00:00:00 2001 From: Florent <59729754+flobsx@users.noreply.github.com> Date: Wed, 5 Mar 2025 08:21:52 +0000 Subject: [PATCH 14/32] Fix: remove redirection not possible with cname --- domains/florent.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/domains/florent.json b/domains/florent.json index 1b5f712b4..60009a9bd 100644 --- a/domains/florent.json +++ b/domains/florent.json @@ -7,12 +7,5 @@ "record": { "CNAME": "flobsx.github.io" }, - "proxied": true, - "redirect_config": { - "custom_paths": { - "/github": "https://github.com/flobsx", - "/linkedin": "https://www.linkedin.com/in/florent-bissiriex/" - }, - "redirect_paths": true - } -} + "proxied": true +} \ No newline at end of file From 1d7fe4ebd626005aa6d1cb8f9cb95f5f47974817 Mon Sep 17 00:00:00 2001 From: Vedant Date: Wed, 5 Mar 2025 14:17:33 +0530 Subject: [PATCH 15/32] Create vedant.json --- domains/vedant.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/vedant.json diff --git a/domains/vedant.json b/domains/vedant.json new file mode 100644 index 000000000..1148cc2ea --- /dev/null +++ b/domains/vedant.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "theonlyvedu" + }, + "record": { + "CNAME": "theonlyvedu.github.io" + } +} From 72288581f9cc6cb3797351131186ea5440f79b29 Mon Sep 17 00:00:00 2001 From: nuraly-v <161432065+nuraly-v@users.noreply.github.com> Date: Wed, 5 Mar 2025 09:50:00 +0100 Subject: [PATCH 16/32] Create nuraly.json --- domains/nuraly.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/nuraly.json diff --git a/domains/nuraly.json b/domains/nuraly.json new file mode 100644 index 000000000..1dded7be9 --- /dev/null +++ b/domains/nuraly.json @@ -0,0 +1,10 @@ +{ + "description": "Domain for the portfolio website", + "owner": { + "username": "nuraly-v", + "email": "mescorpx@gmail.com" + }, + "record": { + "CNAME": "nuraly-v.github.io" + } +} From 86cc068230224048369c15b12894634180ab7388 Mon Sep 17 00:00:00 2001 From: Milan Dangol <32799872+milandangol@users.noreply.github.com> Date: Wed, 5 Mar 2025 16:30:26 +0545 Subject: [PATCH 17/32] Create milaan.json --- domains/milaan.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/milaan.json diff --git a/domains/milaan.json b/domains/milaan.json new file mode 100644 index 000000000..a3f7b017c --- /dev/null +++ b/domains/milaan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "milandangol", + "email": "milandangol57@gmail.com" + }, + "record": { + "CNAME": "milaan.pages.dev" + } +} From 444e70b00e0bc78abcd1a50391692e820c2d5872 Mon Sep 17 00:00:00 2001 From: Deeptanshuu Date: Wed, 5 Mar 2025 17:42:29 +0530 Subject: [PATCH 18/32] . --- domains/_vercel.deeptanshu.json | 9 +++++++++ domains/deeptanshu.json | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 domains/_vercel.deeptanshu.json create mode 100644 domains/deeptanshu.json diff --git a/domains/_vercel.deeptanshu.json b/domains/_vercel.deeptanshu.json new file mode 100644 index 000000000..35310ba7c --- /dev/null +++ b/domains/_vercel.deeptanshu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Deeptanshuu", + "email": "laldeeptanshu96@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=deeptanshu.is-a.dev,28a4f0adf29f7fd2f9c3" + } +} diff --git a/domains/deeptanshu.json b/domains/deeptanshu.json new file mode 100644 index 000000000..1873c86ef --- /dev/null +++ b/domains/deeptanshu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Deeptanshuu", + "email": "laldeeptanshu96@gmail.com" + }, + "record": { + "CNAME": "deeptanshu.vercel.app" + } +} From a5d6db6f536270f6a3f2336bdbb6dc71b1d9572e Mon Sep 17 00:00:00 2001 From: William Holley Date: Wed, 5 Mar 2025 06:29:52 -0600 Subject: [PATCH 19/32] Update william2sober.json --- domains/william2sober.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/domains/william2sober.json b/domains/william2sober.json index 1b209e708..a29cc6284 100644 --- a/domains/william2sober.json +++ b/domains/william2sober.json @@ -1,14 +1,14 @@ { - "description": "Documentation website for is-a.dev", - "repo": "https://github.com/william2sober/is-a-dev", - "owner": { - "username": "william2sober.is-a-dev", - "email": "willliam2sober@gmail.com" - }, - "record": { - "A": [ - 76.76.21.21 - ] - }, - "proxied": false + "description": "The Website is to show off all my links and Dev Discord server", + "repo": "https://github.com/william2sober/is-a-dev", + "owner": { + "username": "william2sober", + "email": "willliam2sober@gmail.com" + }, + "record": { + "A": [ + "76.76.21.21" + ] + }, + "proxied": false } From cdbd82d492f56c73af25ef45c8de7fe7194a84cb Mon Sep 17 00:00:00 2001 From: orangc Date: Wed, 5 Mar 2025 15:37:21 +0300 Subject: [PATCH 20/32] Update domains/marlon.json Co-authored-by: 21Z <21z95@proton.me> --- domains/marlon.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/domains/marlon.json b/domains/marlon.json index 2d605e643..416476ccb 100644 --- a/domains/marlon.json +++ b/domains/marlon.json @@ -1,9 +1,9 @@ { - "owner": { - "username": "MarlonDevs", // Nuestro usuario de Github - "email": "marlonmogollon13@gmail.com", // Tu email - }, - "record": { - "CNAME": "marlondevs.github.io" // URL a la cual aputa tu web - } + "owner": { + "username": "MarlonDevs", + "email": "marlonmogollon13@gmail.com", + }, + "record": { + "CNAME": "marlondevs.github.io" + } } From 215b01d1833f9aec7536b243fa2c69f611bba568 Mon Sep 17 00:00:00 2001 From: orangc Date: Wed, 5 Mar 2025 15:37:56 +0300 Subject: [PATCH 21/32] Update marlon.json --- domains/marlon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/marlon.json b/domains/marlon.json index 416476ccb..e63997d25 100644 --- a/domains/marlon.json +++ b/domains/marlon.json @@ -1,7 +1,7 @@ { "owner": { "username": "MarlonDevs", - "email": "marlonmogollon13@gmail.com", + "email": "marlonmogollon13@gmail.com" }, "record": { "CNAME": "marlondevs.github.io" From 85d59622d683404fce2d0e9ceb87cd870af94034 Mon Sep 17 00:00:00 2001 From: Ingo Hollmann Date: Wed, 5 Mar 2025 13:48:27 +0100 Subject: [PATCH 22/32] Create ingo.json --- domains/ingo.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/ingo.json diff --git a/domains/ingo.json b/domains/ingo.json new file mode 100644 index 000000000..8666dfb0d --- /dev/null +++ b/domains/ingo.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "bugHunter2k", + }, + "record": { + "URL": "https://ingohollmann.de/" + } +} From d50ee2b68df8cc09aa933f5ed35e8a27a2944447 Mon Sep 17 00:00:00 2001 From: Ingo Hollmann Date: Wed, 5 Mar 2025 13:52:21 +0100 Subject: [PATCH 23/32] Add email --- domains/ingo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/ingo.json b/domains/ingo.json index 8666dfb0d..05cb1319d 100644 --- a/domains/ingo.json +++ b/domains/ingo.json @@ -1,6 +1,7 @@ { "owner": { - "username": "bugHunter2k", + "username": "BugHunter2k", + "email": "hello@ingohollmann.de" }, "record": { "URL": "https://ingohollmann.de/" From 758ed08926c2f91fc1b9d7153ccf958e0ba5bf32 Mon Sep 17 00:00:00 2001 From: Dat Tran Date: Wed, 5 Mar 2025 22:25:25 +0700 Subject: [PATCH 24/32] Update datit309.json --- domains/datit309.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/datit309.json b/domains/datit309.json index 20ff0b256..4569834ab 100644 --- a/domains/datit309.json +++ b/domains/datit309.json @@ -7,9 +7,7 @@ }, "record": { "URL": "https://datit309.github.io", - "record": { - "TXT": "google-site-verification=2F7H5wS3Sly_6DKcp2IIlsDI3z3PWGfqv81YFGbMRKY" - } + "TXT": "google-site-verification=2F7H5wS3Sly_6DKcp2IIlsDI3z3PWGfqv81YFGbMRKY" }, "proxied": true } From 7aa13a28fef4974d0c3e5ce9b3b36946857ebc3a Mon Sep 17 00:00:00 2001 From: Lver <196835305+lverx@users.noreply.github.com> Date: Wed, 5 Mar 2025 11:21:44 -0500 Subject: [PATCH 25/32] Update mail.lver.json --- domains/mail.lver.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/mail.lver.json b/domains/mail.lver.json index 14465d83b..3998a2170 100644 --- a/domains/mail.lver.json +++ b/domains/mail.lver.json @@ -6,5 +6,10 @@ }, "record": { "TXT": "zoho-verification=zb43169475.zmverify.zoho.com" - } + }, + "MX": [ + "mx.zoho.com", + "mx2.zoho.com", + "mx3.zoho.com" + ] } From 27226bf7f5ba62e8f0ffcd7dd8113366c239c561 Mon Sep 17 00:00:00 2001 From: "amackzie@gmail.com" Date: Wed, 5 Mar 2025 19:56:14 +0300 Subject: [PATCH 26/32] modify domain to redirect to vercel and not github pages --- domains/_vercel.zessu.json | 9 +++++++++ domains/drew.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 domains/_vercel.zessu.json diff --git a/domains/_vercel.zessu.json b/domains/_vercel.zessu.json new file mode 100644 index 000000000..5d12c9a0e --- /dev/null +++ b/domains/_vercel.zessu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "zessu", + "email": "regime-pluck-gulf@duck.com" + }, + "record": { + "TXT": "vc-domain-verify=drew.is-a.dev,78b1c3bcf18815fe9bfe" + } +} diff --git a/domains/drew.json b/domains/drew.json index bd7232463..94b4df25b 100644 --- a/domains/drew.json +++ b/domains/drew.json @@ -6,6 +6,6 @@ "email": "regime-pluck-gulf@duck.com" }, "record": { - "CNAME": "zessu.github.io" + "CNAME": "zessu-github-io-7l1v.vercel.app" } } From 29d2e38dad53beb25aa56882282ba43ea6908d47 Mon Sep 17 00:00:00 2001 From: Kunal Purandare <56228068+kunalpurandare@users.noreply.github.com> Date: Wed, 5 Mar 2025 22:43:16 +0530 Subject: [PATCH 27/32] Update kunalpurandare.json --- domains/kunalpurandare.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/kunalpurandare.json b/domains/kunalpurandare.json index d36baa6d8..65b0486e4 100644 --- a/domains/kunalpurandare.json +++ b/domains/kunalpurandare.json @@ -1,9 +1,10 @@ { + "repo":"https://kunalpurandare.github.io/portfolio", "owner": { "username": "kunalpurandare", "email": "kunalpurandare1703@gmail.com" }, "record": { - "URL": "https://kunalpurandare.github.io/portfolio" + "CNAME": "kunalpurandare.github.io" } } From 442b5fac4455f658ae9867597cae9811a6f45dbb Mon Sep 17 00:00:00 2001 From: 21Z <21z95@proton.me> Date: Wed, 5 Mar 2025 21:32:13 +0400 Subject: [PATCH 28/32] fix: remove proxy --- domains/datit309.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/datit309.json b/domains/datit309.json index 4569834ab..ddc334f39 100644 --- a/domains/datit309.json +++ b/domains/datit309.json @@ -8,6 +8,5 @@ "record": { "URL": "https://datit309.github.io", "TXT": "google-site-verification=2F7H5wS3Sly_6DKcp2IIlsDI3z3PWGfqv81YFGbMRKY" - }, - "proxied": true + } } From 63324abe1df590b2196d79c76e5e7132e3da8fb3 Mon Sep 17 00:00:00 2001 From: 21Z <21z95@proton.me> Date: Wed, 5 Mar 2025 21:40:26 +0400 Subject: [PATCH 29/32] fix --- domains/mail.lver.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/domains/mail.lver.json b/domains/mail.lver.json index 3998a2170..0b110e3c6 100644 --- a/domains/mail.lver.json +++ b/domains/mail.lver.json @@ -5,11 +5,14 @@ "email": "profoundlvr@gmail.com" }, "record": { - "TXT": "zoho-verification=zb43169475.zmverify.zoho.com" - }, + "TXT": [ + "zoho-verification=zb43169475.zmverify.zoho.com", + "v=spf1 include:zohomail.com ~all" + ], "MX": [ "mx.zoho.com", "mx2.zoho.com", "mx3.zoho.com" ] } +} From cd6eaacad1a9aebca2d6b672ef535a4b0df92caa Mon Sep 17 00:00:00 2001 From: "amackzie@gmail.com" Date: Thu, 6 Mar 2025 07:41:21 +0300 Subject: [PATCH 30/32] fix bug in _vercel file name, should be drew not zessu --- domains/{_vercel.zessu.json => _vercel.drew.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{_vercel.zessu.json => _vercel.drew.json} (100%) diff --git a/domains/_vercel.zessu.json b/domains/_vercel.drew.json similarity index 100% rename from domains/_vercel.zessu.json rename to domains/_vercel.drew.json From 0d74722f0f91eefaa5c4365aa732df0998676af0 Mon Sep 17 00:00:00 2001 From: Luke <125390274+sageofluke@users.noreply.github.com> Date: Thu, 6 Mar 2025 16:07:00 +0530 Subject: [PATCH 31/32] Update yourtilak.json --- domains/yourtilak.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/domains/yourtilak.json b/domains/yourtilak.json index 23c7fd71e..0478258a9 100644 --- a/domains/yourtilak.json +++ b/domains/yourtilak.json @@ -1,11 +1,11 @@ { - "description": "YourTilak.is-a.dev", - "repo": "https://github.com/YourTilak/YourTilak.github.io", + "description": "SageofLuke.is-a.dev", + "repo": "https://github.com/sageofluke/sageofluke.github.io", "owner": { - "username": "YourTilak", + "username": "SageOfLuke", "email": "rj05tilak@gmail.com" }, "record": { - "CNAME": "yourtilak.github.io" + "CNAME": "sageofluke.github.io" } } From 1f0c4c92519bb3ea41692f2e17bc86cc8c8d6b41 Mon Sep 17 00:00:00 2001 From: Luke <125390274+sageofluke@users.noreply.github.com> Date: Thu, 6 Mar 2025 16:07:14 +0530 Subject: [PATCH 32/32] Rename yourtilak.json to sageofluke.json --- domains/{yourtilak.json => sageofluke.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{yourtilak.json => sageofluke.json} (100%) diff --git a/domains/yourtilak.json b/domains/sageofluke.json similarity index 100% rename from domains/yourtilak.json rename to domains/sageofluke.json