From 70635a89cf3f97ef63b0bf7b7aa3e159e7f920c6 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 27 Jun 2023 19:50:24 +0800 Subject: [PATCH] Update cattopytheweb.json --- domains/cattopytheweb.json | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/domains/cattopytheweb.json b/domains/cattopytheweb.json index 5d41a037a..b3d119421 100644 --- a/domains/cattopytheweb.json +++ b/domains/cattopytheweb.json @@ -6,12 +6,9 @@ "email": "", "discord": "cattopytheweb404" }, - "record": { - "TXT": "v=spf1 include:spf.improvmx.com ~all", - "URL": "cattopytheweb.github.io", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ] - } + "record": { + "URL": "https://cattopytheweb.github.io", + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } }