You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ddns-updater records a new timestime every 10 minutes (ok) even though the ip address has not changed.
This occurs when domain is set with an asterisk *.website.com
When domain is set with no asterisk web.duckdns.org even though it is a wildcard ddns eg one.web.duckdns.org two.web.duckdns.org .
three.web.duckdns.org then ddns-updater works as expected and does not record nor notify the same unchanged IP
The expected behaviour is that, if there is no ip change, no new record with a new timestamp should be created, and so no notification.
In Ntfy the notification reads:
DDNS Updater
any.website.com changed to 1.2.3.4
I get that very same notification every 10 minutes. It's not the frequency, but the repeated message with no ip change.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
ddns-updater records a new timestime every 10 minutes (ok) even though the ip address has not changed.
This occurs when domain is set with an asterisk *.website.com
When domain is set with no asterisk web.duckdns.org even though it is a wildcard ddns eg one.web.duckdns.org two.web.duckdns.org .
three.web.duckdns.org then ddns-updater works as expected and does not record nor notify the same unchanged IP
The expected behaviour is that, if there is no ip change, no new record with a new timestamp should be created, and so no notification.
In Ntfy the notification reads:
I get that very same notification every 10 minutes. It's not the frequency, but the repeated message with no ip change.
config.json
config.log
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions