From eb21aab1b537407001de5572a063001ba5681a45 Mon Sep 17 00:00:00 2001 From: Konstantine Date: Mon, 22 Nov 2021 01:09:39 +0200 Subject: [PATCH] Update website/content/docs/discovery/dns.mdx Co-authored-by: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com> --- website/content/docs/discovery/dns.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/content/docs/discovery/dns.mdx b/website/content/docs/discovery/dns.mdx index 17f398b5d1..a8ed0e341f 100644 --- a/website/content/docs/discovery/dns.mdx +++ b/website/content/docs/discovery/dns.mdx @@ -121,7 +121,9 @@ machine.node.dc1.test-domain. 0 IN A 127.0.0.1 machine.node.dc1.test-domain. 0 IN TXT "consul-network-segment=" ``` --> **Note:** Response to `.in-addr.arpa.` will always be returned with your default domain, as there is no way to identify queried domain. +-> **Note:** Responses to PTR queries (`.in-addr.arpa.`) will always use the +[primary domain](/docs/agent/options#domain) (not the alternative domain), +as there is no way for the query to specify a domain. ## Service Lookups