From f985d7ee27017ad4fc768123bb086054ef38a3b6 Mon Sep 17 00:00:00 2001 From: Ibrahim Asif Date: Fri, 26 Jul 2024 18:53:59 +0530 Subject: [PATCH 1/3] Update satindar.json --- domains/satindar.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/satindar.json b/domains/satindar.json index b3be8e999..36d021e80 100644 --- a/domains/satindar.json +++ b/domains/satindar.json @@ -7,6 +7,11 @@ "twitter": "satindar31" }, "record": { - "CNAME": "satindar31.github.io" + "CNAME": "satindar31.github.io", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 1cd570c5d0bf4024c30ca78c9a52f75fc6b7ad0f Mon Sep 17 00:00:00 2001 From: Ibrahim Asif Date: Tue, 3 Sep 2024 15:33:59 +0530 Subject: [PATCH 2/3] Update satindar.json remove improvmx records --- domains/satindar.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/domains/satindar.json b/domains/satindar.json index 36d021e80..6c3d578f9 100644 --- a/domains/satindar.json +++ b/domains/satindar.json @@ -7,11 +7,6 @@ "twitter": "satindar31" }, "record": { - "CNAME": "satindar31.github.io", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "CNAME": "satindar31.github.io" } } From a874a379f7c86994129b612a5e9748364faddb1d Mon Sep 17 00:00:00 2001 From: Ibrahim Asif Date: Tue, 3 Sep 2024 15:40:31 +0530 Subject: [PATCH 3/3] Create mail.satindar.json --- domains/mail.satindar.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/mail.satindar.json diff --git a/domains/mail.satindar.json b/domains/mail.satindar.json new file mode 100644 index 000000000..e9198a650 --- /dev/null +++ b/domains/mail.satindar.json @@ -0,0 +1,14 @@ +{ + "description": "Mail for basic privacy", + "owner": { + "username": "satindar31", + "email": "satindar31@tutanota.com" + }, + "record": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +}