From af0f6ea5792817baa26bf5af945b9aede307a389 Mon Sep 17 00:00:00 2001 From: Jeymen Date: Thu, 10 Aug 2023 12:19:38 +0300 Subject: [PATCH 1/3] feat(domain): jeymen.is-a.dev --- domains/jeymen.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/jeymen.json b/domains/jeymen.json index 9d6b6d25c..85cc54897 100644 --- a/domains/jeymen.json +++ b/domains/jeymen.json @@ -4,8 +4,6 @@ "email": "jeymen11@proton.me" }, "record": { - "A": ["185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153"], - - "MX": ["mx.zoho.eu", "mx2.zoho.eu", "mx3.zoho.eu"] + "TXT": "spf.improvmx.com" } } From 1bee5feccbf69f43614dba75a2d978add3ae7c98 Mon Sep 17 00:00:00 2001 From: Jeymen <109573368+Jeymen@users.noreply.github.com> Date: Thu, 10 Aug 2023 12:26:58 +0300 Subject: [PATCH 2/3] feat(jey): Update jeymen.json --- domains/jeymen.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/domains/jeymen.json b/domains/jeymen.json index 85cc54897..033d1e1d5 100644 --- a/domains/jeymen.json +++ b/domains/jeymen.json @@ -5,5 +5,20 @@ }, "record": { "TXT": "spf.improvmx.com" + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + + "MX": [ + "mx.zoho.eu", + "mx2.zoho.eu", + "mx3.zoho.eu", + "mx1.improvmx.com", + "mx2.improvmx.com" + ] + } } } From d742cb5c36bd6e8711cb2493a4e088de34340b03 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 10 Aug 2023 17:46:30 +0800 Subject: [PATCH 3/3] Update jeymen.json --- domains/jeymen.json | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/domains/jeymen.json b/domains/jeymen.json index 033d1e1d5..b42e8405d 100644 --- a/domains/jeymen.json +++ b/domains/jeymen.json @@ -4,21 +4,18 @@ "email": "jeymen11@proton.me" }, "record": { - "TXT": "spf.improvmx.com" - "A": [ + "A": [ "185.199.108.153", "185.199.109.153", "185.199.110.153", "185.199.111.153" ], - "MX": [ - "mx.zoho.eu", - "mx2.zoho.eu", - "mx3.zoho.eu", + "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" - ] - } + ], + + "TXT": "spf.improvmx.com" } }