From 026627171eb5caab22f1d0eb9fc10f3c4afe191c Mon Sep 17 00:00:00 2001 From: EnderPoint <99650491+EnderPoint07@users.noreply.github.com> Date: Wed, 20 Dec 2023 17:10:11 +0530 Subject: [PATCH] Update mail.enderpoint.json --- domains/mail.enderpoint.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/domains/mail.enderpoint.json b/domains/mail.enderpoint.json index 8725e52e8..de563bac5 100644 --- a/domains/mail.enderpoint.json +++ b/domains/mail.enderpoint.json @@ -1,5 +1,5 @@ { - "description": "EnderPoint's dev site", + "description": "EnderPoint's mail", "owner": { "username": "EnderPoint07", "email": "", @@ -7,11 +7,7 @@ "instagram": "enderpoint07" }, "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" + "MX": ["mail.is-a.dev"], + "TXT": "v=spf1 mx a:mail.is-a.dev ~all" } }