From 5b01c96aee872d30f6946fa852f3cdcb4fe49a31 Mon Sep 17 00:00:00 2001 From: ItzArman09 <100463136+ItzArman09@users.noreply.github.com> Date: Thu, 28 Apr 2022 20:12:20 +0530 Subject: [PATCH] Create mail.arman.json --- domains/mail.arman.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 domains/mail.arman.json diff --git a/domains/mail.arman.json b/domains/mail.arman.json new file mode 100644 index 000000000..d1ce00384 --- /dev/null +++ b/domains/mail.arman.json @@ -0,0 +1,21 @@ +{ +"owner": { +"name": "arman", +"github": "ItzArman09", +"mail": "contact@mail.arman.is-a.dev" +}, +repo: "https://github.com/ItzArman09/mail.git", +"record": { + "A": [ + "185.199.108.153", + "185.199.109.153", + "185.199.110.153", + "185.199.111.153" + ], + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +}