Create mail.aditya.json

This commit is contained in:
Aditya Yadav
2022-03-08 20:46:20 +05:30
committed by GitHub
parent f400a7d222
commit 478268ba3c
+22
View File
@@ -0,0 +1,22 @@
{
"description": "A Subdomain For Mails!!",
"repo": "https://github.com/icancodebeauty/mail",
"owner": {
"username": "icancodebeauty",
"email": "ishqaddy@gmail.com",
"twitter": "CodeWithAadi"
},
"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"
}
}