From a5aadec89bd785859b525ae3db9081b015091fb5 Mon Sep 17 00:00:00 2001 From: Bhushan Kadam Date: Sun, 2 Aug 2026 19:47:32 +0530 Subject: [PATCH 1/5] Add bhushan.json with owner and records information --- domains/bhushan.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/bhushan.json diff --git a/domains/bhushan.json b/domains/bhushan.json new file mode 100644 index 0000000000..a4d1606bfe --- /dev/null +++ b/domains/bhushan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "kdmbhushan", + "email": "bhushan.kadam2709@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } +} From 302ef2691c1e6f7c6a722c5e7bfdedfa21bfcf15 Mon Sep 17 00:00:00 2001 From: Bhushan Kadam Date: Sun, 2 Aug 2026 19:49:24 +0530 Subject: [PATCH 2/5] Add Vercel domain configuration file --- domains/_vercel.your-domain.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_vercel.your-domain.json diff --git a/domains/_vercel.your-domain.json b/domains/_vercel.your-domain.json new file mode 100644 index 0000000000..5609eefd2e --- /dev/null +++ b/domains/_vercel.your-domain.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "kdmbhushan", + "email": "bhushan.kadam2709@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=www.bhushan.is-a.dev,30ce7444a4fd92dda5ee", + "CNAME": "dadcfc954fda506d.vercel-dns-017.com." + } +} From d2e69816c700c9b3619537f6ce0f81c49cc0d42e Mon Sep 17 00:00:00 2001 From: Bhushan Kadam Date: Sun, 2 Aug 2026 20:03:09 +0530 Subject: [PATCH 3/5] Fix CNAME record in _vercel.your-domain.json --- domains/_vercel.your-domain.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/_vercel.your-domain.json b/domains/_vercel.your-domain.json index 5609eefd2e..ed44da01d1 100644 --- a/domains/_vercel.your-domain.json +++ b/domains/_vercel.your-domain.json @@ -4,7 +4,6 @@ "email": "bhushan.kadam2709@gmail.com" }, "records": { - "TXT": "vc-domain-verify=www.bhushan.is-a.dev,30ce7444a4fd92dda5ee", - "CNAME": "dadcfc954fda506d.vercel-dns-017.com." + "TXT": "vc-domain-verify=www.bhushan.is-a.dev,30ce7444a4fd92dda5ee" } } From 29b1c56e4543e6e9699e4c08f2de6338f7eef3e3 Mon Sep 17 00:00:00 2001 From: Bhushan Kadam Date: Sun, 2 Aug 2026 20:08:53 +0530 Subject: [PATCH 4/5] Delete domains/_vercel.your-domain.json --- domains/_vercel.your-domain.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 domains/_vercel.your-domain.json diff --git a/domains/_vercel.your-domain.json b/domains/_vercel.your-domain.json deleted file mode 100644 index ed44da01d1..0000000000 --- a/domains/_vercel.your-domain.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "kdmbhushan", - "email": "bhushan.kadam2709@gmail.com" - }, - "records": { - "TXT": "vc-domain-verify=www.bhushan.is-a.dev,30ce7444a4fd92dda5ee" - } -} From 67f7e864a75bfcd94c65aeb0e02600f7ec1c0363 Mon Sep 17 00:00:00 2001 From: Bhushan Kadam Date: Sun, 2 Aug 2026 20:09:28 +0530 Subject: [PATCH 5/5] Add Vercel domain configuration for bhushan --- domains/_vercel.bhushan.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.bhushan.json diff --git a/domains/_vercel.bhushan.json b/domains/_vercel.bhushan.json new file mode 100644 index 0000000000..ed44da01d1 --- /dev/null +++ b/domains/_vercel.bhushan.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "kdmbhushan", + "email": "bhushan.kadam2709@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=www.bhushan.is-a.dev,30ce7444a4fd92dda5ee" + } +}