mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Allow multiple domains.txt in a domains.txt.d directory #484
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 @Zocker1999NET on GitHub (Aug 3, 2020).
Like other .d directories, e.g.
/etc/apt/sources.list.d.This may could be added easily by
cat-ing all files in such directory if given before interpreting the domains.@lukas2511 commented on GitHub (Dec 10, 2020):
Don't really like this. If you need this it should be easily implemented using a wrapper script, especially now that setting the path to domains.txt via cli argument is supported.