From 4ad45d69b59bdbe09d0e0e1c70cb640adc02c76f Mon Sep 17 00:00:00 2001 From: not <105176207+iakzs@users.noreply.github.com> Date: Thu, 30 Mar 2023 08:43:43 -0300 Subject: [PATCH 1/2] Update iakzs.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For the improvmx’s SPF --- domains/iakzs.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/domains/iakzs.json b/domains/iakzs.json index f0cad22d8..98b68f760 100644 --- a/domains/iakzs.json +++ b/domains/iakzs.json @@ -16,5 +16,11 @@ "mx1.improvmx.com", "mx2.improvmx.com" ] + { + "record": { + "TXT": "v=spf1 include:spf.improvmx.com ~allCOPY" + } +} + } } From cc9310050e8156a255d0f233215dd6ead32c8e85 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Fri, 31 Mar 2023 07:28:25 +0800 Subject: [PATCH 2/2] Update iakzs.json --- domains/iakzs.json | 40 ++++++++++++++++------------------------ 1 file changed, 16 insertions(+), 24 deletions(-) diff --git a/domains/iakzs.json b/domains/iakzs.json index 98b68f760..229cb8381 100644 --- a/domains/iakzs.json +++ b/domains/iakzs.json @@ -1,26 +1,18 @@ { - "description": "iakzs.is-a.dev", - "repo": "https://github.com/iakzs/iakzs.github.io", - "owner": { - "username": "iakzs", - "email": "iakzs@protonmail.com" - }, - "record": { - "A": [ - "185.199.109.153", - "185.199.110.153", - "185.199.111.153", - "185.199.108.153" - ], - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ] - { - "record": { - "TXT": "v=spf1 include:spf.improvmx.com ~allCOPY" - } -} - - } + "description": "iakzs.is-a.dev", + "repo": "https://github.com/iakzs/iakzs.github.io", + "owner": { + "username": "iakzs", + "email": "iakzs@protonmail.com" + }, + "record": { + "A": [ + "185.199.109.153", + "185.199.110.153", + "185.199.111.153", + "185.199.108.153" + ], + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~allCOPY" + } }