From daa21ad73042c7d0dac3e7b16a5c78422b24a394 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 6 Sep 2021 16:24:47 +0530 Subject: [PATCH] domains: adds akshay-n for email --- domains/akshay-n.json | 15 +++++++++++++++ domains/akshay.json | 6 +----- 2 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 domains/akshay-n.json diff --git a/domains/akshay-n.json b/domains/akshay-n.json new file mode 100644 index 000000000..2ee16bbb6 --- /dev/null +++ b/domains/akshay-n.json @@ -0,0 +1,15 @@ +{ + "description": "Akshay's portfolio website and blog", + "repo": "https://github.com/phenax/phenax.github.io", + "owner": { + "username": "phenax", + "email": "phenax5@gmail.com" + }, + "record": { + "TXT": "v=spf1 include:spf.improvmx.com ~all", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ] + } +} diff --git a/domains/akshay.json b/domains/akshay.json index 33bc64562..ff8803950 100644 --- a/domains/akshay.json +++ b/domains/akshay.json @@ -6,10 +6,6 @@ "email": "phenax5@gmail.com" }, "record": { - "CNAME": "phenax.github.io", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ] + "CNAME": "phenax.github.io" } }