From bb613cf467e4841ee0d396c384546d0453f993ca Mon Sep 17 00:00:00 2001 From: Alex Wheeler Date: Tue, 30 Sep 2014 15:31:28 -0400 Subject: [PATCH] Added the dns_config option enable_truncate to the docs. --- website/source/docs/agent/options.html.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/agent/options.html.markdown b/website/source/docs/agent/options.html.markdown index 077fe64727..d24e2b0777 100644 --- a/website/source/docs/agent/options.html.markdown +++ b/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.