diff options
author | 2018-02-05 23:07:43 -0800 | |
---|---|---|
committer | 2018-02-06 07:07:43 +0000 | |
commit | 367ed65f226a9e7bd137ffc41aead6d16452854d (patch) | |
tree | a9ac12d1921ee772c9ee84291633f2ba3c96df2a | |
parent | 5b844b5017f004fffa83157041e8ffd3ac085c92 (diff) | |
download | coredns-367ed65f226a9e7bd137ffc41aead6d16452854d.tar.gz coredns-367ed65f226a9e7bd137ffc41aead6d16452854d.tar.zst coredns-367ed65f226a9e7bd137ffc41aead6d16452854d.zip |
Fix default endpoint port (#1490)
-rw-r--r-- | plugin/etcd/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/etcd/README.md b/plugin/etcd/README.md index d4f85f024..fcc99a93d 100644 --- a/plugin/etcd/README.md +++ b/plugin/etcd/README.md @@ -44,7 +44,7 @@ etcd [ZONES...] { is authoritative. If specific zones are listed (for example `in-addr.arpa` and `ip6.arpa`), then only queries for those zones will be subject to fallthrough. * **PATH** the path inside etcd. Defaults to "/skydns". -* **ENDPOINT** the etcd endpoints. Defaults to "http://localhost:2397". +* **ENDPOINT** the etcd endpoints. Defaults to "http://localhost:2379". * `upstream` upstream resolvers to be used resolve external names found in etcd (think CNAMEs) pointing to external names. If you want CoreDNS to act as a proxy for clients, you'll need to add the proxy plugin. **ADDRESS** can be an IP address, and IP:port or a string pointing to a file |