From: Lukas Schauer Date: Sun, 31 Oct 2021 18:55:41 +0000 (+0100) Subject: added warning about possible behaviour-change with new domains.txt.d feature X-Git-Tag: v0.7.1~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5733863b932bf8c8ae6654982feefa9a9d14b023;p=thirdparty%2Fdehydrated.git added warning about possible behaviour-change with new domains.txt.d feature --- diff --git a/docs/domains_txt.md b/docs/domains_txt.md index e0c7e0b..dcdbe41 100644 --- a/docs/domains_txt.md +++ b/docs/domains_txt.md @@ -101,3 +101,7 @@ If a directory named `domains.txt.d` exists in the same location as `domains.txt`, the contents of `*.txt` files in that directory are appended to the list of domains, in alphabetical order of the filenames. This is useful for automation, as it doesn't require editing an existing file to add new domains. + +Warning: Behaviour of this might change as the naming between `domains.txt.d` +and the `DOMAINS_D` config variable (which is used for per-certificate +configuration) is a bit confusing.