ddns-scripts: cherrypick latest changes from master#28287
Merged
feckert merged 3 commits intoopenwrt:openwrt-25.12from Jan 8, 2026
Merged
ddns-scripts: cherrypick latest changes from master#28287feckert merged 3 commits intoopenwrt:openwrt-25.12from
feckert merged 3 commits intoopenwrt:openwrt-25.12from
Conversation
To check if the update was successful. Not all DDNS implementations have such huge latencies updating their services. nsupdate for example, updates immediately and the update is immediately checkable. Add new check_interval_min value to be able to set a check interval lower than the previously hard-coded 5 minutes. Fixes: openwrt#20564 Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca> (cherry picked from commit 63308ab)
The Beget API provider was implemented according to https://beget.com/en/kb/api/dns-administration-functions Signed-off-by: Vladimir Tkachev <awesome149712@gmail.com> (cherry picked from commit a13c763)
This rework was unneeded, rather the fix in openwrt#28174 is required to resolve missing HTTP_AUTH support. The original issue in openwrt#27526 (unable to update OVH DynHost IP address) was wrongly attributed to a change on the OVH API. As discussed in openwrt#28172 the API continues to work for 24.10.5 system, as well as users using wget-ssl. The changes in openwrt#27561 and the followup fix openwrt#27694 add unnecessary dependencies which are heavier than the actually needed minimum. Therefore return the OVH provider to the previous state, and let openwrt#28174 resolved the issue. Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca> (cherry picked from commit 01ac296)
1 task
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📦 Package Details
Maintainer: me
Description:
Cherrypick the latest ddns-script changes from master to openwrt-25.12.
🧪 Run Testing Details
✅ Formalities