diff options
Diffstat (limited to '')
-rw-r--r-- | core/dnsserver/zdirectives.go | 2 | ||||
-rw-r--r-- | core/plugin/zplugin.go | 1 | ||||
-rw-r--r-- | plugin.cfg | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/core/dnsserver/zdirectives.go b/core/dnsserver/zdirectives.go index f0017e82c..046600c54 100644 --- a/core/dnsserver/zdirectives.go +++ b/core/dnsserver/zdirectives.go @@ -44,6 +44,4 @@ var Directives = []string{ "erratic", "whoami", "on", - "startup", - "shutdown", } diff --git a/core/plugin/zplugin.go b/core/plugin/zplugin.go index c545046a7..d22904fbd 100644 --- a/core/plugin/zplugin.go +++ b/core/plugin/zplugin.go @@ -10,7 +10,6 @@ import ( _ "github.com/coredns/coredns/plugin/cache" _ "github.com/coredns/coredns/plugin/chaos" _ "github.com/coredns/coredns/plugin/debug" - _ "github.com/coredns/coredns/plugin/deprecated" _ "github.com/coredns/coredns/plugin/dnssec" _ "github.com/coredns/coredns/plugin/dnstap" _ "github.com/coredns/coredns/plugin/erratic" diff --git a/plugin.cfg b/plugin.cfg index 9bcc96e25..4f19395f5 100644 --- a/plugin.cfg +++ b/plugin.cfg @@ -53,5 +53,3 @@ proxy:proxy erratic:erratic whoami:whoami on:github.com/mholt/caddy/onevent -startup:deprecated -shutdown:deprecated |