From a637fb9baf43a1c3cf9c6f5fcd1a14b337c1abaa Mon Sep 17 00:00:00 2001 From: WDH-2 <115670568+WDH-2@users.noreply.github.com> Date: Fri, 26 May 2023 18:48:04 +0800 Subject: [PATCH] fix: record should be array --- domains/suki.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/suki.json b/domains/suki.json index 69545f88d..226c71c4f 100644 --- a/domains/suki.json +++ b/domains/suki.json @@ -8,6 +8,6 @@ "record": { "A": ["212.193.3.66"], "TXT": "v=spf1 a mx ip4:212.193.3.66 ~all", - "MX": "panel.crystalcloud.xyz" + "MX": ["panel.crystalcloud.xyz"] } }