mirror of
https://github.com/anaganisk/digitalocean-dynamic-dns-ip.git
synced 2024-08-30 17:42:10 +00:00
ac101a4ff0
Support dual stack IPv4 and IPv6
27 lines
466 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |