From 972857e4354833a9931db63bbbab79918d5d6dca Mon Sep 17 00:00:00 2001 From: Bandu Mulla Date: Sun, 2 Mar 2025 13:07:34 +0530 Subject: [PATCH] Add bandu.json configuration for domain ownership and CNAME record --- domains/bandu.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/bandu.json diff --git a/domains/bandu.json b/domains/bandu.json new file mode 100644 index 000000000..b0cd2619a --- /dev/null +++ b/domains/bandu.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "bmulla7", + "email": "bmulla7@gmail.com" + }, + "record": { + "CNAME": "bandu.pages.dev" + } +}