Update and rename jj.json to jj-emails.json

This commit is contained in:
Jay Jackson
2021-09-06 20:08:40 -04:00
committed by GitHub
parent 74c46856f2
commit 4adc1cdad5
2 changed files with 14 additions and 24 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"description": "Jay Jackson's emails",
"owner": {
"username": "TheBotlyNoob",
"email": "TheBotlyNoob@gmail.com"
},
"record": {
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
-24
View File
@@ -1,24 +0,0 @@
{
"description": "TheBotlyNoob's development website",
"repo": "https://github.com/TheBotlyNoob/TheBotlyNoob.github.io",
"owner": {
"username": "TheBotlyNoob",
"email": "TheBotlyNoob@gmail.com"
},
"record": {
"URL": "https://j-j.vercel.app",
"MX": [
{
"priority": 10,
"value": "mx1.improvmx.com."
},
{
"priority": 20,
"value": "mx2.improvmx.com."
}
],
"TXT": [
"v=spf1 include:spf.improvmx.com ~all"
]
}
}