Update format.json

This commit is contained in:
Will Clarke
2022-07-07 20:32:44 +01:00
committed by GitHub
parent 3ed631dea8
commit 739cd6cfca
+1 -49
View File
@@ -1,49 +1 @@
//GITHUB FORMAT
{
"repo": "https://github.com/github-username/github-username.github.io",
"owner": {
"username": "github-username",
"email": "your-name-here@domain"
},
"target": {
"CNAME": "github-username.github.io"
},
"proxied": false
}
//OTHER HOSTING SERVICE FORMAT
{
"repo": "https://github.com/github-username",
"owner": {
"username": "github-username",
"email": "your-name-here@domain"
},
"target": {
},
"proxied": false
}
//RECORD TYPES
//FOR CNAME
{
"target": {
"CNAME": "target-goes-here"
}
}
//FOR A
{
"target":{
"A": "ip-goes-here"
}
}
To find info about json formats please visit "https://docs.is-a-good.dev/format"