From d7d3719b86507af99cb7a3fe4b964564813a6090 Mon Sep 17 00:00:00 2001 From: Blake Covarrubias Date: Mon, 18 Sep 2023 22:08:31 -0700 Subject: [PATCH] Remove errant backtick --- website/content/docs/services/discovery/dns-static-lookups.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/services/discovery/dns-static-lookups.mdx b/website/content/docs/services/discovery/dns-static-lookups.mdx index 921390f198a5..c23e52dce04e 100644 --- a/website/content/docs/services/discovery/dns-static-lookups.mdx +++ b/website/content/docs/services/discovery/dns-static-lookups.mdx @@ -234,7 +234,7 @@ _redis._tcp.service.phx1.peer.consul. 0 IN SRV 1 1 29142 0a010d56.addr.consul. If a service registered with Consul is configured with an explicit IP address or addresses in the [`address`](/consul/docs/services/configuration/services-configuration-reference#address) or [`tagged_address`](/consul/docs/services/configuration/services-configuration-reference#tagged_address) parameter, then Consul returns the hostname in the target field of the answer section for the DNS SRV query according to the following format: ```text -.addr..consul`. +.addr..consul. ``` In the following example, the `rabbitmq` service is registered with an explicit IPv4 address of `192.0.2.10`.