From 6cb0d03d104b266a2f4c2ef4790dfd8a74a23b00 Mon Sep 17 00:00:00 2001 From: Will Clarke Date: Tue, 31 May 2022 23:38:45 +0100 Subject: [PATCH] feat: purge mail and amend json Remove email forwarding records. --- sub-logs/crisis-bot.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/sub-logs/crisis-bot.json b/sub-logs/crisis-bot.json index e4becef..e16a89e 100644 --- a/sub-logs/crisis-bot.json +++ b/sub-logs/crisis-bot.json @@ -2,14 +2,10 @@ "repo": "https://github.com/boolean44-repos/Register-1/", "owner": { "username": "boolean44-repos", - "email": "riley@mail.boolean44.is-a.dev, + "email": "riley@mail.boolean44.is-a.dev" }, "target": { - "CNAME": "https://crisis-bot.netlify.app/", - }, - "improvmx": { - "mx": "mx1.improvmx.com", "mx2.improvmx.com", - "txt": "v=spf1 include:spf.improvmx.com ~all" + "CNAME": "https://crisis-bot.netlify.app/" } }