Merge pull request #15107 from Satindar31/main

Add MX and TXT records for mail.satindar.json
This commit is contained in:
orangc
2024-09-04 13:17:18 +03:00
committed by GitHub
2 changed files with 15 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"description": "Mail for basic privacy",
"owner": {
"username": "satindar31",
"email": "satindar31@tutanota.com"
},
"record": {
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
+1 -1
View File
@@ -7,6 +7,6 @@
"twitter": "satindar31"
},
"record": {
"CNAME": "satindar31.github.io"
"CNAME": "satindar31.github.io"
}
}