From c050fefdad2e82bf897a4df82d5410f70b2028b3 Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Thu, 23 Feb 2023 06:46:25 +0800 Subject: [PATCH] no NS as MX records --- domains/suki.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/domains/suki.json b/domains/suki.json index 9d499c866..d713f5638 100644 --- a/domains/suki.json +++ b/domains/suki.json @@ -6,13 +6,7 @@ "email": "sukimayoo@outlook.com" }, "record": { - "A": [ - "212.193.3.66" - ], - "MX": [ - "ns1.crystalcloud.xyz", - "ns2.crystalcloud.xyz" - ], + "A": ["212.193.3.66"], "TXT": "v=spf1 a mx ip4:212.193.3.66 ~all" } }