From 9e561106f1a4b683b08544ea09ef7084b5a4794e Mon Sep 17 00:00:00 2001 From: Stef_DP Date: Sun, 22 Oct 2023 23:15:36 +0200 Subject: [PATCH] Create mail.stefdp.json --- domains/mail.stefdp.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/mail.stefdp.json diff --git a/domains/mail.stefdp.json b/domains/mail.stefdp.json new file mode 100644 index 000000000..b3669d4b7 --- /dev/null +++ b/domains/mail.stefdp.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Stef-00012", + "email": "stefano.delprete.08@gmail.com", + "twitter": "Stef_Del_Prete" + }, + "record": { + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +}