From 97bcb2b6f2419d453d7c768e95d1a4425f0d8f8d Mon Sep 17 00:00:00 2001 From: AndreasFxPro <47606652+AndreasFxPro@users.noreply.github.com> Date: Sat, 8 Jun 2024 17:50:16 +0300 Subject: [PATCH] Create afp.json --- domains/afp.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 domains/afp.json diff --git a/domains/afp.json b/domains/afp.json new file mode 100644 index 000000000..cf6895572 --- /dev/null +++ b/domains/afp.json @@ -0,0 +1,16 @@ +{ + "owner": { + "username": "AndreasFxPro", + "email:" "", + "discord": "423906482904629268" + }, + "record": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": [ + "v=spf1 include:spf.improvmx.com ~all" + ] + } +}