From 350e12c51b833ecc3a123f6cc0997649df2ba551 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 12 Sep 2023 09:19:00 +0800 Subject: [PATCH] Update gurubhai.json --- domains/gurubhai.json | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/domains/gurubhai.json b/domains/gurubhai.json index ebec74778..95639cd76 100644 --- a/domains/gurubhai.json +++ b/domains/gurubhai.json @@ -6,22 +6,9 @@ "record": { "A": ["217.174.245.249"], "MX": [ - { - "host": "@", - "value": "mx1.improvmx.com", - "priority": 10 - }, - { - "host": "@", - "value": "mx2.improvmx.com", - "priority": 20 - } + "mx1.improvmx.com", + "mx2.improvmx.com", ], - "TXT": [ - { - "host": "@", - "value": "v=spf1 a mx ip4:217.174.245.249 include:spf.improvmx.com ~all" - } - ] + "TXT": "v=spf1 a mx ip4:217.174.245.249 include:spf.improvmx.com ~all" } }