From b7f8e33187bf36567ca23e7734fbbd95c7d74d43 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 2 Jan 2023 02:19:16 +0900 Subject: [PATCH] fix iCloud Mail TXT Record --- src/technologies/a.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies/a.json b/src/technologies/a.json index dc787a1ee..1035ad6a2 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -3362,7 +3362,7 @@ ], "TXT": [ "apple-domain", - "v=spf1 redirect=icloud.com" + "redirect=icloud\\.com" ] }, "icon": "Apple.svg", @@ -4716,4 +4716,4 @@ "scriptSrc": "@tarekraafat/autocomplete\\.js@([\\d\\.]+)/\\;version:\\1", "website": "https://tarekraafat.github.io/autoComplete.js" } -} \ No newline at end of file +}