mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
Feature request: domain field that accept either a string or list of string #437
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kuolemaaa on GitHub (Sep 17, 2024).
Assuming using the same provider with the same keys, in general same parameters: in order to avoid a list of object for each domain,
domainshould accept a string or a list of stringmaybe differentiate
domainfield for a single domain anddomains(plural) for a list of string?@qdm12 commented on GitHub (Nov 21, 2024):
Note you can already specify multiple domains in the domain field (belonging to the same domain name though). i.e.
"domain": "domain.com,*.domain.com"@gorucci commented on GitHub (Jan 23, 2025):
"domain": "domain.com,*.domain.com"did the trick for me. Thank you.@jullit31 commented on GitHub (Feb 16, 2025):
That's great! IMHO this should be mentioned in the docs. Especially as the current wording
strongly implies that only a single domain can be given.