This matches an ipv4 change in 21f5cdd2fa
and has the same rationale.
Google requires https for both ipv6 and ipv6.
Signed-off-by: Scott Lamb <slamb@slamb.org>
11 lines
306 B
JSON
11 lines
306 B
JSON
{
|
|
"name": "google.com",
|
|
"ipv4": {
|
|
"url": "https://[USERNAME]:[PASSWORD]@domains.google.com/nic/update?hostname=[DOMAIN]&myip=[IP]",
|
|
"answer": "good|nochg"
|
|
},
|
|
"ipv6": {
|
|
"url": "https://[USERNAME]:[PASSWORD]@domains.google.com/nic/update?hostname=[DOMAIN]&myip=[IP]",
|
|
"answer": "good|nochg"
|
|
}
|
|
}
|