From 42d6fddae7771d226414cb83d10601f00280fdc4 Mon Sep 17 00:00:00 2001 From: Tachibana Shin Date: Sat, 11 Feb 2023 22:00:13 +0700 Subject: [PATCH] shin.json: change record MX and TXT change service fordward email from `improvmx` to `forwardemail` --- domains/shin.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/shin.json b/domains/shin.json index 3f19584be..82adcc92d 100644 --- a/domains/shin.json +++ b/domains/shin.json @@ -14,9 +14,9 @@ "185.199.111.153" ], "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" + "mx1.forwardemail.net", + "mx2.forwardemail.net" ], - "TXT": "v=spf1 include:spf.improvmx.com ~all" + "TXT": "forward-email=tachibshin@duck.com" } }