From: Pieter Lexis Date: Mon, 11 Jul 2016 17:36:41 +0000 (+0200) Subject: Update settings docs X-Git-Tag: auth-4.0.1~44^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e914a6fb538a36d42ff888c573fc240479fa80fb;p=thirdparty%2Fpdns.git Update settings docs --- diff --git a/docs/markdown/authoritative/settings.md b/docs/markdown/authoritative/settings.md index 269d4747b1..7654e44491 100644 --- a/docs/markdown/authoritative/settings.md +++ b/docs/markdown/authoritative/settings.md @@ -165,7 +165,7 @@ Operate as a daemon. ## `default-ksk-algorithms` * String -* Default: rsasha256 +* Default: ecdsa256 The algorithm that should be used for the KSK when running [`pdnsutil secure-zone`](../manpages/pdnsutil.1.md). @@ -222,7 +222,7 @@ TTL to use when none is provided. ## `default-zsk-algorithms` * String -* Default: rsasha256 +* Default: (empty) The algorithm that should be used for the ZSK when running [`pdnsutil secure-zone`](../manpages/pdnsutil.1.md). @@ -319,13 +319,6 @@ section when sending a referral. Seconds to cache domain metadata from the database. A value of 0 disables caching. -## `edns-subnet-option-number` -* Integer -* Removed in 3.4. - -If [`edns-subnet-processing`](#edns-subnet-processing) is enabled, this option -allows the user to override the option number. - ## `edns-subnet-processing` * Boolean * Default: no @@ -378,13 +371,6 @@ and the second one is called 'server2'. The backend configuration item names change: e.g. `gmysql-host` is available to configure the `host` setting of the first or main instance, and `gmysql-server2-host` for the second one. -## `lazy-recursion` -* Boolean -* Default: yes -* Removed in: 3.2 - -Check local data first before recursing. See ["Recursion"](recursion.md). - ## `load-modules` * Paths, seperated by commas @@ -750,15 +736,6 @@ Default [SOA](../types.md#soa) refresh. Default [SOA](../types.md#soa) retry. -## `soa-serial-offset` -* Integer -* Removed in: 3.4 - -If your database contains single-digit SOA serials and you need to host .DE -domains, this setting can help placate their 6-digit SOA serial requirements. -Suggested value is to set this to 1000000 which adds 1000000 to all SOA Serials -under that offset. - ## `socket-dir` * Path @@ -770,13 +747,6 @@ This path will also contain the pidfile for this instance of PowerDNS called `pdns.pid` by default. See [`config-name`](#config-name) and [Virtual Hosting](running.md#virtual-hosting) how this can differ. -## `strict-rfc-axfrs` -* Boolean -* Default: no - -Perform strictly RFC-conforming AXFRs, which are slow, but may be necessary to -placate some old client tools. - ## `tcp-control-address` * IP Address