oznu / docker-cloudflare-ddns

A small amd64/ARM/ARM64 Docker image that allows you to use CloudFlare as a DDNS / DynDNS Provider.
https://hub.docker.com/r/oznu/cloudflare-ddns/
GNU General Public License v3.0
1.07k stars 213 forks source link

[Question] What's the frequency of updating the DDNS? #11

Closed vincentcox closed 6 years ago

vincentcox commented 6 years ago

I was wondering if it was possible to pass the time interval as a parameter or what the frequency of the updates are now by default.

oznu commented 6 years ago

The job runs every five minutes and on container restart. Currently not configurable.

This is the line that sets the cron:

https://github.com/oznu/docker-cloudflare-ddns/blob/master/root/etc/cont-init.d/30-cloudflare-setup#L77

vincentcox commented 6 years ago

Thanks, exactly what I needed to know. Closing this issue.