diff --git a/domains/max.json b/domains/max.json index de92d36fb..7b91d11b0 100644 --- a/domains/max.json +++ b/domains/max.json @@ -1,12 +1,14 @@ - - { - "owner": { - "username": "mdsmax", - "email": "maxguilham@protonmail.com" - }, - - "record": { - "CNAME": "00d4ebe1-549c-4de6-80ba-0d2a603d0388.id.repl.co" - } - } - +{ + "owner": { + "username": "mdsmax", + "email": "maxguilham@protonmail.com" + }, + "record": { + "A": ["34.149.204.188"], + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +}