coredns/middleware
Miek Gieben 5387c162c9 Implement a DNS zone
Full implementation, DNS (and in the future DNSSEC). Returns answer in a
hopefully standards compliant way.
Testing with my miek.nl zone are included as well.
This should correctly handle nodata, nxdomain and cnames.
2016-03-28 10:15:05 +01:00
..
chaos bugfix: actually *use* the CH class 2016-03-25 20:30:38 +00:00
errors Implement chaos middleware 2016-03-25 08:36:32 +00:00
etcd Implement a DNS zone 2016-03-28 10:15:05 +01:00
file Implement a DNS zone 2016-03-28 10:15:05 +01:00
loadbalance Add test for CNAME ordering 2016-03-26 13:26:46 +00:00
log Errors directive testing and fixing 2016-03-19 13:37:20 +00:00
prometheus Use context.Context 2016-03-19 07:32:50 +00:00
proxy Add Scrub function 2016-03-26 09:26:54 +00:00
rewrite Allow rewriting of the the name of the query as well. And improve 2016-03-23 21:45: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 First commit 2016-03-18 20:57:35 +00: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 Implement chaos middleware 2016-03-25 08:36:32 +00: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 Add etcd middleware 2016-03-23 10:41:40 +00:00