1
0
digitalocean-dynamic-dns-ip/digitalocean-dynamic-ip.sample.json

33 lines
665 B
JSON
Raw Normal View History

{
"apikey": "samplekeydasjkdhaskjdhrwofihsamplekey",
2019-07-20 20:26:15 -07:00
"doPageSize": 20,
"useIPv4": true,
"useIPv6": true,
"ipv4CheckUrl": "https://api.ipify.org/?format=text",
"ipv6CheckUrl": "https://api64.ipify.org/?format=text",
2019-07-20 22:13:34 -07:00
"allowIPv4InIPv6": false,
2017-11-12 05:46:49 -08:00
"domains": [
{
2017-11-12 05:46:49 -08:00
"domain": "example.com",
"records": [
{
"name": "subdomainOrRecord",
"type": "A"
},
{
"name": "subdomainOrRecord",
"type": "AAAA"
2017-11-12 05:46:49 -08:00
}
]
},
{
"domain": "example2.com",
"records": [
{
"name": "subdomainOrRecord2",
"type": "A"
}
]
}
]
}