Browse Source

Merge pull request #16426 from tuespetre/patch-1

Update network.asciidoc
Clinton Gormley 9 years ago
parent
commit
4746ff8c03
1 changed files with 3 additions and 2 deletions
  1. 3 2
      docs/reference/modules/network.asciidoc

+ 3 - 2
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
-<<network-interface-values,special value>>.
+this host to other nodes in the cluster. Accepts an IP address, hostname, a
+<<network-interface-values,special value>>, or an array of any combination
+of these.
 +
 Defaults to `_local_`.