Remove the deprecate plugins (#1612)

Remove startup and shutdown completely
This commit is contained in:
Miek Gieben
2018-03-14 21:18:29 +00:00
committed by Michael Grosser
parent 55824516bd
commit 3e6489ef67
3 changed files with 0 additions and 5 deletions

View File

@@ -44,6 +44,4 @@ var Directives = []string{
"erratic", "erratic",
"whoami", "whoami",
"on", "on",
"startup",
"shutdown",
} }

View File

@@ -10,7 +10,6 @@ import (
_ "github.com/coredns/coredns/plugin/cache" _ "github.com/coredns/coredns/plugin/cache"
_ "github.com/coredns/coredns/plugin/chaos" _ "github.com/coredns/coredns/plugin/chaos"
_ "github.com/coredns/coredns/plugin/debug" _ "github.com/coredns/coredns/plugin/debug"
_ "github.com/coredns/coredns/plugin/deprecated"
_ "github.com/coredns/coredns/plugin/dnssec" _ "github.com/coredns/coredns/plugin/dnssec"
_ "github.com/coredns/coredns/plugin/dnstap" _ "github.com/coredns/coredns/plugin/dnstap"
_ "github.com/coredns/coredns/plugin/erratic" _ "github.com/coredns/coredns/plugin/erratic"

View File

@@ -53,5 +53,3 @@ proxy:proxy
erratic:erratic erratic:erratic
whoami:whoami whoami:whoami
on:github.com/mholt/caddy/onevent on:github.com/mholt/caddy/onevent
startup:deprecated
shutdown:deprecated