coredns/middleware/proxy
Miek Gieben 8f9f2cd1ab Add etcd middleware
This middleware acts in the same way as SkyDNS. We might add options
to allow it to be behave different, but for now it will suffice.

A Corefile like:
.:1053 {
    etcd miek.nl
    proxy . 8.8.8.8:53
}
will perform lookup in etcd and proxy everything not miek.nl to Google
for further resolution.

The internal etcd forwarding *also* uses the proxy infrastructure,
meaning you get health check and such for (almost) free
2016-03-23 10:41:40 +00:00
..
lookup.go Add etcd middleware 2016-03-23 10:41:40 +00:00
lookup_test.go Add etcd middleware 2016-03-23 10:41:40 +00:00
policy.go First commit 2016-03-18 20:57:35 +00:00
policy_test.go First commit 2016-03-18 20:57:35 +00:00
proxy.go Use context.Context 2016-03-19 07:32:50 +00:00
proxy.md Update docs 2016-03-19 20:59:10 +00:00
proxy_test.go Use context.Context 2016-03-19 07:32:50 +00:00
reverseproxy.go Use context.Context 2016-03-19 07:32:50 +00:00
upstream.go Fix upstream tests 2016-03-19 16:11:30 +00:00
upstream_test.go Fix upstream tests 2016-03-19 16:11:30 +00:00