From 27c08d452e38c8958222db6a5c1a784e239b3e0f Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Wed, 9 Dec 2015 14:04:44 -0500 Subject: [PATCH] fix tables --- docs/reference/modules/network.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/modules/network.asciidoc b/docs/reference/modules/network.asciidoc index 5b990b0f105..2c6bc6ea06a 100644 --- a/docs/reference/modules/network.asciidoc +++ b/docs/reference/modules/network.asciidoc @@ -13,6 +13,7 @@ Commonly used network settings: |`http.port` |Port to bind for incoming http requests. Can be set to a single value or a range. Defaults to `9200-9300`. |`transport.tcp.port` |Port to bind for communication between nodes. Can be set to a single value or a range. Defaults to `9300-9400`. +|======================================================================= Be careful with network configuration! Never expose an unprotected instance to the public internet. @@ -28,13 +29,12 @@ network interface. For example `_en0_`. |`_site_` |Will be resolved to site-local addresses (e.g. 192.168.0.1) |`_global_` |Will be resolved to globally-scoped addresses (e.g. 8.8.8.8) +|======================================================================= These special values will work over both IPv4 and IPv6 by default, but you can also limit this with the use of `:ipv4` of `:ipv6` specifiers, for example `_en0:ipv4_` would only bind to the ipv4 addresses of interface `en0`. -|======================================================================= - When the `discovery-ec2` plugin is installed, you can use {plugins}/discovery-ec2-discovery.html#discovery-ec2-network-host[ec2 specific host settings].