Create oreki.json (#32)

All records created, not too sure about MX records being correct. If you are suffereing issues contact me via contact@will-dev.live
This commit is contained in:
Oreki-Dev
2021-10-24 14:46:55 +01:00
committed by GitHub
parent 5afa2ff7fb
commit dc34fd3337
+18
View File
@@ -0,0 +1,18 @@
{
"description": "My Personal Website",
"repo": ""
"owner": {
"username": "Oreki-Dev",
"email": "oreki@oreki.gq"
},
"record": {
"A": [
"198.251.81.131"
],
"MX": [
"ns1.crystalcloud.xyz",
"ns2.crystalcloud.xyz"
],
"TXT": "v=spf1 a mx ip4:198.251.81.131 ~all"
}
}