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 94bb1945e1
commit 4ca26f68fd
1 changed files with 3 additions and 2 deletions

View File

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