diff --git a/website/source/docs/guides/index.html.markdown b/website/source/docs/guides/index.html.markdown index c1a8f946bd..69d77d92ad 100644 --- a/website/source/docs/guides/index.html.markdown +++ b/website/source/docs/guides/index.html.markdown @@ -20,6 +20,8 @@ The following guides are available: * [Bootstrapping](/docs/guides/bootstrapping.html) - This guide covers bootstrapping a new datacenter. This covers safely adding the initial Consul servers. +* [DNS Caching](/docs/guides/dns-cache.html) - Enabling TTLs for DNS query caching + * [DNS Forwarding](/docs/guides/forwarding.html) - Forward DNS queries from Bind to Consul * [External Services](/docs/guides/external.html) - This guide covers registering an external service. This allows using 3rd party services within the Consul framework. @@ -31,3 +33,4 @@ The following guides are available: * [Outage Recovery](/docs/guides/outage.html) - This guide covers recovering a cluster that has become unavailable due to server failures. * [Semaphore](/docs/guides/semaphore.html) - This guide covers using the Key/Value store to implement a semaphore. +