From 7361a29bd3c81dfd372f1663bc9ebe29fb816793 Mon Sep 17 00:00:00 2001 From: Clyron <30957824+theclyron@users.noreply.github.com> Date: Fri, 6 Sep 2024 22:41:00 +0300 Subject: [PATCH] Add files via upload --- domains/mail.clyron.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/mail.clyron.json diff --git a/domains/mail.clyron.json b/domains/mail.clyron.json new file mode 100644 index 000000000..ff25f398f --- /dev/null +++ b/domains/mail.clyron.json @@ -0,0 +1,13 @@ +{ + "owner": { + "username": "theclyron", + "email": "onenonlyclyron@gmail.com" + }, + "record": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +}