diff options
author | 2016-03-26 16:32:36 +0000 | |
---|---|---|
committer | 2016-03-26 16:32:36 +0000 | |
commit | 7a4ca687a22ea81c05a01edabaa265e048172ba3 (patch) | |
tree | 30c4ee8abb9a81b0d74e8f488e220b71e2084a91 /middleware/etcd | |
parent | ebef64280a90f9740870125ec092ccd558fd13f9 (diff) | |
download | coredns-7a4ca687a22ea81c05a01edabaa265e048172ba3.tar.gz coredns-7a4ca687a22ea81c05a01edabaa265e048172ba3.tar.zst coredns-7a4ca687a22ea81c05a01edabaa265e048172ba3.zip |
Fix docs
Diffstat (limited to 'middleware/etcd')
-rw-r--r-- | middleware/etcd/etcd.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/middleware/etcd/etcd.md b/middleware/etcd/etcd.md index 0f663d0bc..e5c1d3997 100644 --- a/middleware/etcd/etcd.md +++ b/middleware/etcd/etcd.md @@ -34,8 +34,6 @@ etcd [zones...] { * `path` the path inside etcd, defaults to "/skydns". * `endpoint` the etcd endpoints, default to "http://localhost:2397". * `upstream` upstream resolvers to be used resolve external names found in etcd. -* `tls` followed the cert, key and the CA's cert - -TODO: TLS params! +* `tls` followed the cert, key and the CA's cert filenames. ## Examples |