From 0116c88875779cf267ba5393eac1d14bc2216779 Mon Sep 17 00:00:00 2001 From: Shashank Shekhar <106657796+ss-29@users.noreply.github.com> Date: Mon, 25 Dec 2023 03:05:53 +0530 Subject: [PATCH] adding CNAME to shashank.json --- domains/shashank.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/domains/shashank.json b/domains/shashank.json index 024bcd73a..8e6bc1f1e 100644 --- a/domains/shashank.json +++ b/domains/shashank.json @@ -1,12 +1,12 @@ { + "description": "Shashank's Github Page", + "repo": "https://github.com/ss-29/ss-29.github.io", "owner": { "username": "ss-29", - "email": "shekhar2906@outlook.com" + "email": "shekhar2906@outlook.com", + "twitter": "shashankxdev" }, "record": { - "A": ["217.174.245.249"], - "AAAA": ["2a00:da00:1800:83a4::1"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "CNAME": "ss-29.github.io" } -} \ No newline at end of file +}