mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Feature request: force an update periodically even if the ip is unchanged #538
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @h7io on GitHub (Jun 23, 2025).
A setting for a forced update interval.
Some providers (like freemyip) require a periodic update, regardless if the ip changed, or the subdomain gets removed.
@MikeV7896 commented on GitHub (Jul 20, 2025):
I've seen multiple providers that do this, to clean up hostnames that may no longer be active, rather than relying on the user to delete it. Most of the services I've seen usually do this after 30 days.
Maybe create a parameter (--force-update) and set a number of days after which to force an update to all DDNS entries. That lets the user turn it on if needed, and set the number of days in case their provider might have a shorter or longer limit.