Remove SRV from DNS query tag example
The results show the A record, not the SRV record
This commit is contained in:
parent
7e27ded378
commit
778d02b68b
|
@ -109,7 +109,7 @@ the example below, we ask Consul for all web services with the "rails"
|
|||
tag. We get a response since we registered our service with that tag.
|
||||
|
||||
```
|
||||
$ dig @127.0.0.1 -p 8600 rails.web.service.consul SRV
|
||||
$ dig @127.0.0.1 -p 8600 rails.web.service.consul
|
||||
...
|
||||
|
||||
;; QUESTION SECTION:
|
||||
|
|
Loading…
Reference in New Issue