From a6c3719bd8af03ca908dd5da77d5a017afd76834 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Tue, 22 Mar 2016 11:32:12 +0000 Subject: [PATCH] Change of config --- middleware/etcd/etcd.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/middleware/etcd/etcd.md b/middleware/etcd/etcd.md index 517a3d769..1986b5ca3 100644 --- a/middleware/etcd/etcd.md +++ b/middleware/etcd/etcd.md @@ -7,14 +7,16 @@ like [SkyDNS](https//github.com/skynetservices/skydns). ## Syntax ~~~ -etcd [endpoint...] +etcd [zones...] ~~~ -* `endpoint` is the endpoint of etcd. +* `zones` zones it should be authoritative for. 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. +If you want to `round robin` A and AAAA responses look at the `round_robin` middleware. optimize +middleware? ~~~ etcd {