Merge pull request #76 from garethr/patch-1
website: Remove SRV from DNS query tag example
This commit is contained in:
commit
2874058d5a
|
@ -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.
|
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:
|
;; QUESTION SECTION:
|
||||||
|
|
Loading…
Reference in a new issue