From 5219ea9479359063d5a4c1ffd95c901e62e34431 Mon Sep 17 00:00:00 2001 From: JASIR BASHEER <128218406+JasirBasheer@users.noreply.github.com> Date: Fri, 26 Sep 2025 21:30:59 -0700 Subject: [PATCH 01/10] Create jasir.json --- domains/jasir.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/jasir.json diff --git a/domains/jasir.json b/domains/jasir.json new file mode 100644 index 00000000000..d07386ed814 --- /dev/null +++ b/domains/jasir.json @@ -0,0 +1,11 @@ +{ + "description": "For Portfolio", + "repo": "https://github.com/JasirBasheer/jasir-basheer-portfolio", + "owner": { + "username": "JasirBasheer", + "email": "jasirbinbasheerpp@gmail.com" + }, + "record": { + "CNAME": "jasir-basheer-next-portfolio.vercel.app" + } +} From 9150ffc03d93cc1ae1c4f6e7378c1b0de942c76b Mon Sep 17 00:00:00 2001 From: JASIR BASHEER <128218406+JasirBasheer@users.noreply.github.com> Date: Fri, 26 Sep 2025 21:40:46 -0700 Subject: [PATCH 02/10] Create _vercel.jasir.json --- domains/_vercel.jasir.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/_vercel.jasir.json diff --git a/domains/_vercel.jasir.json b/domains/_vercel.jasir.json new file mode 100644 index 00000000000..a94034f7b15 --- /dev/null +++ b/domains/_vercel.jasir.json @@ -0,0 +1,11 @@ +{ + "owner": { + + + "username": "JasirBasheer", + "email": "jasirbinbasheerpp@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=jasir.is-a.dev,cb41282354b79ae746dd" + } +} From 272b777ac131822db6a26dc58a0356bb46a7fd5c Mon Sep 17 00:00:00 2001 From: JASIR BASHEER <128218406+JasirBasheer@users.noreply.github.com> Date: Sat, 27 Sep 2025 02:32:26 -0700 Subject: [PATCH 03/10] Update domains/_vercel.jasir.json Co-authored-by: John Aerial J. Azcune <65322242+STICKnoLOGIC@users.noreply.github.com> --- domains/_vercel.jasir.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/domains/_vercel.jasir.json b/domains/_vercel.jasir.json index a94034f7b15..7fabf516d3f 100644 --- a/domains/_vercel.jasir.json +++ b/domains/_vercel.jasir.json @@ -1,7 +1,5 @@ { "owner": { - - "username": "JasirBasheer", "email": "jasirbinbasheerpp@gmail.com" }, From cd4e07087d5bee6c5bda0329725d8bdf72d12fe3 Mon Sep 17 00:00:00 2001 From: JASIR BASHEER <128218406+JasirBasheer@users.noreply.github.com> Date: Sat, 27 Sep 2025 02:32:36 -0700 Subject: [PATCH 04/10] Update domains/_vercel.jasir.json Co-authored-by: John Aerial J. Azcune <65322242+STICKnoLOGIC@users.noreply.github.com> --- domains/_vercel.jasir.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/_vercel.jasir.json b/domains/_vercel.jasir.json index 7fabf516d3f..d2ee84d82dc 100644 --- a/domains/_vercel.jasir.json +++ b/domains/_vercel.jasir.json @@ -3,7 +3,7 @@ "username": "JasirBasheer", "email": "jasirbinbasheerpp@gmail.com" }, - "record": { + "records": { "TXT": "vc-domain-verify=jasir.is-a.dev,cb41282354b79ae746dd" } } From 5b48159daaf5585624ffc4d088832c9aec0d7159 Mon Sep 17 00:00:00 2001 From: JASIR BASHEER <128218406+JasirBasheer@users.noreply.github.com> Date: Sat, 27 Sep 2025 02:32:49 -0700 Subject: [PATCH 05/10] Update domains/jasir.json Co-authored-by: John Aerial J. Azcune <65322242+STICKnoLOGIC@users.noreply.github.com> --- domains/jasir.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jasir.json b/domains/jasir.json index d07386ed814..823ac9f6ebc 100644 --- a/domains/jasir.json +++ b/domains/jasir.json @@ -5,7 +5,7 @@ "username": "JasirBasheer", "email": "jasirbinbasheerpp@gmail.com" }, - "record": { + "records": { "CNAME": "jasir-basheer-next-portfolio.vercel.app" } } From cff292ef370411af90711f28813902c5d59fdeee Mon Sep 17 00:00:00 2001 From: Gaurav Date: Sun, 19 Oct 2025 01:41:57 +0530 Subject: [PATCH 06/10] Add archduke.json for domain configuration --- domains/archduke.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/archduke.json diff --git a/domains/archduke.json b/domains/archduke.json new file mode 100644 index 00000000000..f18c8a1a8ce --- /dev/null +++ b/domains/archduke.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "archduke1337", + "email": "gauravramyadav@gmail.com" + }, + "records": { + "A": ["216.198.79.1"], + "AAAA": ["2606:4700:4700::1001"] + } +} From 4b6f024ce670c9bf73e84be4bea068c91e8cdb23 Mon Sep 17 00:00:00 2001 From: Gaurav Date: Sun, 19 Oct 2025 01:49:26 +0530 Subject: [PATCH 07/10] Create _vercel.archduke.json --- domains/_vercel.archduke.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.archduke.json diff --git a/domains/_vercel.archduke.json b/domains/_vercel.archduke.json new file mode 100644 index 00000000000..6cf53590d5e --- /dev/null +++ b/domains/_vercel.archduke.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "archduke1337", + "email": "gauravramyadav@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=archduke.is-a.dev,6f7f656641e78f0d88aa" + } +} From 61c7f875079cb270cf0fa7d2a846fff138f9b86c Mon Sep 17 00:00:00 2001 From: Saurav Sanjay Date: Sun, 19 Oct 2025 08:20:20 +0530 Subject: [PATCH 08/10] Add saurav-sanjay subdomain. --- domains/saurav-sanjay.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/saurav-sanjay.json diff --git a/domains/saurav-sanjay.json b/domains/saurav-sanjay.json new file mode 100644 index 00000000000..f360b64c3a5 --- /dev/null +++ b/domains/saurav-sanjay.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "resourcesatresource", + "email": "resourcesatresource@gmail.com" + }, + "records": { + "CNAME": "resourcesatresource.github.io" + } +} From 7d5e4117d7b98104959689fef7b92d5f66698e40 Mon Sep 17 00:00:00 2001 From: Gaurav Date: Sun, 19 Oct 2025 12:43:13 +0530 Subject: [PATCH 09/10] Add CNAME record to archduke.json --- domains/archduke.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/archduke.json b/domains/archduke.json index f18c8a1a8ce..5f590ed329a 100644 --- a/domains/archduke.json +++ b/domains/archduke.json @@ -5,6 +5,6 @@ }, "records": { "A": ["216.198.79.1"], - "AAAA": ["2606:4700:4700::1001"] + "CNAME": "gurv.vercel.app" } } From 90e4d69671a4fcd2ac23cb95ba12675902db3ede Mon Sep 17 00:00:00 2001 From: Gaurav Date: Sun, 19 Oct 2025 23:14:04 +0530 Subject: [PATCH 10/10] Update domains/archduke.json Co-authored-by: John Aerial J. Azcune <65322242+STICKnoLOGIC@users.noreply.github.com> --- domains/archduke.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/archduke.json b/domains/archduke.json index 5f590ed329a..22c420c5ef1 100644 --- a/domains/archduke.json +++ b/domains/archduke.json @@ -4,7 +4,6 @@ "email": "gauravramyadav@gmail.com" }, "records": { - "A": ["216.198.79.1"], - "CNAME": "gurv.vercel.app" + "A": ["216.198.79.1"] } }