1
0
digitalocean-dynamic-dns-ip/digitalocean-dynamic-ip.sample.json
2019-09-26 11:23:15 -04:00

33 lines
669 B
JSON

{
"apikey": "samplekeydasjkdhaskjdhrwofihsamplekey",
"doPageSize": 20,
"useIPv4": true,
"useIPv6": true,
"ipv4CheckUrl": "https://ipv4bot.whatismyipaddress.com",
"ipv6CheckUrl": "https://ipv6bot.whatismyipaddress.com",
"allowIPv4InIPv6": false,
"domains": [
{
"domain": "example.com",
"records": [
{
"name": "subdomainOrRecord",
"type": "A"
},
{
"name": "subdomainOrRecord",
"type": "AAAA"
}
]
},
{
"domain": "example2.com",
"records": [
{
"name": "subdomainOrRecord2",
"type": "A"
}
]
}
]
}