easydns.com has supported IPv6 for awhile now using the same update URL as IPv4. This duplicates the IPv4 entry for IPv6 to enable support for it. Signed-off-by: James Buren <braewoods+mgh@braewoods.net>
11 lines
315 B
JSON
11 lines
315 B
JSON
{
|
|
"name": "easydns.com",
|
|
"ipv4": {
|
|
"url": "http://[USERNAME]:[PASSWORD]@api.cp.easydns.com/dyn/generic.php?hostname=[DOMAIN]&myip=[IP]",
|
|
"answer": "OK|NOERROR"
|
|
},
|
|
"ipv6": {
|
|
"url": "http://[USERNAME]:[PASSWORD]@api.cp.easydns.com/dyn/generic.php?hostname=[DOMAIN]&myip=[IP]",
|
|
"answer": "OK|NOERROR"
|
|
}
|
|
}
|