diff options
author | 2018-02-09 11:30:55 +0000 | |
---|---|---|
committer | 2018-02-09 11:30:55 +0000 | |
commit | 2e894eb0a27f5c7d5479c32db69a461e4ed544c8 (patch) | |
tree | 2ffd73cb37fec47b81313e348ad4d1625b27acd1 /plugin.cfg | |
parent | 006ce4d56e394f08cb5c1a296d6e0526165d209a (diff) | |
download | coredns-2e894eb0a27f5c7d5479c32db69a461e4ed544c8.tar.gz coredns-2e894eb0a27f5c7d5479c32db69a461e4ed544c8.tar.zst coredns-2e894eb0a27f5c7d5479c32db69a461e4ed544c8.zip |
plugin/reload: disable for now (#1511)
Reloading should work (kill -TERM reload the coredns process), but a lot
of plugins can't handle it proper. Disable to reload plugin until we fix
(most) of the plugins
Diffstat (limited to 'plugin.cfg')
-rw-r--r-- | plugin.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin.cfg b/plugin.cfg index 60193990d..21da3b949 100644 --- a/plugin.cfg +++ b/plugin.cfg @@ -20,7 +20,7 @@ # log:log tls:tls -reload:reload +#reload:reload # enable by reverting #1511 nsid:nsid root:root bind:bind |