From 4746ff8c03765cff3968b09f7d099a9838332aa9 Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Sun, 14 Feb 2016 00:01:57 +0100 Subject: [PATCH] Merge pull request #16426 from tuespetre/patch-1 Update network.asciidoc --- docs/reference/modules/network.asciidoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/reference/modules/network.asciidoc b/docs/reference/modules/network.asciidoc index f71dc83ac5b..922b00bcc63 100644 --- a/docs/reference/modules/network.asciidoc +++ b/docs/reference/modules/network.asciidoc @@ -20,8 +20,9 @@ Never expose an unprotected node to the public internet. `network.host`:: The node will bind to this hostname or IP address and _publish_ (advertise) -this host to other nodes in the cluster. Accepts an IP address, hostname, or a -<>. +this host to other nodes in the cluster. Accepts an IP address, hostname, a +<>, or an array of any combination +of these. + Defaults to `_local_`.