1
0
digitalocean-dynamic-dns-ip/digitalocean-dynamic-ip.sample.json
Anagani Sai Kiran ac101a4ff0
Merge pull request #4 from johnjaylward/support_dual_stack
Support dual stack IPv4 and IPv6
2019-07-23 17:02:09 +05:30

27 lines
466 B
JSON

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