mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 10:43:17 -04:00
Updates to README
This commit is contained in:
13
middleware/cache/README.md
vendored
13
middleware/cache/README.md
vendored
@@ -20,10 +20,19 @@ A cache mostly makes sense with a middleware that is potentially slow, i.e. a pr
|
||||
answer, or to minimize backend queries for middleware like etcd. Using a cache with the file
|
||||
middleware essentially doubles the memory load with no concealable increase of query speed.
|
||||
|
||||
The minimum TTL allowed on resource records is 5 seconds.
|
||||
|
||||
## Examples
|
||||
|
||||
~~~
|
||||
cache
|
||||
cache 10
|
||||
~~~
|
||||
|
||||
Enable caching for all zones.
|
||||
Enable caching for all zones, but cap everything to a TTL of 10 seconds.
|
||||
|
||||
~~~
|
||||
proxy . 8.8.8.8:53
|
||||
cache miek.nl
|
||||
~~~
|
||||
|
||||
Proxy to Google Public DNS and only cache responses for miek.nl (or below).
|
||||
|
||||
Reference in New Issue
Block a user