From 5313ec7a9842fc2e1a8e382aa6f0daf14a4d4ade Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Tue, 7 Jul 2015 01:20:29 +0200 Subject: [PATCH] docs: Mark some recursor options as removed --- docs/manpages/pdns_recursor.1.md | 18 ------------------ docs/markdown/recursor/settings.md | 2 ++ 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/docs/manpages/pdns_recursor.1.md b/docs/manpages/pdns_recursor.1.md index e23812578..66f181812 100644 --- a/docs/manpages/pdns_recursor.1.md +++ b/docs/manpages/pdns_recursor.1.md @@ -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. diff --git a/docs/markdown/recursor/settings.md b/docs/markdown/recursor/settings.md index e95f24ce3..ec02ddfec 100644 --- a/docs/markdown/recursor/settings.md +++ b/docs/markdown/recursor/settings.md @@ -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 -- 2.40.0