OpenWrt DDNS Update Error

231852 : Local IP ‘x.x.x.x’ detected on web at ‘http://myip.ipip.net/s
231852 : Update needed - L: ‘x.x.x.x’ <> R: ‘111.111.111.111’
231852 : parsing script ‘/usr/lib/ddns/update_cloudflare_com_v4.sh’
231852 : #> /usr/bin/curl -RsS -o /var/run/ddns/DDNS.dat --stderr /var/run/ddns/DDNS.err --insecure --noproxy ‘*’ --header ‘X-Auth-Email: ***@gmail.com’ --header ‘X-Auth-Key: **’ --header ‘Content-Type: application/json’ --request GET ‘https://api.cloudflare.com/client/v4/zones?name=problem.icu
231853 : #> /usr/bin/curl -RsS -o /var/run/ddns/DDNS.dat --stderr /var/run/ddns/DDNS.err --insecure --noproxy '
’ --header ‘X-Auth-Email: ***@gmail.com’ --header ‘X-Auth-Key: ***’ --header ‘Content-Type: application/json’ --request GET ‘https://api.cloudflare.com/client/v4/zones/zonesid/dns_records?name=u.problem.icu&type=A
231853 WARN : Cloudflare reported an error:
231853 : {
“result”: [
{
“id”: “id”,
“zone_id”: “zoneid”,
“zone_name”: “problem.icu”,
“name”: “u.problem.icu”,
“type”: “A”,
“content”: “111.111.111.111”,
“proxiable”: true,
“proxied”: false,
“ttl”: 1,
“locked”: false,
“meta”: {
“auto_added”: false,
“managed_by_apps”: false,
“managed_by_argo_tunnel”: false,
“source”: “primary”
},
“created_on”: “2020-05-16T14:25:10.497958Z”,
“modified_on”: “2020-05-16T14:25:10.497958Z”
}
],
“success”: true,
“errors”: ,
“messages”: ,
“result_info”: {
“page”: 1,
“per_page”: 20,
“count”: 1,
“total_count”: 1,
“total_pages”: 1
}
}
231853 ERROR : IP update not accepted by DDNS Provider
231853 : Waiting 300 seconds (Check Interval)

Important information has been protected

Hi, same issue.
Look

I tried updating packages, but the repository is still an old version (2.7.8-3).

So, then I changed manually /usr/lib/ddns/update_cloudflare_com_v4.sh
and replaced content to https://raw.githubusercontent.com/openwrt/packages/88b03577c43b5b5c1cb97a3892914e2e222c5008/net/ddns-scripts/files/update_cloudflare_com_v4.sh

And now it works as before.

It works!Thank you!!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.