]> granicus.if.org Git - icinga2/commitdiff
Doc: adjust default of ApiListener#bind_host
authorAlexander A. Klimov <alexander.klimov@icinga.com>
Thu, 7 Mar 2019 14:38:25 +0000 (15:38 +0100)
committerMichael Friedrich <michael.friedrich@icinga.com>
Thu, 16 May 2019 12:46:00 +0000 (14:46 +0200)
(cherry picked from commit 915525dbcdb1af544aa7518250955d9c1d78fa3a)

doc/09-object-types.md

index b12b696915ce408a696096dccbb52c32cff4aec4..af3faec60d3aa7a40b48e6dfa52e3ea7afdc23ba 100644 (file)
@@ -57,7 +57,7 @@ Configuration Attributes:
   ca\_path                              | String                | **Deprecated.** Path to the CA certificate file.
   ticket\_salt                          | String                | **Optional.** Private key for [CSR auto-signing](06-distributed-monitoring.md#distributed-monitoring-setup-csr-auto-signing). **Required** for a signing master instance.
   crl\_path                             | String                | **Optional.** Path to the CRL file.
-  bind\_host                            | String                | **Optional.** The IP address the api listener should be bound to. Defaults to `0.0.0.0`.
+  bind\_host                            | String                | **Optional.** The IP address the api listener should be bound to. If not specified, the ApiListener is bound to `::` and listens for both IPv4 and IPv6 connections.
   bind\_port                            | Number                | **Optional.** The port the api listener should be bound to. Defaults to `5665`.
   accept\_config                        | Boolean               | **Optional.** Accept zone configuration. Defaults to `false`.
   accept\_commands                      | Boolean               | **Optional.** Accept remote commands. Defaults to `false`.