Tweaks translate_wan_addr documentation.

Adds a note about HTTP being 0.7 and later only.
This commit is contained in:
James Phillips 2016-08-15 16:23:01 -07:00 committed by GitHub
parent 4057c5bdde
commit 315b9d4ea4

View File

@ -756,8 +756,9 @@ Consul will not enable TLS for the HTTP API unless the `https` port has been ass
default. default.
<br> <br>
<br> <br>
In addition to addresses in DNS responses, Consul will also translate node addresses in responses Starting in Consul 0.7 and later, node addresses in responses to the following HTTP endpoints will
to the following HTTP endpoints when querying a remote datacenter: prefer a node's configured <a href="#_advertise-wan">WAN address</a> when querying for a node in a
remote datacenter:
<br> <br>
* [`/v1/catalog/nodes`](/docs/agent/http/catalog.html#catalog_nodes) * [`/v1/catalog/nodes`](/docs/agent/http/catalog.html#catalog_nodes)
* [`/v1/catalog/node/<node>`](/docs/agent/http/catalog.html#catalog_node) * [`/v1/catalog/node/<node>`](/docs/agent/http/catalog.html#catalog_node)