diff options
Diffstat (limited to 'plugin/cache/README.md')
-rw-r--r-- | plugin/cache/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/cache/README.md b/plugin/cache/README.md index ad2483ae9..924a7543e 100644 --- a/plugin/cache/README.md +++ b/plugin/cache/README.md @@ -19,7 +19,7 @@ cache [TTL] [ZONES...] ~~~ * **TTL** max TTL in seconds. If not specified, the maximum TTL will be used, which is 3600 for - noerror responses and 1800 for denial of existence ones. + NOERROR responses and 1800 for denial of existence ones. Setting a TTL of 300: `cache 300` would cache records up to 300 seconds. * **ZONES** zones it should cache for. If empty, the zones from the configuration block are used. |