Skip to content

FAQ

Timezone

By default, scheduling uses your local timezone, controlled by the TZ environment variable.

You can also override the timezone in the cron expression by adding an extra space-separated field at the beginning of the cron spec in the form CRON_TZ=<timezone>:

ddns-route53 --schedule "CRON_TZ=Asia/Tokyo */30 * * * *"

Where is my public IP address sourced from?

The public IP address is retrieved from one of several providers. ddns-route53 uses the first one that returns a valid IP address. You can override the default providers with the wanip.providers.ipv4 and wanip.providers.ipv6 configuration options. Custom providers must return a plain text IP address.

IPv4

IPv6