diff --git a/domains/zplusfour.json b/domains/zplusfour.json index 5b5936305..8bef0a33a 100644 --- a/domains/zplusfour.json +++ b/domains/zplusfour.json @@ -1,11 +1,12 @@ { - "description": "zplusfour's personal developer website", - "repo": "https://github.com/zplusfour", - "owner": { - "username": "zplusfour", - "email": "zgjoniur@gmail.com" - }, - "record": { - "CNAME": "zplusfour.repl.co" - } + "owner": { + "username": "zplusfour", + "email": "zgjoniur@gmail.com", + "discord": "zplusfour#0001" + }, + + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } }