From 1554c0769f3cca1a6bba47826cf550c637bb7d77 Mon Sep 17 00:00:00 2001 From: Robin Geuze Date: Tue, 14 Mar 2017 22:09:25 +0100 Subject: [PATCH] Add documentation on the sorting to includeDirectory --- pdns/README-dnsdist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index feb433f868..c3d0450740 100644 --- a/pdns/README-dnsdist.md +++ b/pdns/README-dnsdist.md @@ -1319,7 +1319,7 @@ Here are all functions: * `shutdown()`: shut down `dnsdist` * quit or ^D: exit the console * `webserver(address:port, password [, apiKey [, customHeaders ]])`: launch a webserver with stats on that address with that password - * `includeDirectory(dir)`: all files ending in `.conf` in the directory `dir` are loaded into the configuration + * `includeDirectory(dir)`: all files ending in `.conf` in the directory `dir` are loaded into the configuration. Starting with 1.2.0 they are loaded in a sorted manner. Sorting order is ascending and case sensitive. * `setAPIWritable(bool, [dir])`: allow modifications via the API. If `dir` is set, it must be a valid directory where the configuration files will be written by the API. Otherwise the modifications done via the API will not be written to the configuration and will not persist after a reload * ACL related: * `addACL(netmask)`: add to the ACL set who can use this server -- 2.47.2