mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 13:49:47 +08:00
12 lines
331 B
JSON
12 lines
331 B
JSON
{
|
|
"name": "ovh.com",
|
|
"ipv4": {
|
|
"url": "https://[USERNAME]:[PASSWORD]@dns.eu.ovhapis.com/nic/update?system=dyndns&hostname=[DOMAIN]&myip=[IP]",
|
|
"answer": "good|nochg"
|
|
},
|
|
"ipv6": {
|
|
"url": "https://[USERNAME]:[PASSWORD]@dns.eu.ovhapis.com/nic/update?system=dyndns&hostname=[DOMAIN]&myip=[IP]",
|
|
"answer": "good|nochg"
|
|
}
|
|
}
|