From 1df7f316e2c4a9d926ab31cf79c08821483645a9 Mon Sep 17 00:00:00 2001 From: The Heavy <187191859+theveryheavy@users.noreply.github.com> Date: Sat, 30 Nov 2024 18:39:52 +0100 Subject: [PATCH] Update theveryheavy.json --- domains/theveryheavy.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/domains/theveryheavy.json b/domains/theveryheavy.json index d58e8c777..8658936fe 100644 --- a/domains/theveryheavy.json +++ b/domains/theveryheavy.json @@ -6,7 +6,25 @@ }, "record": { - "CNAME": "theveryheavy.github.io" + "CNAME": "theveryheavy.github.io", + "MX": [ + { + "hostname": "theveryheavy.is-a.dev.", + "priority": 10, + "value": "mx1.improvmx.com." + }, + { + "hostname": "theveryheavy.is-a.dev.", + "priority": 20, + "value": "mx2.improvmx.com." + } + ], + "TXT": [ + { + "hostname": "theveryheavy.is-a.dev.", + "value": "v=spf1 include:spf.improvmx.com ~all" + } + ] } }