conoha-ddns/config.sample.json

17 lines
356 B
JSON
Raw Permalink Normal View History

2017-03-13 14:25:23 +00:00
{
"api": {
"username": "",
"password": "",
"tenantid": "",
"url": {
"identity": "https://identity.tyo1.conoha.io/v2.0",
"dns": "https://dns-service.tyo1.conoha.io"
}
},
"domain": [{
2017-03-14 02:08:36 +00:00
"name": "example.com.",
2017-03-13 14:25:23 +00:00
"sub": [
2017-03-13 14:29:02 +00:00
{ "name": "sub1" }
2017-03-13 14:25:23 +00:00
]
}]
}