From a330f2d84ff6971c02f9ef6140a6b6eb5aebdadf Mon Sep 17 00:00:00 2001 From: Lver <196835305+lverx@users.noreply.github.com> Date: Mon, 3 Mar 2025 06:42:39 -0500 Subject: [PATCH 1/6] Add SPF to record --- domains/mail.lver.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/mail.lver.json b/domains/mail.lver.json index f3fee13f6..fb294820b 100644 --- a/domains/mail.lver.json +++ b/domains/mail.lver.json @@ -8,6 +8,8 @@ "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" - ] + ] + }, + "TXT": "v=spf1 include:spf.improvmx.com ~all" } } From 4ccc85c0be496236448be203d3eb4a3fe75671e0 Mon Sep 17 00:00:00 2001 From: Lver <196835305+lverx@users.noreply.github.com> Date: Tue, 4 Mar 2025 09:14:19 -0500 Subject: [PATCH 2/6] Create link-to.lver.json --- domains/link-to.lver.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/link-to.lver.json diff --git a/domains/link-to.lver.json b/domains/link-to.lver.json new file mode 100644 index 000000000..c7b378dda --- /dev/null +++ b/domains/link-to.lver.json @@ -0,0 +1,11 @@ +{ + "github": "https://github.com/lverx", + "owner": { + "username": "lverx", + "email": "profoundlvr@gmail.com" + }, + "record": { + "A": ["52.72.49.79"] + }, + "proxied": true +} \ No newline at end of file From 828b8b4e23f788f4e4040f2ed1160682c035a9e5 Mon Sep 17 00:00:00 2001 From: Lver <196835305+lverx@users.noreply.github.com> Date: Tue, 4 Mar 2025 12:12:15 -0500 Subject: [PATCH 3/6] Update mail.lver.json --- domains/mail.lver.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/domains/mail.lver.json b/domains/mail.lver.json index fb294820b..b0e64b735 100644 --- a/domains/mail.lver.json +++ b/domains/mail.lver.json @@ -5,11 +5,6 @@ "email": "profoundlvr@gmail.com" }, "record": { - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ] - }, - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "TXT": " zoho-verification=zb98323889.zmverify.zoho.com" } } From 71ef617bc97e60be6b81132bdd33e453d44aeaaf Mon Sep 17 00:00:00 2001 From: Lver <196835305+lverx@users.noreply.github.com> Date: Tue, 4 Mar 2025 18:53:28 -0500 Subject: [PATCH 4/6] Update mail.lver.json --- domains/mail.lver.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mail.lver.json b/domains/mail.lver.json index b0e64b735..14465d83b 100644 --- a/domains/mail.lver.json +++ b/domains/mail.lver.json @@ -5,6 +5,6 @@ "email": "profoundlvr@gmail.com" }, "record": { - "TXT": " zoho-verification=zb98323889.zmverify.zoho.com" + "TXT": "zoho-verification=zb43169475.zmverify.zoho.com" } } From 7aa13a28fef4974d0c3e5ce9b3b36946857ebc3a Mon Sep 17 00:00:00 2001 From: Lver <196835305+lverx@users.noreply.github.com> Date: Wed, 5 Mar 2025 11:21:44 -0500 Subject: [PATCH 5/6] Update mail.lver.json --- domains/mail.lver.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/mail.lver.json b/domains/mail.lver.json index 14465d83b..3998a2170 100644 --- a/domains/mail.lver.json +++ b/domains/mail.lver.json @@ -6,5 +6,10 @@ }, "record": { "TXT": "zoho-verification=zb43169475.zmverify.zoho.com" - } + }, + "MX": [ + "mx.zoho.com", + "mx2.zoho.com", + "mx3.zoho.com" + ] } From 63324abe1df590b2196d79c76e5e7132e3da8fb3 Mon Sep 17 00:00:00 2001 From: 21Z <21z95@proton.me> Date: Wed, 5 Mar 2025 21:40:26 +0400 Subject: [PATCH 6/6] fix --- domains/mail.lver.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/domains/mail.lver.json b/domains/mail.lver.json index 3998a2170..0b110e3c6 100644 --- a/domains/mail.lver.json +++ b/domains/mail.lver.json @@ -5,11 +5,14 @@ "email": "profoundlvr@gmail.com" }, "record": { - "TXT": "zoho-verification=zb43169475.zmverify.zoho.com" - }, + "TXT": [ + "zoho-verification=zb43169475.zmverify.zoho.com", + "v=spf1 include:zohomail.com ~all" + ], "MX": [ "mx.zoho.com", "mx2.zoho.com", "mx3.zoho.com" ] } +}