From 00933c763f6ddf70aeca8a961ebab8f297f3a391 Mon Sep 17 00:00:00 2001 From: Min_Mit <85121333+MinMitCoder@users.noreply.github.com> Date: Sun, 19 Sep 2021 10:53:09 +0200 Subject: [PATCH] Added subdomains files I'm using 2 subdomains because CNAME records cant go with MX records. --- domains/minmit.json | 11 +++++++++++ domains/minmitalso.json | 16 ++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 domains/minmit.json create mode 100644 domains/minmitalso.json diff --git a/domains/minmit.json b/domains/minmit.json new file mode 100644 index 000000000..08a61a78b --- /dev/null +++ b/domains/minmit.json @@ -0,0 +1,11 @@ +{ + "description": "My Personal Website", + "repo": "https://github.com/MinMitCoder", + "owner": { + "username": "MinMitCoder", + "email": "minmitgamer@gmail.com" + }, + "record": { + "CNAME": "minmit.pages.dev" + } +} \ No newline at end of file diff --git a/domains/minmitalso.json b/domains/minmitalso.json new file mode 100644 index 000000000..5cb5caec5 --- /dev/null +++ b/domains/minmitalso.json @@ -0,0 +1,16 @@ +{ + "description": "Mail For My Website", + "repo": "https://github.com/MinMitCoder", + "owner": { + "username": "MinMitCoder", + "email": "minmitgamer@gmail.com" + }, + "record": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +} \ No newline at end of file