coredns/middleware
Miek Gieben f58f1e4285 Add secondary support
Allow specifying a primary server and retrieve the zone's content.

Add tests and an Expired bool to zone struct, to stop server zones

that are expired. The zone is retrieved on Startup, no updates of

changed content are done. We also don't respond to notifies yet.
2016-04-03 09:02:34 +01:00
..
chaos middleware: change documentation filenames to README.md 2016-04-01 18:26:18 -04:00
errors middleware: change documentation filenames to README.md 2016-04-01 18:26:18 -04:00
etcd middleware: change documentation filenames to README.md 2016-04-01 18:26:18 -04:00
file Add secondary support 2016-04-03 09:02:34 +01:00
loadbalance middleware: change documentation filenames to README.md 2016-04-01 18:26:18 -04:00
log middleware: change documentation filenames to README.md 2016-04-01 18:26:18 -04:00
prometheus Use context.Context 2016-03-19 07:32:50 +00:00
proxy middleware: change documentation filenames to README.md 2016-04-01 18:26:18 -04:00
rewrite middleware: change documentation filenames to README.md 2016-04-01 18:26:18 -04:00
secondary Add secondary support 2016-04-03 09:02:34 +01:00
testing empty non-terminal support 2016-04-02 16:56:16 +01:00
canonical.go Fix closest encloser 2016-03-30 20:13:48 +01:00
canonical_test.go Add canonical sorting 2016-03-30 13:12:27 +00:00
commands.go First commit 2016-03-18 20:57:35 +00:00
commands_test.go First commit 2016-03-18 20:57:35 +00:00
exchange.go Add etcd middleware 2016-03-23 10:41:40 +00:00
host.go Rename Standard to Normalize 2016-04-03 07:44:28 +01:00
middleware.go Use context.Context 2016-03-19 07:32:50 +00:00
middleware_test.go Use context.Context 2016-03-19 07:32:50 +00:00
name.go Allow rewriting of the the name of the query as well. And improve 2016-03-23 21:45:27 +00:00
recorder.go Support outgoing zone transfers 2016-03-28 18:23:17 +01:00
recorder_test.go Use context.Context 2016-03-19 07:32:50 +00:00
replacer.go Random fixes and make servfail the special return code 2016-03-19 20:17:44 +00:00
replacer_test.go Use context.Context 2016-03-19 07:32:50 +00:00
roller.go First commit 2016-03-18 20:57:35 +00:00
state.go Implement a DNS zone 2016-03-28 10:15:05 +01:00
state_test.go Use context.Context 2016-03-19 07:32:50 +00:00
zone.go Rename Standard to Normalize 2016-04-03 07:44:28 +01:00