diff options
author | 2017-12-05 12:02:37 -0600 | |
---|---|---|
committer | 2017-12-05 18:02:37 +0000 | |
commit | 0baab055df5ff263a50132a9e8201b8e25b4d22d (patch) | |
tree | 382b5bc1e96d1edd9a919c7d5d91f189c2c2d9eb /plugin/etcd/README.md | |
parent | 5bafa6d97f09cab356e6f5dce9ee46e672894372 (diff) | |
download | coredns-0baab055df5ff263a50132a9e8201b8e25b4d22d.tar.gz coredns-0baab055df5ff263a50132a9e8201b8e25b4d22d.tar.zst coredns-0baab055df5ff263a50132a9e8201b8e25b4d22d.zip |
Update etcd/README.md for multiple endpoints, and add additional test cases (#1277)
This fix tries to address the issue raised in 1275 to clarify
the syntax for multiple endpoints specification.
This fix also adds additional test cases to demo the usage.
This fix fixes 1275.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'plugin/etcd/README.md')
-rw-r--r-- | plugin/etcd/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugin/etcd/README.md b/plugin/etcd/README.md index f8e3353ca..7cc396f53 100644 --- a/plugin/etcd/README.md +++ b/plugin/etcd/README.md @@ -79,6 +79,14 @@ when resolving external pointing CNAMEs. } ~~~ +Multiple endpoints are supported as well. + +~~~ +etcd skydns.local { + endpoint http://localhost:2379 http://localhost:4001 +... +~~~ + ### Reverse zones |