Files
is-a-dev/domains/minmitalso.json
T
Min_Mit 00933c763f Added subdomains files
I'm using 2 subdomains because CNAME records cant go with MX records.
2021-09-19 10:53:09 +02:00

16 lines
364 B
JSON

{
"description": "Mail For My Website",
"repo": "https://github.com/MinMitCoder",
"owner": {
"username": "MinMitCoder",
"email": "minmitgamer@gmail.com"
},
"record": {
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}