From 0334039ceac77eef308ddf4616da81c41a41ee1c Mon Sep 17 00:00:00 2001 From: fusiondog Date: Thu, 9 Jun 2016 17:05:00 -0700 Subject: [PATCH] Added an and --- website/source/docs/guides/forwarding.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/guides/forwarding.html.markdown b/website/source/docs/guides/forwarding.html.markdown index 32b29a9794..88e7dc7eae 100644 --- a/website/source/docs/guides/forwarding.html.markdown +++ b/website/source/docs/guides/forwarding.html.markdown @@ -134,7 +134,7 @@ to forward ports on the same machine without a secondary service. Since Consul, resolves the `.consul` TDL, it is especially important to use the `recursors` option if you wish the `iptables` setup to resolve for other domains. The recursors should not include the localhost as the redirects would just intercept the requests. The iptables method is suited for situations where an -external DNS service is already running in your infrastructure is used as the recursor or if you want +external DNS service is already running in your infrastructure and is used as the recursor or if you want to use an existing DNS server as your query endpoint and forward requests for the consul domain to the consul server. In both of those cases you may want to query the consul server but not need the overhead of a separate service on the consul host.