change cname to ip's

This commit is contained in:
Gornostay
2022-07-14 16:15:32 +02:00
committed by GitHub
parent e56cac33bd
commit b9f53a0e32
+12 -7
View File
@@ -1,9 +1,14 @@
{
"owner": {
"username": "gornostay25",
"email": "me@gornostay25.is-a.dev"
},
"record": {
"CNAME": "gornostay25.github.io"
}
"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"
]
}
}