mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
OVH changed its API to update DNS records. It now requires HTTP Basic Authorization header. As such the default ddns-script method to update the DNS record is failing. The fix is to move DNS record updates into its own script/package. Signed-off-by: David Andreoletti <david@andreoletti.net>
10 lines
111 B
JSON
10 lines
111 B
JSON
{
|
|
"name": "ovh.com",
|
|
"ipv4": {
|
|
"url": "update_ovh_com.sh"
|
|
},
|
|
"ipv6": {
|
|
"url": "update_ovh_com.sh"
|
|
}
|
|
}
|