Implement DynDNS - dynu.com

the problem is not updating it, the main problem is that it needs a manual interaction every x days (30 days, I guess) to function.
that is really unnecessary and was not the case in No-IP’s earlier days.

this was not a feedback on your post naddel81 as you can see on the quote

I found that just yesterday as well. Already implemented. If the noip2 client is found on the system, it suggests to remove it in favour of the new Cron+cURL-based setup. The dedicated No-IP software install option is removed. I’ll open a PR tomorrow.

PR up and ready for testing: https://github.com/MichaIng/DietPi/pull/4229

Hi,
are there plans to implement the curl method into the GUI?
This is possible with Hetzner for example:

Update Zone

curl -X "PUT" "https://dns.hetzner.com/api/v1/zones/{ZoneID}" \
     -H 'Content-Type: application/json' \
     -H 'Auth-API-Token: LlGoDUQ39S6akqoav5meAsv5OIpeywhj' \
     -d $'{
  "name": "example.com",
  "ttl": 86400
}

Did you try our custom section within dietpi-ddns?

Hi,
yes but I was not successful.
I used the URL with my Zone ID

As user I put in the string for “no user”.
Password: my api access token

I always get 401 error.

Whats wrong here?

Thanks
Hyper

Both, user and password should be empty \"0\"

The whole URL should be one single line, containing your API-Token

ok, but how do I integrate the Api token into the URL?
Or do I just put in the Curl command in here, because that did not work. :-/

Ask your DDNS provider what the URL must look like in a single line.

I could not find it but ChatGPT helped me with the syntax :sweat_smile:

https://dns.hetzner.com/api/v1/zones/[ZoneID]?Auth-API-Token=[TOKEN]

EDIT:
Update klappt aber leider nicht, irgendwas ist dennoch falsch.