From 4ab5e454a8eac3a400d4c8aa44bbd397f00611b5 Mon Sep 17 00:00:00 2001 From: Goutam Kumar <101377369+MatrixCoder0101@users.noreply.github.com> Date: Fri, 13 Oct 2023 07:57:50 +0530 Subject: [PATCH] Update matrixcoder.json --- domains/matrixcoder.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/domains/matrixcoder.json b/domains/matrixcoder.json index 9d19c61a0..46b8be533 100644 --- a/domains/matrixcoder.json +++ b/domains/matrixcoder.json @@ -1,14 +1,16 @@ { + "description": "For my Personal Portfolio.", + "repo": "https://github.com/MatrixCoder0101/MatrixCoder0101.github.io", "owner": { "username": "MatrixCoder0101", "email": "tkgoutamm625@gmail.com" }, "record": { - "A": ["217.174.245.249"], + "CNAME": "matrixcoder0101.github.io" "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" ], - "TXT": "v=spf1 a mx ip4:217.174.245.249 include:spf.improvmx.com ~all" + "TXT": "v=spf1 include:spf.improvmx.com ~all" } -} \ No newline at end of file +}