diff options
author | 2018-01-27 05:42:57 -0500 | |
---|---|---|
committer | 2018-01-27 10:42:57 +0000 | |
commit | 0b35d4d28f137853a81fb059812953e0f96fbec2 (patch) | |
tree | 7680a2e7f8831382129f061c6f859bf6e36db0b7 /plugin.cfg | |
parent | 80050766fb95b17d6ec9324c315fac379ddd78b2 (diff) | |
download | coredns-0b35d4d28f137853a81fb059812953e0f96fbec2.tar.gz coredns-0b35d4d28f137853a81fb059812953e0f96fbec2.tar.zst coredns-0b35d4d28f137853a81fb059812953e0f96fbec2.zip |
Reload hook (#1445)
* Add reload directive
* gofmt
* Fix default jitter and error message
* remove unneeded call to NextArg, add a couple negative setup tests
* Review feedback
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 d3efb3889..2b34faa63 100644 --- a/plugin.cfg +++ b/plugin.cfg @@ -20,6 +20,7 @@ # log:log tls:tls +reload:reload nsid:nsid root:root bind:bind |