Added subdomains files

I'm using 2 subdomains because CNAME records cant go with MX records.
This commit is contained in:
Min_Mit
2021-09-19 10:53:09 +02:00
parent 302d2756bc
commit 00933c763f
2 changed files with 27 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"description": "My Personal Website",
"repo": "https://github.com/MinMitCoder",
"owner": {
"username": "MinMitCoder",
"email": "minmitgamer@gmail.com"
},
"record": {
"CNAME": "minmit.pages.dev"
}
}
+16
View File
@@ -0,0 +1,16 @@
{
"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"
}
}