diff options
author | 2019-03-29 19:40:23 +0000 | |
---|---|---|
committer | 2019-03-29 19:40:23 +0000 | |
commit | ba87a0e6ba2048cc137b0c41436352a527444d67 (patch) | |
tree | f02dd38f00d22487e8f780e244ae402cf95694ab /plugin.cfg | |
parent | fcb49fe0160a8d39bd19141bc65874e6dd79a817 (diff) | |
download | coredns-ba87a0e6ba2048cc137b0c41436352a527444d67.tar.gz coredns-ba87a0e6ba2048cc137b0c41436352a527444d67.tar.zst coredns-ba87a0e6ba2048cc137b0c41436352a527444d67.zip |
plugin/cancel: add context cancelation plugin (#2711)
* plugin/cancel: add context cancelation plugin
Per review comments on #2704, move this into a plugin that gets called.
Add the most minimal plugin, tests and documenation.
Signed-off-by: Miek Gieben <miek@miek.nl>
* plugin/cache: add timeout option
review feedback: add option to set custom timeout.
Signed-off-by: Miek Gieben <miek@miek.nl>
* spelling
Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'plugin.cfg')
-rw-r--r-- | plugin.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin.cfg b/plugin.cfg index e31c9fdcf..1cbd3ed20 100644 --- a/plugin.cfg +++ b/plugin.cfg @@ -20,6 +20,7 @@ # log:log metadata:metadata +cancel:cancel tls:tls reload:reload nsid:nsid |