From 8c4e014c6557f4b8b06cf396deb91ca446861d8b Mon Sep 17 00:00:00 2001 From: Vee <110226580+Vibred@users.noreply.github.com> Date: Sun, 21 Apr 2024 11:50:11 +0800 Subject: [PATCH] Update mymail.json --- domains/mymail.json | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/domains/mymail.json b/domains/mymail.json index 10013535c..2e8b472b8 100644 --- a/domains/mymail.json +++ b/domains/mymail.json @@ -1,12 +1,17 @@ { - "owner": { - "username": "Vibred", - "email": "vibred@pm.me", - }, - - "record": { - "TXT": [ "verification-code-site-app_lark=c94xuulzjilzjmjbfepl","v=spf1 +include:spf.onlarksuite.com -all"], - "MX" : ["mx1.larksuite.com","mx2.larksuite.com","mx3.larksuite.com"] - } + "owner": { + "username": "Vibred", + "email": "vibred@pm.me" + }, + "record": { + "TXT": [ + "verification-code-site-app_lark=c94xuulzjilzjmjbfepl", + "v=spf1 +include:spf.onlarksuite.com -all" + ], + "MX": [ + "mx1.larksuite.com", + "mx2.larksuite.com", + "mx3.larksuite.com" + ] } - +}