From 521cecf5d55995ee54da6341f43ff0d2dbc344e0 Mon Sep 17 00:00:00 2001 From: SamDev7 <66446458+SamDev-7@users.noreply.github.com> Date: Sun, 5 Jun 2022 21:43:37 -0400 Subject: [PATCH] Add ImprovMX --- domains/saml.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/domains/saml.json b/domains/saml.json index c4f95f174..161c827ff 100644 --- a/domains/saml.json +++ b/domains/saml.json @@ -7,6 +7,16 @@ "discord": "SamDev7#1767" }, "record": { - "CNAME": "samdev-7.github.io" + "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" } }