From 853adc56006ed90743161e9a92907038d423b9b0 Mon Sep 17 00:00:00 2001 From: L Lawliet <114310783+l6174@users.noreply.github.com> Date: Fri, 3 Feb 2023 00:55:27 +0530 Subject: [PATCH 1/3] Added MX and TXT Record for Email --- domains/l6174.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/l6174.json b/domains/l6174.json index e8444b7a1..349e2ba0c 100644 --- a/domains/l6174.json +++ b/domains/l6174.json @@ -6,6 +6,8 @@ "email": "l.lawliet6174@gmail.com" }, "record": { - "CNAME": "l6174.github.io" + "CNAME": "l6174.github.io", + "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From d94fcb3ff372fc2aa5bf18028433ee6137d99367 Mon Sep 17 00:00:00 2001 From: L Lawliet <114310783+l6174@users.noreply.github.com> Date: Fri, 3 Feb 2023 04:35:38 +0530 Subject: [PATCH 2/3] Update l6174.json --- domains/l6174.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/l6174.json b/domains/l6174.json index 349e2ba0c..e8444b7a1 100644 --- a/domains/l6174.json +++ b/domains/l6174.json @@ -6,8 +6,6 @@ "email": "l.lawliet6174@gmail.com" }, "record": { - "CNAME": "l6174.github.io", - "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "CNAME": "l6174.github.io" } } From 2b703180114ae1ee8b2a7ff5dc2584dacd0f6f90 Mon Sep 17 00:00:00 2001 From: L Lawliet <114310783+l6174@users.noreply.github.com> Date: Fri, 3 Feb 2023 04:38:50 +0530 Subject: [PATCH 3/3] Added mail.l6174.is-a.dev subdomain --- domains/mail.l6174.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/mail.l6174.json diff --git a/domains/mail.l6174.json b/domains/mail.l6174.json new file mode 100644 index 000000000..99b9b7b79 --- /dev/null +++ b/domains/mail.l6174.json @@ -0,0 +1,11 @@ +{ + "description": "My Email Forwarding Domain.", + "owner": { + "username": "l6174", + "email": "l.lawliet6174@gmail.com" + }, + "record": { + "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +}