From 1282d7cf66f9e694c922ec82a7869f2f69d0f348 Mon Sep 17 00:00:00 2001 From: Vee <110226580+Vibred@users.noreply.github.com> Date: Sat, 20 Apr 2024 19:42:13 +0800 Subject: [PATCH 1/7] Create post.json --- domains/post.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/post.json diff --git a/domains/post.json b/domains/post.json new file mode 100644 index 000000000..e6e09fc4c --- /dev/null +++ b/domains/post.json @@ -0,0 +1,11 @@ +{ + "owner": { + "email": "vibred@att.net" + }, + "record": { + "TXT": "verification-code-site-App_lark=HBuHgbKczItwYdsgJHDZ" + "TXT": "v=spf1 +include:spf.onlarksuite.com -all" + "MX": ["mx1.larksuite.com","mx2.larksuite.com","mx3.larksuite.com"] + } + +} From 3d489e3ee6317a241df3694ae027355264e3f9eb Mon Sep 17 00:00:00 2001 From: Vee <110226580+Vibred@users.noreply.github.com> Date: Sat, 20 Apr 2024 20:24:09 +0800 Subject: [PATCH 2/7] Update post.json --- domains/post.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/post.json b/domains/post.json index e6e09fc4c..f854952a6 100644 --- a/domains/post.json +++ b/domains/post.json @@ -1,5 +1,6 @@ { "owner": { + "username": "vibred", "email": "vibred@att.net" }, "record": { From b053fed2bd21e1319cbd2919bb394ce515cc7359 Mon Sep 17 00:00:00 2001 From: Vee <110226580+Vibred@users.noreply.github.com> Date: Sat, 20 Apr 2024 20:28:05 +0800 Subject: [PATCH 3/7] Update post.json fix a mistake --- domains/post.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/domains/post.json b/domains/post.json index f854952a6..0763d2d1c 100644 --- a/domains/post.json +++ b/domains/post.json @@ -4,9 +4,10 @@ "email": "vibred@att.net" }, "record": { - "TXT": "verification-code-site-App_lark=HBuHgbKczItwYdsgJHDZ" - "TXT": "v=spf1 +include:spf.onlarksuite.com -all" - "MX": ["mx1.larksuite.com","mx2.larksuite.com","mx3.larksuite.com"] - } - + "TXT": [ + "verification-code-site-App_lark=HBuHgbKczItwYdsgJHDZ", + "v=spf1 +include:spf.onlarksuite.com -all" + ], + "MX": ["mx1.larksuite.com", "mx2.larksuite.com", "mx3.larksuite.com"] + } } From dce041275bb8c34f9f5ccf0c30e2271806961d16 Mon Sep 17 00:00:00 2001 From: Vee <110226580+Vibred@users.noreply.github.com> Date: Sun, 21 Apr 2024 11:40:58 +0800 Subject: [PATCH 4/7] Register mymail.is-a.dev --- domains/mymail.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/mymail.json diff --git a/domains/mymail.json b/domains/mymail.json new file mode 100644 index 000000000..e614b4561 --- /dev/null +++ b/domains/mymail.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "Vibred", + "email": "vibred@pm.me", + "discord": "1169947990551699568" + }, + + "record": { + "TXT": "verification-code-site-app_lark=c94xuulzjilzjmjbfepl" + } + } + \ No newline at end of file From b069dfebe1b8401e3d0624b8de2fe9595ccf1c3d Mon Sep 17 00:00:00 2001 From: Vee <110226580+Vibred@users.noreply.github.com> Date: Sun, 21 Apr 2024 11:46:49 +0800 Subject: [PATCH 5/7] Update mymail.json Fixed --- domains/mymail.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/mymail.json b/domains/mymail.json index e614b4561..89ff9f33c 100644 --- a/domains/mymail.json +++ b/domains/mymail.json @@ -2,11 +2,11 @@ "owner": { "username": "Vibred", "email": "vibred@pm.me", - "discord": "1169947990551699568" }, "record": { - "TXT": "verification-code-site-app_lark=c94xuulzjilzjmjbfepl" + "TXT": [ "verification-code-site-app_lark=c94xuulzjilzjmjbfepl","v=spf1 +include:spf.onlarksuite.com -all"], + "MX" : ["mx1.larksuite.com","mx1.larksuite.com","mx1.larksuite.com"] } } - \ No newline at end of file + From 924cccf74f331fd29d7fe05f0f6db48c33398b20 Mon Sep 17 00:00:00 2001 From: Vee <110226580+Vibred@users.noreply.github.com> Date: Sun, 21 Apr 2024 11:48:53 +0800 Subject: [PATCH 6/7] Update mymail.json fix --- domains/mymail.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/mymail.json b/domains/mymail.json index 89ff9f33c..10013535c 100644 --- a/domains/mymail.json +++ b/domains/mymail.json @@ -6,7 +6,7 @@ "record": { "TXT": [ "verification-code-site-app_lark=c94xuulzjilzjmjbfepl","v=spf1 +include:spf.onlarksuite.com -all"], - "MX" : ["mx1.larksuite.com","mx1.larksuite.com","mx1.larksuite.com"] + "MX" : ["mx1.larksuite.com","mx2.larksuite.com","mx3.larksuite.com"] } } 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 7/7] 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" + ] } - +}