coredns/core/setup
Miek Gieben 10db2a80df Cache (#126)
* Add middleware/cache

Add a caching middleware that caches nxdomain, nodata and successful
responses. It differentiates between DNSSEC on normal DNS replies.

Each reply is compress and scrubbed so it will fit the specific client
asking for it.

* first simple test, less exporting of stuff

* more

* Add middleware/cache

Add a caching middleware that caches nxdomain, nodata and successful
responses. It differentiates between DNSSEC on normal DNS replies.

Each reply is compressed and scrubbed so it will fit the specific client
asking for it. The TTL is decremented with the time spend in the cache.
There is syntax that allows you to cap the TTL for all records, no
matter what. This allows for a shortlived cache, just to absorb query
peaks.

+Tests

* cache test infrastructure

* Testing
2016-04-19 11:13:24 +01:00
..
testdata First commit 2016-03-18 20:57:35 +00:00
bindhost.go First commit 2016-03-18 20:57:35 +00:00
cache.go Cache (#126) 2016-04-19 11:13:24 +01:00
chaos.go Implement chaos middleware 2016-03-25 08:36:32 +00:00
chaos_test.go Implement chaos middleware 2016-03-25 08:36:32 +00:00
controller.go Use context.Context 2016-03-19 07:32:50 +00:00
errors.go Errors directive testing and fixing 2016-03-19 13:37:20 +00:00
errors_test.go Errors directive testing and fixing 2016-03-19 13:37:20 +00:00
etcd.go All (non etcd) tests are now local (#105) 2016-04-11 15:56:22 +01:00
file.go Cache (#126) 2016-04-19 11:13:24 +01:00
health.go A health middleware 2016-04-06 09:21:46 +01:00
loadbalance.go Cache (#126) 2016-04-19 11:13:24 +01:00
log.go Fix middleware log 2016-03-19 11:16:08 +00:00
log_test.go Errors directive testing and fixing 2016-03-19 13:37:20 +00:00
metrics.go correct EDNS responses (#96) 2016-04-09 16:17:53 +01:00
proxy.go First commit 2016-03-18 20:57:35 +00:00
rewrite.go only rewrite types when they are given in uppercase 2016-03-19 22:12:07 +00:00
rewrite_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
root.go First commit 2016-03-18 20:57:35 +00:00
root_test.go First commit 2016-03-18 20:57:35 +00:00
secondary.go Reload zone when a write is detected (#122) 2016-04-15 14:26:27 +01:00
startupshutdown.go First commit 2016-03-18 20:57:35 +00:00
startupshutdown_test.go First commit 2016-03-18 20:57:35 +00:00