From 7ee011fe4fab70d859459fd322b84446b801eaaf Mon Sep 17 00:00:00 2001 From: Aditya Yadav <90105839+icancodebeauty@users.noreply.github.com> Date: Sat, 27 Nov 2021 10:37:55 +0530 Subject: [PATCH] Update aditya.json Added MX Records, Removed CNAME Because It Doesn't Works With MX, Added A Records For GH Pages!. --- domains/aditya.json | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/domains/aditya.json b/domains/aditya.json index a251c1b4e..6db8e2a72 100644 --- a/domains/aditya.json +++ b/domains/aditya.json @@ -1,12 +1,21 @@ { - "description": "My Personal Landing Page!", - "repo": "https://github.com/icancodebeauty/aditya", - "owner": { - "username": "icancodebeauty", - "email": "admin@itsjava.ml", - "twitter": "" - }, - "record": { - "CNAME": "icancodebeauty.github.io" - } + "description": "My Personal Landing Page!", + "repo": "https://github.com/icancodebeauty/aditya", + "owner": { + "username": "icancodebeauty", + "email": "ishqaddy@gmail.com" + }, + "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" + } }