Browse Source

Added the dns_config option enable_truncate to the docs.

pull/376/head
Alex Wheeler 10 years ago
parent
commit
bb613cf467
  1. 4
      website/source/docs/agent/options.html.markdown

4
website/source/docs/agent/options.html.markdown

@ -266,6 +266,10 @@ definitions support being updated during a reload.
there is no specific policy available for a service. By default, all services are served
with a 0 TTL value. Setting this enables DNS caching.
* `enable_truncate` - If set to true, a UDP DNS query that would return more than 3 records
will set the truncated flag, indicating to clients that they should re-query using TCP to
get the full set of records.
* `domain` - By default, Consul responds to DNS queries in the "consul." domain.
This flag can be used to change that domain. All queries in this domain are assumed
to be handled by Consul, and will not be recursively resolved.

Loading…
Cancel
Save