From 9542c5623e5b6d40b5f16984c906cd6ab4aaeab8 Mon Sep 17 00:00:00 2001 From: Feroz723 <151424174+Feroz723@users.noreply.github.com> Date: Tue, 14 Jul 2026 18:27:21 +0530 Subject: [PATCH 1/2] Add whoknowsme.json with domain owner details --- domains/whoknowsme.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/whoknowsme.json diff --git a/domains/whoknowsme.json b/domains/whoknowsme.json new file mode 100644 index 00000000000..abecb98c55f --- /dev/null +++ b/domains/whoknowsme.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Feroz723", + "email": "fferoz112233@gmail.com" + }, + "records": { + "A": ["216.198.79.1"] + } +} From 0321456e3488bf0e2597ff03d753ed518e1faf53 Mon Sep 17 00:00:00 2001 From: Feroz723 <151424174+Feroz723@users.noreply.github.com> Date: Tue, 14 Jul 2026 18:27:59 +0530 Subject: [PATCH 2/2] Add Vercel domain verification JSON configuration --- domains/_vercel.whoknowsme.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.whoknowsme.json diff --git a/domains/_vercel.whoknowsme.json b/domains/_vercel.whoknowsme.json new file mode 100644 index 00000000000..2fc3f880980 --- /dev/null +++ b/domains/_vercel.whoknowsme.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Feroz723", + "email": "fferoz112233@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=whoknowsme.is-a.dev,c49909563528305373b9" + } +}