mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-05-30 20:02:07 -04:00
[Feature Request] Support multiple namecheap host in one line #29
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 @vuanhson on GitHub (May 17, 2020).
Instead of define each host in each block, it is better to define all hosts in one line seperate by comma. For example:
When I write this issue, if I define host use this method, error appeared:
I used ddclient before and it can update namecheap record without define multiple block.
(All domain changed for security)
@github-actions[bot] commented on GitHub (May 17, 2020):
Thanks for creating your first issue 👍 Feel free to use Slack if you just need some quick help or want to chat
@qdm12 commented on GitHub (May 20, 2020):
Hello! Thanks for the suggestion. That's a good idea, although I'm in the middle of a large refactor of the code so it may take a few days for me to implement it. I'll close the issue once it's implemented.
@qdm12 commented on GitHub (May 31, 2020):
It's done, using it myself, great idea 😉
Just a little note, the version from yesterday is bugged, so please pull the
:latestDocker image (building here) which contains the fix. Thanks!@vuanhson commented on GitHub (Jun 1, 2020):
@qdm12 Thank you