From 013bc6db9eb0e41d79fc8182e6c0cdcfc648992f Mon Sep 17 00:00:00 2001 From: HaftIsntHere <121361545+HaftIsntHere@users.noreply.github.com> Date: Sat, 25 Jan 2025 14:58:35 +0200 Subject: [PATCH] Create ft.json --- domains/ft.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 domains/ft.json diff --git a/domains/ft.json b/domains/ft.json new file mode 100644 index 000000000..ee77c03a6 --- /dev/null +++ b/domains/ft.json @@ -0,0 +1,16 @@ +{ + "description": "For the email address h@ft.is-a.dev", + "repo": "https://github.com/HaftIsntHere/is-a.dev/", + "owner": { + "username": "HaftIsntHere", + "email": "haftthedev@gmail.com" + }, + "record": { + "MX": [ + "mx01.mail.icloud.com.", + "mx02.mail.icloud.com.", + ], + "TXT": ["apple-domain=MpJJp8aekdLZ5ynT", "v=spf1 include:icloud.com ~all"], + "CNAME": "sig1.dkim.ft.is-a.dev.at.icloudmailadmin.com." + } +}