Update gornostay25.json

https://docs.is-a.dev/domain_structure/
> CNAME record  cannot be used in conjunction with any other record types
This commit is contained in:
Gornostay25
2022-07-16 10:08:13 +02:00
committed by GitHub
parent b9f53a0e32
commit 341ec3eb72
+17 -12
View File
@@ -1,14 +1,19 @@
{
"owner": {
"username": "gornostay25",
"email": "me@gornostay25.is-a.dev"
},
"record": {
"CNAME": "gornostay25.github.io",
"TXT":"v=spf1 include:spf.improvmx.com ~all",
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
]
}
"owner":{
"username":"gornostay25",
"email":"me@gornostay25.is-a.dev"
},
"record":{
"A":[
"185.199.108.153",
"185.199.109.153",
"185.199.110.153",
"185.199.111.153"
],
"TXT":"v=spf1 include:spf.improvmx.com ~all",
"MX":[
"mx1.improvmx.com",
"mx2.improvmx.com"
]
}
}