ddns: no support for comma separated multi domain value
Nobody has claimed this yet.
- Dominant language
- Makefile
- Stars
- 4.6k
- Forks
- 4k
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 134
Description
Package Name
ddns
Maintainer
@feckert
OpenWrt Version
24.10.4
OpenWrt Target/Subtarget
mediatek/filogic
Steps to Reproduce
duckdns.org allows for multiple comma separated domains in the domain field to update multiple domains with a single curl call
e.g.
"https://www.duckdns.org/update?domains=d1,d2,d3&token=****&ip="
Actual Behaviour
When adding d1,d2,d3 as part of the DOMAIN field, ddns complaints about sanitization of the content, i guess due to the comma.
Would it be possible to update the script to reduce the number of calls?
Confirmation Checklist
- The package is maintained in this repository.
- I understand that issues related to the base OpenWrt repository or LuCI repository will be closed.
- I am reporting an issue for OpenWrt, not an unsupported fork.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Start by locating the ddns package implementation and its DOMAIN sanitization path, then reproduce the DuckDNS request with comma-separated domains. Done means a value such as d1,d2,d3 is accepted and updates multiple domains with one request without breaking existing single-domain behavior.
Written by the indexing model from the issue text.
Assessment
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100