Files
is-a-dev/domains/poyo.json
T
Luca Tamagnini 999e2ac058 The comma
2023-11-23 12:47:28 +01:00

22 lines
495 B
JSON

{
"description": "I'll use this sub-domain for my portfolio website.",
"owner": {
"username": "MrDaPoyo",
"email": "wiiuforever25@gmail.com"
},
"record": {
"TXT": "v=spf1 include:spf.improvmx.com ~all",
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
],
"A": [
"185.199.108.153",
"185.199.109.153",
"185.199.110.153",
"185.199.111.153"
]
}
}