diff --git a/domains/acey.json b/domains/acey.json index 529e805ba..39b36cb1a 100644 --- a/domains/acey.json +++ b/domains/acey.json @@ -1,12 +1,9 @@ { - "repo": "https://github.com/AceyDoCodes", - "description": "Email ;-;", "owner": { "username": "AceyDoCodes", "email": "aceygoesboom@gmail.com" }, "record": { - "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "URL": "https://github.com/AceyDoCodes" } } diff --git a/domains/mail.acey.json b/domains/mail.acey.json new file mode 100644 index 000000000..aea7771d4 --- /dev/null +++ b/domains/mail.acey.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "AceyDoCodes", + "email": "aceygoesboom@gmail.com" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +}