diff options
author | 2016-03-24 17:55:46 +0000 | |
---|---|---|
committer | 2016-03-24 17:55:46 +0000 | |
commit | 9712bade34dafe75134bf089fd07a78ff565a3cc (patch) | |
tree | c6926ee185ae87c011a67e5dd053668677a8282b | |
parent | 2caddcf76192e0266dc5b699be29f595ad2477c1 (diff) | |
download | coredns-9712bade34dafe75134bf089fd07a78ff565a3cc.tar.gz coredns-9712bade34dafe75134bf089fd07a78ff565a3cc.tar.zst coredns-9712bade34dafe75134bf089fd07a78ff565a3cc.zip |
fix doc
-rw-r--r-- | middleware/etcd/etcd.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/middleware/etcd/etcd.md b/middleware/etcd/etcd.md index 1e91dc337..ea1abc81f 100644 --- a/middleware/etcd/etcd.md +++ b/middleware/etcd/etcd.md @@ -18,8 +18,7 @@ etcd [zones...] The will default to `/skydns` as the path and the local etcd proxy (http://127.0.0.1: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 `round_robin` middleware. optimize -middleware? +If you want to `round robin` A and AAAA responses look at the `loadbalance` middleware. ~~~ etcd { |