1
0
digitalocean-dynamic-dns-ip/digitalocean-dynamic-ip.sample.json
2017-11-12 19:16:49 +05:30

23 lines
380 B
JSON
Executable File

{
"apikey": "samplekeydasjkdhaskjdhrwofihsamplekey",
"domains": [
{
"domain": "example.com",
"records": [
{
"name": "subdomainOrRecord",
"type": "A"
}
]
},
{
"domain": "example2.com",
"records": [
{
"name": "subdomainOrRecord2",
"type": "A"
}
]
}
]
}