From 45ef0c1989cc7404c289b5f2636fc45b7b5bf04c Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Sat, 24 Aug 2013 21:11:17 +0300 Subject: [PATCH] Documentation for include-dir, fixes #967 --- pdns/docs/pdns.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index c751ea47d..3e601bd62 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 . -- 2.49.0