]> granicus.if.org Git - pdns/commitdiff
docs: Mark some recursor options as removed
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Mon, 6 Jul 2015 23:20:29 +0000 (01:20 +0200)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Mon, 6 Jul 2015 23:20:29 +0000 (01:20 +0200)
docs/manpages/pdns_recursor.1.md
docs/markdown/recursor/settings.md

index e238125782c1980915c8d3ee99355dcfea8ee885..66f1818124adec84d4d146d2c9ce59c2d628f099 100644 (file)
@@ -36,22 +36,10 @@ the init.d script provided.
 For authoritative listing of options, consult the online documentation at
 http://doc.powerdns.com/md/recursor/settings/
 
---aaaa-additional-processing
-:    Turn on to do AAAA additional processing (slow).
-
 --allow-from=*NETWORK*[,*NETWORK*]...
 :    If set, only allow these comma separated *NETWORK*s, with network mask to
      recurse. For example: 192.0.2.0/24,203.0.113.128/25.
 
---auth-can-lower-ttl
-:    Authoritative zones can transmit a TTL value that is lower than that
-     specified in the parent zone. This is called a 'delegation inconsistency'.
-     To follow RFC 2181 paragraphs 5.2 and 5.4 to the letter, enable this
-     feature. This will mean a slight deterioration of performance, and it will
-     not solve any problems, but does make the recursor more standards
-     compliant. Not recommended unless you have to tick an 'RFC 2181 compliant'
-     box. Off by default.
-
 --auth-zones=*ZONENAME*=*FILENAME*[,*ZONENAME*=*FILENAME*]...
 :    Serve *ZONENAME* from *FILENAME* authoritatively. For example:
      ds9a.nl=/var/zones/ds9a.nl,powerdns.com=/var/zones/powerdns.com.
@@ -79,9 +67,6 @@ http://doc.powerdns.com/md/recursor/settings/
 :    If set, this flag will export the hostnames and IP addresses mentioned in
      /etc/hosts.
 
---fork
-:    If set, fork the daemon for possible double performance.
-
 --forward-zones=*ZONENAME*=*ADDRESS*[,*ZONENAME*=*ADDRESS*]...
 :    Queries for *ZONENAME* will be forwarded to *ADDRESS*. *ADDRESS*
      should be an IP address, not a hostname (to prevent chicken and egg
@@ -130,9 +115,6 @@ http://doc.powerdns.com/md/recursor/settings/
 --quiet
 :    Suppress logging of questions and answers.
 
---remotes-ringbuffer-entries=*NUM*
-:    maximum number of packets to store statistics for.
-
 --server-id=*TEXT*
 :    Return *TEXT* when queried for 'server.id' TXT, defaults to hostname.
 
index e95f24ce314aceb5b4862064e4dedfd55423924c..ec02ddfecfa45359fdd7485a60c4e26fe07a519c 100644 (file)
@@ -13,6 +13,7 @@ So, as an example:
 ## `aaaa-additional-processing`
 * Boolean
 * Default: No
+* Available until: 3.6.0
 
 If turned on, the recursor will attempt to add AAAA IPv6 records to questions
 for MX records and NS records. Can be quite slow as absence of these records in
@@ -46,6 +47,7 @@ remote server to TCP. Useful for mitigating ANY reflection attacks.
 ## `auth-can-lower-ttl`
 * Boolean
 * Default: no
+* Available until: 3.5
 
 Authoritative zones can transmit a TTL value that is lower than that specified
 in the parent zone. This is called a 'delegation inconsistency'. To follow