From 359807375e1584767e82835bc565602e22aea368 Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Thu, 8 May 2014 13:44:59 -0700 Subject: [PATCH] website: mention client_addr --- website/source/docs/agent/dns.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/dns.html.markdown b/website/source/docs/agent/dns.html.markdown index 4610780b34..e24cddf743 100644 --- a/website/source/docs/agent/dns.html.markdown +++ b/website/source/docs/agent/dns.html.markdown @@ -18,7 +18,7 @@ provide the redis service, located in the "east-aws" datacenter, with no failing health checks. It's that simple! There are a number of [configuration options](/docs/agent/options.html) that -are important for the DNS interface. They are `ports.dns`, `recursor`, +are important for the DNS interface. They are `client_addr`, `ports.dns`, `recursor`, and `domain`. By default Consul will listen on 127.0.0.1:8600 for DNS queries in the "consul." domain, without support for DNS recursion.