From: Aki Tuomi Date: Sat, 24 Aug 2013 18:11:17 +0000 (+0300) Subject: Documentation for include-dir, fixes #967 X-Git-Tag: rec-3.6.0-rc1~503^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F971%2Fhead;p=thirdparty%2Fpdns.git Documentation for include-dir, fixes #967 --- diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index c751ea47db..3e601bd623 100755 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -13872,7 +13872,7 @@ sql> insert into domainmetadata (domain_id, kind, content) values (6, 'TSIG-ALLO At startup, the recursing nameserver reads the file recursor.conf from the configuration directory, often /etc/powerdns or /usr/local/etc. Each setting below can appear on the command line, - prefixed by '--', or in the configuration file. The command line overrides the configuration file. + prefixed by '--', or in the configuration file. The command line overrides the configuration file. A switch can be set to on simply by passing it, like '--daemon', and turned off explicitly by '--daemon=off' or '--daemon=no'. @@ -15558,7 +15558,8 @@ To enable a Lua script for a particular slave zone, determine the domain_id for Index of all Authoritative Server settings - All PDNS Authoritative Server settings are listed here, excluding those that originate from backends, which are documented in the relevant chapters. + All PDNS Authoritative Server settings are listed here, excluding those that originate from backends, which are documented in the relevant chapters. You can use += syntax to set some + variables incrementally, but this requires you to have at least one non-incremental setting for the variable to act as base setting. This is mostly useful for include-dir directive. allow-axfr-ips=... @@ -15653,6 +15654,10 @@ To enable a Lua script for a particular slave zone, determine the domain_id for Provide a helpful message + include-dir + + Directory to scan for additional config files. All files that end with .conf are loaded in order. + launch=... Which backends to launch and order to query them in. See .