Files
coredns/middleware/etcd/etcd.md
Miek Gieben ae841ae342 it compiles
2016-03-22 11:04:56 +00:00

682 B

etcd

etcd enabled reading zone data from an etcd instance. The data in etcd has to be encoded as a message like SkyDNS.

Syntax

etcd [endpoint...]
  • endpoint is the endpoint of etcd.

The will default to /skydns as the path and the local etcd proxy (http://127.0.0.1:2379).

If you want to round robin A and AAAA responses look at the round_robin middleware.

etcd {
    path /skydns
    endpoint endpoint...
    stubzones
}
  • path /skydns
  • endpoint endpoints...
  • stubzones

Examples