From: Mike Damm Date: Tue, 29 Jan 2019 23:00:39 +0000 (-0800) Subject: Clarify documentation to reflect actual behavior X-Git-Tag: auth-4.2.0-beta1~32^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7432%2Fhead;p=thirdparty%2Fpdns.git Clarify documentation to reflect actual behavior includeDirectory will only include *.conf files, this was not mentioned in the documentation --- diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index 694b4b7ef4..21d72674b6 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -40,7 +40,7 @@ Global configuration Include configuration files from ``path``. - :param str path: The directory to load the configuration from + :param str path: The directory to load configuration files from. Each file must end in ``.conf``. Listen Sockets ~~~~~~~~~~~~~~