From 2b703180114ae1ee8b2a7ff5dc2584dacd0f6f90 Mon Sep 17 00:00:00 2001 From: L Lawliet <114310783+l6174@users.noreply.github.com> Date: Fri, 3 Feb 2023 04:38:50 +0530 Subject: [PATCH] Added mail.l6174.is-a.dev subdomain --- domains/mail.l6174.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/mail.l6174.json diff --git a/domains/mail.l6174.json b/domains/mail.l6174.json new file mode 100644 index 000000000..99b9b7b79 --- /dev/null +++ b/domains/mail.l6174.json @@ -0,0 +1,11 @@ +{ + "description": "My Email Forwarding Domain.", + "owner": { + "username": "l6174", + "email": "l.lawliet6174@gmail.com" + }, + "record": { + "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +}