From fa9e3a76c128b2a0a3b7ad8f7fd72d01c1aaf80a Mon Sep 17 00:00:00 2001 From: MakeShiftArtist <47653736+MakeShiftArtist@users.noreply.github.com> Date: Mon, 11 Sep 2023 20:06:23 -0500 Subject: [PATCH] Update makeshiftartist.json Added MX records and updated TXT records --- domains/makeshiftartist.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/makeshiftartist.json b/domains/makeshiftartist.json index 54c193f1f..ddcf47993 100644 --- a/domains/makeshiftartist.json +++ b/domains/makeshiftartist.json @@ -5,7 +5,7 @@ }, "record": { "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "MX": ["mx1.improvmx.com.", "mx2.improvmx.com."], + "TXT": "v=spf1 a mx ip4:217.174.245.249 include:spf.improvmx.com ~all" } -} \ No newline at end of file +}