Skip to content

Commit

Permalink
Merge pull request #76 from garethr/patch-1
Browse files Browse the repository at this point in the history
website: Remove SRV from DNS query tag example
  • Loading branch information
armon committed Apr 24, 2014
2 parents cc51bf6 + 631dcb1 commit 513dfa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 513dfa8

Please sign in to comment.