From 759e535f549ea0f839641b1079fea6141063c15f Mon Sep 17 00:00:00 2001 From: Kevin Simper Date: Thu, 14 Jan 2016 22:53:14 +0100 Subject: [PATCH] Updating dns forwarding It is not really clear that you only have to do one of the following and not all three. --- website/source/docs/guides/forwarding.html.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/source/docs/guides/forwarding.html.markdown b/website/source/docs/guides/forwarding.html.markdown index dc0e18bef..96ae9af13 100644 --- a/website/source/docs/guides/forwarding.html.markdown +++ b/website/source/docs/guides/forwarding.html.markdown @@ -28,6 +28,8 @@ default. By contrast, when `recursors` is set and the upstream resolver is functioning correctly, Consul will try to resolve CNAMEs and include any records (e.g. A, AAAA, PTR) for them in its DNS reply. +You can either do one of the following: + ### BIND Setup First, you have to disable DNSSEC so that Consul and BIND can communicate.