From 225ba968ee2153d7bbd1c71576a398d2444a0b36 Mon Sep 17 00:00:00 2001 From: Godwhitelight <73111474+Godwhitelight@users.noreply.github.com> Date: Thu, 23 May 2024 06:23:05 +0300 Subject: [PATCH] Create fma.json --- domains/fma.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/fma.json diff --git a/domains/fma.json b/domains/fma.json new file mode 100644 index 000000000..0e1da10e2 --- /dev/null +++ b/domains/fma.json @@ -0,0 +1,10 @@ +{ + "description": "FMA's main domain", + "owner": { + "username": "FMA", + "email": "eggnogh@gmail.com" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" } +}