RFE: domains.txt.d #17

Closed
opened 2025-12-29 00:21:56 +01:00 by adam · 1 comment
Owner

Originally created by @dehnhard on GitHub (Dec 15, 2015).

For integrating this script into a webserver with several seperated vhosts it would be great if it could gather the domain info also from files in a directory named domains.txt.d (if it exists). It would function like any other *.d config directory, i.e. concatenating all files with suffix txt.

Originally created by @dehnhard on GitHub (Dec 15, 2015). For integrating this script into a webserver with several seperated vhosts it would be great if it could gather the domain info also from files in a directory named domains.txt.d (if it exists). It would function like any other *.d config directory, i.e. concatenating all files with suffix txt.
adam closed this issue 2025-12-29 00:21:56 +01:00
Author
Owner

@lukas2511 commented on GitHub (Dec 21, 2015):

The parsing of domains.txt is ugly enough as it is right now, and you can implement that behaviour for yourself by using the command-line options of the script (passing domain names with --domain "example.com www.example.com").

@lukas2511 commented on GitHub (Dec 21, 2015): The parsing of domains.txt is ugly enough as it is right now, and you can implement that behaviour for yourself by using the command-line options of the script (passing domain names with `--domain "example.com www.example.com")`.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#17