Create vanillia.json

This commit is contained in:
caffein3
2023-02-18 20:59:46 +05:30
committed by GitHub
parent 633ba12b86
commit cdaca761eb
+15
View File
@@ -0,0 +1,15 @@
{
"description": "Describe the use of this subdomain",
"owner": {
"username": "sketched@disroot.org",
"email": "sketched@disroot.org",
"discord": "sketched#1613"
"note": "Mail server priority must be the lowest allowed."
},
"record": {
"MX": [
"mail.postale.io"
],
"TXT": "v=spf1 mx ~all"
}
}