From 4db6d83f44f66273b08ff3f5d6fb34b7021266b4 Mon Sep 17 00:00:00 2001 From: Phillip Markert Date: Tue, 17 Jun 2014 09:11:13 -0400 Subject: [PATCH] website: Fixed semantic meaning of upstream in DNS guide --- website/source/docs/guides/dns-cache.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/guides/dns-cache.html.markdown b/website/source/docs/guides/dns-cache.html.markdown index 37d79fc47..007d3ed71 100644 --- a/website/source/docs/guides/dns-cache.html.markdown +++ b/website/source/docs/guides/dns-cache.html.markdown @@ -41,7 +41,7 @@ of the leader. ## TTL Values -TTL values can be set to allow DNS results to be cached upstream +TTL values can be set to allow DNS results to be cached downstream of Consul which can be reduce the number of lookups and to amortize the latency of doing a DNS lookup. By default, all TTLs are zero, preventing any caching.