From 7c0383f561c694b601bf061683fc14941a2e0f24 Mon Sep 17 00:00:00 2001 From: Mike Damm Date: Tue, 29 Jan 2019 15:00:39 -0800 Subject: [PATCH] Clarify documentation to reflect actual behavior includeDirectory will only include *.conf files, this was not mentioned in the documentation --- pdns/dnsdistdist/docs/reference/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ~~~~~~~~~~~~~~ -- 2.47.2