Commit a6c3719b authored by Miek Gieben's avatar Miek Gieben

Change of config

parent 6b667cc3
...@@ -7,14 +7,16 @@ like [SkyDNS](https//github.com/skynetservices/skydns). ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment