From c3c8ea65e77d55b189fd06088c31426846d3a9b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20H=E1=BB=93ng=20S=C6=A1n?= <81855366+crischutu07@users.noreply.github.com> Date: Mon, 6 May 2024 10:03:53 +0700 Subject: [PATCH] Update crischutu07.json Add Mail Forwarding "ImprovMX" --- domains/crischutu07.json | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/domains/crischutu07.json b/domains/crischutu07.json index e8c470035..3a63c4185 100644 --- a/domains/crischutu07.json +++ b/domains/crischutu07.json @@ -1,9 +1,14 @@ { - "owner": { - "username": "crischutu07", - "email": "sondolavnxbox.omlet@gmail.com" - }, - "record": { - "CNAME": "crischutu07.github.io" - } + "owner": { + "username": "crischutu07", + "email": "sondolavnxbox.omlet@gmail.com" + }, + "record": { + "CNAME": "crischutu07.github.io", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } }