Merge pull request #9523 from MrDaPoyo/main

Create poyo.json
This commit is contained in:
DIBSTER
2023-11-22 18:37:54 -05:00
committed by GitHub
+16
View File
@@ -0,0 +1,16 @@
{
"description": "I'll use this sub-domain for my portfolio website.",
"owner": {
"username": "MrDaPoyo",
"email": "wiiuforever25@gmail.com"
},
"record": {
"URL": "https://dapoyo.neocities.org",
"TXT": "v=spf1 include:spf.improvmx.com ~all",
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
]
}
}