From: Kees Monshouwer Date: Mon, 24 Oct 2016 21:29:21 +0000 (+0200) Subject: update removed/changed options in doc X-Git-Tag: rec-4.1.0-alpha1~231^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9f357c861f02a2d56e4d26acdbec95aabca402ff;p=thirdparty%2Fpdns.git update removed/changed options in doc --- diff --git a/docs/markdown/authoritative/recursion.md b/docs/markdown/authoritative/recursion.md index c02e1814f4..c7dd4e2c3a 100644 --- a/docs/markdown/authoritative/recursion.md +++ b/docs/markdown/authoritative/recursion.md @@ -1,3 +1,5 @@ +**Warning**: Recursion was remove from the Authoritative Server in version 4.1.0 + # Recursion with the Authoritative Server From 2.9.5 onwards, PowerDNS offers both authoritative nameserving capabilities and a [recursive nameserver](../recursor/index.md) component. These two halves diff --git a/docs/markdown/authoritative/settings.md b/docs/markdown/authoritative/settings.md index 0daefa5fb4..a343172339 100644 --- a/docs/markdown/authoritative/settings.md +++ b/docs/markdown/authoritative/settings.md @@ -54,6 +54,7 @@ Turning this off requires all supermaster notifications to be signed by valid TS ## `allow-recursion` * IP ranges, separated by commas * Default: 0.0.0.0/0 +* Removed in: 4.1.0 By specifying `allow-recursion`, recursion can be restricted to netmasks specified. The default is to allow recursion from everywhere. Example: @@ -668,12 +669,14 @@ Number of receiver (listening) threads to start. See ## `recursive-cache-ttl` * Integer * Default: 10 +* Removed in: 4.1.0 Seconds to store recursive packets in the PacketCache. See ["Packet Cache"](performance.md#packet-cache). ## `recursor` * IP Address +* Only used for ALIAS since: 4.1.0 If set, recursive queries will be handed to the recursor specified here. See ["Recursion"](recursion.md).