From fa514bf439edd75948f8b4f4aa8d5ea9eb60afa2 Mon Sep 17 00:00:00 2001 From: Ben Abrams Date: Wed, 11 Jan 2017 21:08:20 -0800 Subject: [PATCH] fixing typo in documentaion --- 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 f65cd386ba..e7fbd3de51 100644 --- a/website/source/docs/guides/forwarding.html.markdown +++ b/website/source/docs/guides/forwarding.html.markdown @@ -135,7 +135,7 @@ for additional details): On Linux systems that support it, incoming requests and requests to the local host can use `iptables` to forward ports on the same machine without a secondary service. Since Consul, by default, only resolves -the `.consul` TDL, it is especially important to use the `recursors` +the `.consul` TLD, 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 local host as the redirects would just intercept the requests.