conoha-ddns/config.sample.json

17 lines
356 B
JSON

{
"api": {
"username": "",
"password": "",
"tenantid": "",
"url": {
"identity": "https://identity.tyo1.conoha.io/v2.0",
"dns": "https://dns-service.tyo1.conoha.io"
}
},
"domain": [{
"name": "example.com.",
"sub": [
{ "name": "sub1" }
]
}]
}