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" + } + ] } }