mirror of
https://github.com/tiennm99/is-a-good-dev.git
synced 2026-06-05 04:13:18 +00:00
50 lines
729 B
JSON
50 lines
729 B
JSON
//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"
|
|
}
|
|
}
|