]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Clarify documentation to reflect actual behavior 7432/head
authorMike Damm <md@md.vc>
Tue, 29 Jan 2019 23:00:39 +0000 (15:00 -0800)
committerGitHub <noreply@github.com>
Tue, 29 Jan 2019 23:00:39 +0000 (15:00 -0800)
includeDirectory will only include *.conf files, this was not mentioned in the documentation

pdns/dnsdistdist/docs/reference/config.rst

index 694b4b7ef4f53f29d1c1ddee80029350d4fc5ced..21d72674b615c9e1b362af99742226b6092f3436 100644 (file)
@@ -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
 ~~~~~~~~~~~~~~