From: Peter van Dijk Date: Thu, 1 Nov 2012 12:23:00 +0000 (+0000) Subject: doc updates X-Git-Tag: auth-3.2-rc1~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66d596cefedcceb9cb010c361f2dbcffc345094b;p=pdns doc updates git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2840 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 2ae546d14..4ee99c4bc 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -13606,14 +13606,6 @@ To enable a Lua script for a particular slave zone, determine the domain_id for recursion from everywhere. Example: allow-recursion=192.168.0.0/24, 10.0.0.0/8, 1.2.3.4. - - allow-recursion-override=on|off - - - By specifying allow-recursion-override, local data even about hosts that don't exist will override - the internet. This allows you to generate zones that don't really exist on the internet. Does increase the number of SQL queries for hosts that truly don't exist, also not in your database. (Setting did nothing in 3.0 and 3.1, removed in 3.1.1). - - cache-ttl=... Seconds to store packets in the PacketCache. See . @@ -13642,6 +13634,10 @@ To enable a Lua script for a particular slave zone, determine the domain_id for name to insert in the SOA record if none set in the backend + default-ttl=... + + TTL to use when none is provided. + disable-axfr=... Do not allow zone transfers. Before 2.9.10, this could be overridden by allow-axfr-ips. @@ -13658,6 +13654,18 @@ To enable a Lua script for a particular slave zone, determine the domain_id for Perform AAAA additional processing. + edns-subnet-option-number=... + + If edns-subnet-processing is enabled, this option allows the user to override the option number. + + edns-subnet-processing=... + + Enables EDNS subnet processing, for backends that support it. + + entropy-source=... + + Entropy source (like /dev/urandom). + fancy-records=... Process URL and MBOXFW records. See . @@ -13713,18 +13721,45 @@ To enable a Lua script for a particular slave zone, determine the domain_id for Amount of logging. Higher is more. Do not set below 3 + log-dns-queries [,=no] + +Tell PowerDNS to log all incoming DNS queries. This will lead to a lot of logging! Only enable for debugging! + + + + lua-prequery-script=... + + + Lua script to run before answering a query. Not for production use! + + + + + + master [,=on]. Turn on master support. Boolean. - max-cache-entries + max-cache-entries=... Maximum number of cache entries. 1 million will generally suffice for most installations. Available since version 2.9.22. + + + + max-ent-entries=... + + + Maximum number of empty non-terminals to add to a zone. This is a protection measure to avoid database explosion due to long names. + + + + max-queue-length=... If this many packets are waiting for database attention, consider the situation hopeless and respawn. @@ -13749,6 +13784,10 @@ To enable a Lua script for a particular slave zone, determine the domain_id for Do not attempt to shuffle query results. + overload-queue-length=... + + If this many packets are waiting for database attention, answer any new questions strictly from the packet cache. + server-id @@ -13763,6 +13802,11 @@ To enable a Lua script for a particular slave zone, determine the domain_id for Do out of zone additional processing. This means that if a malicious user adds a '.com' zone to your server, it is not used for other domains and will not contaminate answers. Do not enable this setting if you run a public DNS service with untrusted users. Off by default. + pipebackend-abi-version=... + + ABI version to use for the pipe backend. See . + + query-cache-ttl=... Seconds to store queries with an answer in the Query Cache. See . @@ -13783,6 +13827,10 @@ To enable a Lua script for a particular slave zone, determine the domain_id for Maximum number of milliseconds to queue a query. See . + receiver-threads=... + + Number of receiver threads to start. See . + recursive-cache-ttl=... Seconds to store recursive packets in the PacketCache. See . @@ -13791,6 +13839,11 @@ To enable a Lua script for a particular slave zone, determine the domain_id for If set, recursive queries will be handed to the recursor specified here. See . + retrieval-threads=... + + Number of AXFR slave threads to start. + + send-root-referral | --send-root-referral=yes | --send-root-referral=no | --send-root-referral=lean If set, PowerDNS will send out old-fashioned root-referrals when queried for domains for which it is not authoritative. Wastes some bandwidth @@ -13808,10 +13861,24 @@ To enable a Lua script for a particular slave zone, determine the domain_id for If set, change user id to this uid for more security. See . + + slave [,=on]. + + Turn on slave support. Boolean. + + slave-cycle-interval=60 Schedule slave up-to-date checks of domains whose status is unknown every .. seconds. + slave-renotify [,=no] + +This setting will make PowerDNS renotify the after a AXFR is *received* from a master. This is useful when using when running a signing-slave. + + signing-threads=3 + + Tell PowerDNS how many threads to use for signing. It might help improve signing speed by changing this number. + smtpredirector=... Our smtpredir MX host. See . @@ -13846,6 +13913,31 @@ To enable a Lua script for a particular slave zone, determine the domain_id for Perform strictly RFC-conforming AXFRs, which are slow, but may be necessary to placate some old client tools. + tcp-control-address=... + + Address to bind to for TCP control. + + tcp-control-port=... + + Port to bind to for TCP control. + + tcp-control-range=... + + Limit TCP control to a specific client range. + + tcp-control-secret=... + + Password for TCP control. + + traceback-handler=... + + Enable the Linux-only traceback handler (default on). + + + trusted-notification-proxy=... + + IP address of incoming notification proxy + urlredirector=... Where we send hosts to that need to be url redirected. See . @@ -13875,13 +13967,13 @@ To enable a Lua script for a particular slave zone, determine the domain_id for Port of webserver to listen on. See . - wildcard-url=... + webserver-print-arguments=... - Check for wildcard URL records. + If the webserver should print arguments. See . - wildcards=... + wildcard-url=... - Honor wildcards in the database. On by default. Turning this off has performance implications, see . + Check for wildcard URL records.