1
0
digitalocean-dynamic-dns-ip/digitalocean-dynamic-ip.sample.json
John Aylward 3fdd43dfa8 update to support paging and custom config location.
expand config to support a few more options
2019-07-22 11:23:47 -04:00

24 lines
401 B
JSON
Executable File

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