From 316f0ea729c84d5a05e9a9f8238efe3fe5ba3545 Mon Sep 17 00:00:00 2001 From: Matt Keeler Date: Mon, 4 Jun 2018 13:56:34 -0400 Subject: [PATCH] Mention that PTR queries get sent to all resolvers --- website/source/docs/guides/forwarding.html.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/guides/forwarding.html.md b/website/source/docs/guides/forwarding.html.md index 1c44789385..784d2a903f 100644 --- a/website/source/docs/guides/forwarding.html.md +++ b/website/source/docs/guides/forwarding.html.md @@ -179,6 +179,9 @@ mapping. [root@localhost ~]# iptables -t nat -A OUTPUT -d localhost -p tcp -m tcp --dport 53 -j REDIRECT --to-ports 8600 ``` +Note: With this setup, PTR record queries will still be sent out +to the other configured resolvers in addition to Consul. + ### iptables Setup On Linux systems that support it, incoming requests and requests to