mirror of https://github.com/status-im/consul.git
Remove SRV from DNS query tag example
The results show the A record, not the SRV record
This commit is contained in:
parent
cc51bf6926
commit
631dcb1eba
|
@ -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