Ddns Google domains

I would like to setup ddns using Google domains.
Information below.

https://support.google.com/domains/answer/6147083?hl=en-GB#zippy=%2Cuse-the-api-to-update-your-dynamic-dns-record%2Cset-up-a-client-programme-on-your-gateway-host-or-server

How can I set up using dietpi-ddns ?

Hi,

you can use the Custom entry on dietpi-ddns.

As stated on the Google docs, you can use following API URL. Replace it with your values and you should be good.

https://username:password@domains.google.com/nic/update?hostname=subdomain.yourdomain.com

On dietpi-ddns use the blank value “0” to skip username/password

Works with username and password :slight_smile: thanks for your help

Alternatively username and password can be entered in the scripts menu and the “username:password@” part skipped in the URL. But it makes no difference, either way those are used for HTTP authentication.