mirror of
https://github.com/coredns/coredns.git
synced 2025-11-02 18:23:25 -05:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user