From d6d0e5b29964106b3cfed0fb1d60182a54cc9336 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Mon, 14 Dec 2015 16:58:04 +0100 Subject: [PATCH] docs: sort the settings for the recursor --- docs/markdown/recursor/settings.md | 76 +++++++++++++++--------------- 1 file changed, 39 insertions(+), 37 deletions(-) diff --git a/docs/markdown/recursor/settings.md b/docs/markdown/recursor/settings.md index e06e8fe72..bc7b0cfa2 100644 --- a/docs/markdown/recursor/settings.md +++ b/docs/markdown/recursor/settings.md @@ -91,6 +91,14 @@ have to tick an 'RFC 2181 compliant' box. Zones read from these files (in BIND format) are served authoritatively. Example: `auth-zones=example.org=/var/zones/example.org, powerdns.com=/var/zones/powerdns.com`. +## `carbon-interval` +* Integer +* Default: 30 +* Available since: 3.5.3 + +If sending carbon updates, this is the interval between them in seconds. See +["PowerDNS Metrics"](../common/logging.md#sending-to-carbongraphitemetronome). + ## `carbon-ourname` * String * Available since: 3.5.3 @@ -104,16 +112,10 @@ are doing. See ["PowerDNS Metrics"](../common/logging.md#sending-to-carbongraphi * Available since: 3.5.3 If set to an IP or IPv6 address, will send all available metrics to this server -via the carbon protocol, which is used by graphite and metronome. You may specify +via the carbon protocol, which is used by graphite and metronome. You may specify an alternate port by appending :port, ex: 127.0.0.1:2004. See ["PowerDNS Metrics"](../common/logging.md#sending-to-carbongraphitemetronome). -## `carbon-interval` -* Integer -* Default: 30 - -If sending carbon updates, this is the interval between them in seconds. See ["PowerDNS Metrics"](../common/logging.md#sending-to-carbongraphitemetronome). Available beyond 3.5.3. - ## `chroot` * Path to a Directory If set, chroot to this directory for more security. See [Security](../common/security.md). @@ -207,36 +209,6 @@ this source will be `/dev/urandom`, which will always supply random numbers, even if entropy is lacking. Change to `/dev/random` if PowerDNS should block waiting for enough entropy to arrive. -## `webserver` -* Boolean -* Default: no - -Start the webserver (for REST API). - -## `webserver-address` -* IP Addresses, separated by spaces -* Default: 127.0.0.1 - -IP address for the webserver to listen on. - -## `webserver-allow-from` -* IP addresses, comma separated -* Default: 0.0.0.0, ::/0 - -These subnets are allowed to access the webserver. - -## `webserver-password` -* String -* Default: unset - -Password required to access the webserver. - -## `webserver-port` -* Integer -* Default: 8082 - -TCP port where the webserver should listen on. - ## `etc-hosts-file` * Path * Default: /etc/hosts @@ -684,6 +656,36 @@ recursor is installed on a system. Available since version 3.1.5. By default, PowerDNS replies to the 'version.bind' query with its version number. Security conscious users may wish to override the reply PowerDNS issues. +## `webserver` +* Boolean +* Default: no + +Start the webserver (for REST API). + +## `webserver-address` +* IP Addresses, separated by spaces +* Default: 127.0.0.1 + +IP address for the webserver to listen on. + +## `webserver-allow-from` +* IP addresses, comma separated +* Default: 0.0.0.0, ::/0 + +These subnets are allowed to access the webserver. + +## `webserver-password` +* String +* Default: unset + +Password required to access the webserver. + +## `webserver-port` +* Integer +* Default: 8082 + +TCP port where the webserver should listen on. + ## `write-pid` * Boolean * Default: yes -- 2.40.0