Skip to content

Conversation

@monokoo
Copy link

@monokoo monokoo commented Jan 6, 2026

ddns-scripts: Added logic to extract and match DNS record ID from parameters,
with fallback to default selection if no match is found.

@monokoo monokoo force-pushed the patch-1 branch 6 times, most recently from ab2bef1 to 1a567ab Compare January 6, 2026 07:42
Added logic to extract and match DNS record ID from parameters,
with fallback to default selection if no match is found.

Signed-off-by: QiLei Niu <qilei.niu@gmail.com>
@monokoo
Copy link
Author

monokoo commented Jan 6, 2026

@GeorgeSapkin thanks

@GeorgeSapkin
Copy link
Member

In the future you shouldn't open multiple PRs for the same changes, and update the original one instead (#28055) as now the discussion is lost. And you should use the PR template and tag the package maintainer.

@monokoo
Copy link
Author

monokoo commented Jan 8, 2026

In the future you shouldn't open multiple PRs for the same changes, and update the original one instead (#28055) as now the discussion is lost. And you should use the PR template and tag the package maintainer.

Thanks for your advice, next time I will preserve the PR template information and maintain it in the same PR. Thank you again.

Copy link
Member

@feckert feckert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we not move the change into a subfunction?

if [ -n "$specRecordId" ]; then
write_log 7 "specRecordId: ${specRecordId}"
idx=1
while json_is_a $idx object
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use the pattern while <xxxx>; do

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.

3 participants