From 4c2b8562bf3563fbdfa12979133c0240811047ba Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Sun, 4 May 2014 13:26:21 -0700 Subject: [PATCH] website: Fixing old reference to dns_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 73c36fa9d4..4610780b34 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 `dns_addr`, `recursor`, +are important for the DNS interface. They are `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.