This repository was archived by the owner on Oct 25, 2025. It is now read-only.
Replies: 2 comments 3 replies
-
|
My 0.02: Any stored status information can be outdated in the next second. But a kind of |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
To be continued in #457 . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
TL;DR: Is there a way to ask for
inadynthe current status (ok,needs-update,last-attempt-failed, etc) of a configured dynamic DNS entry?Long version:
Vyatta-based routers have a useful command
Which shows the current status of all your configured DDNS records:
The important property here is
update-status. Any eventual errors occurred in last update will show here.Vyatta-based routers use
ddclientfor dynamic dns updates, which in itscachefile for the interface saves the following information:As we can see, the
show dns dynamic statusis a simply wrapper to show us thecachecontent fromddclient.Is there anything similar in
inadyn?To the best of my knowledge, the only information it stores is the last ip (on
cachefile).Beta Was this translation helpful? Give feedback.
All reactions