diff options
author | 2017-10-10 09:39:35 +0200 | |
---|---|---|
committer | 2017-10-10 09:39:35 +0200 | |
commit | 427aed6f5b465277dbc85be3ffbdccf0b88257ac (patch) | |
tree | 7145ba2944e0e1ee7bf54df89bb2fcc677225197 /plugin/etcd | |
parent | 7c6ba3fcbd78d8698b62925451b39cb103cbadbc (diff) | |
download | coredns-427aed6f5b465277dbc85be3ffbdccf0b88257ac.tar.gz coredns-427aed6f5b465277dbc85be3ffbdccf0b88257ac.tar.zst coredns-427aed6f5b465277dbc85be3ffbdccf0b88257ac.zip |
doc update (#1140)
* doc update
Go through all README and fix mistakes, extend example and let more
corefile snippets be test for validity.
* Cant use spefic addr in test
Diffstat (limited to 'plugin/etcd')
-rw-r--r-- | plugin/etcd/README.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/plugin/etcd/README.md b/plugin/etcd/README.md index 383200771..8b8680f25 100644 --- a/plugin/etcd/README.md +++ b/plugin/etcd/README.md @@ -4,8 +4,8 @@ a [message](https://github.com/skynetservices/skydns/blob/2fcff74cdc9f9a7dd64189a447ef27ac354b725f/msg/service.go#L26) like [SkyDNS](https://github.com/skynetservices/skydns). It should also work just like SkyDNS. -The etcd plugin makes extensive use of the proxy plugin to forward and query other servers -in the network. +The etcd plugin makes extensive use of the proxy plugin to forward and query other servers in the +network. ## Syntax @@ -15,8 +15,8 @@ etcd [ZONES...] * **ZONES** zones etcd should be authoritative for. -The path will default to `/skydns` the local etcd proxy (http://localhost:2379). -If no zones are specified the block's zone will be used as the zone. +The path will default to `/skydns` the local etcd proxy (http://localhost:2379). If no zones are +specified the block's zone will be used as the zone. If you want to `round robin` A and AAAA responses look at the `loadbalance` plugin. @@ -103,7 +103,7 @@ Next you'll need to populate the zone with reverse records, here we add a revers Querying with dig: -~~~ +~~~ sh % dig @localhost -x 10.0.0.127 +short -reverse.atoom.net. +reverse.skydns.local. ~~~ |