mirror of
https://github.com/tiennm99/is-a-good-dev.git
synced 2026-07-11 07:04:47 +00:00
47 lines
677 B
JSON
47 lines
677 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"
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//OTHER HOSTING SERVICE FORMAT
|
|
|
|
{
|
|
"repo": "https://github.com/github-username",
|
|
"owner": {
|
|
"username": "github-username",
|
|
"email": "your-name-here@domain"
|
|
},
|
|
"record": {}
|
|
}
|
|
|
|
//RECORD TYPES
|
|
|
|
//FOR CNAME
|
|
{
|
|
"record": {
|
|
"CNAME": "target-goes-here"
|
|
}
|
|
}
|
|
|
|
//FOR A
|
|
{
|
|
"record":{
|
|
"A": "ip-goes-here"
|
|
}
|
|
}
|