Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ddns-scripts: store device's current IP in <section>.curr_ip file #19475

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rmilecki
Copy link
Contributor

This should be useful for user interfaces (e.g. LuCI) to display DDNS
status. If current IP differs from registered IP it may suggest user
that there is a problem. It could happen if DNS change hasn't propagated
yet or DDNS provider refused change for some reason.

This should be useful for user interfaces (e.g. LuCI) to display DDNS
status. If current IP differs from registered IP it may suggest user
that there is a problem. It could happen if DNS change hasn't propagated
yet or DDNS provider refused change for some reason.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
@rmilecki rmilecki self-assigned this Sep 28, 2022
@Ansuel
Copy link
Member

Ansuel commented Oct 13, 2022

@rmilecki instead of saving the current ip, can't we just use ddns functions to get the current one at runtime?

I agree that this would be a handy feature to also understand what ddns is detecting with the current configuration as the ip to comunicate with the ddns provider.

@BKPepe
Copy link
Member

BKPepe commented Mar 18, 2023

I see that this needs to be rebased.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants