Change of config

This commit is contained in:
Miek Gieben
2016-03-22 11:32:12 +00:00
parent 6b667cc340
commit a6c3719bd8

View File

@@ -7,14 +7,16 @@ like [SkyDNS](https//github.com/skynetservices/skydns).
## Syntax ## 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). 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 { etcd {