]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
update removed/changed options in doc
authorKees Monshouwer <mind04@monshouwer.org>
Mon, 24 Oct 2016 21:29:21 +0000 (23:29 +0200)
committermind04 <mind04@monshouwer.org>
Mon, 9 Jan 2017 12:26:45 +0000 (13:26 +0100)
docs/markdown/authoritative/recursion.md
docs/markdown/authoritative/settings.md

index c02e1814f41a23799c7e5b3d59700a48278d2b7f..c7dd4e2c3ae24c460bb6f99db21d06a59dee0ace 100644 (file)
@@ -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
index 0daefa5fb46c10aaffd1e1293f9e5015a6a73a4d..a343172339f2ec845ab1614d6497e8e291a27f70 100644 (file)
@@ -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).