From 9c91f057c4a4950b77dd470da9397fdfdefa2544 Mon Sep 17 00:00:00 2001 From: Narasima Pandiyan <35830653+NarasimaPandiyan@users.noreply.github.com> Date: Sun, 19 Jan 2025 04:07:25 +0530 Subject: [PATCH] Update narasima.json Is this right way for the github pages? --- domains/narasima.json | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/domains/narasima.json b/domains/narasima.json index 4c0d001ca..179c581b3 100644 --- a/domains/narasima.json +++ b/domains/narasima.json @@ -1,12 +1,23 @@ -{ - "owner": { - "username": "NarasimaPandiyan", - "email": "cs42059@gmail.com", - "discord": "gamingdoodle" - }, - "record": { - "CNAME": "NarasimaPandiyan.github.io", - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" - } + { + "owner": { + "username": "NarasimaPandiyan", + "email": "cs42059@gmail.com", + "discord": "gamingdoodle" + }, + "record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": [ + "v=spf1 include:spf.improvmx.com ~all" + ] + } } +