From 78d974ef0e6f5f839031c11fce706057977e6fa9 Mon Sep 17 00:00:00 2001 From: Maninder Sidhu <90073393+github4maninder@users.noreply.github.com> Date: Wed, 12 Jan 2022 23:27:42 -0500 Subject: [PATCH] Create maninder.json Add MX Records and more user info, Reviewer, Please See That All Things Are Right!! :) --- domains/maninder.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 domains/maninder.json diff --git a/domains/maninder.json b/domains/maninder.json new file mode 100644 index 000000000..970cb9b2b --- /dev/null +++ b/domains/maninder.json @@ -0,0 +1,21 @@ +{ + "description": "My Github Page!", + "repo": "https://github.com/github4maninder", + "owner": { + "username": "github4maninder", + "email": "iamgoat@tutanota.com", + }, + "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" + } +}