Commit 3e6489ef authored by Miek Gieben's avatar Miek Gieben Committed by Michael Grosser

Remove the deprecate plugins (#1612)

Remove startup and shutdown completely
parent 55824516
...@@ -44,6 +44,4 @@ var Directives = []string{ ...@@ -44,6 +44,4 @@ var Directives = []string{
"erratic", "erratic",
"whoami", "whoami",
"on", "on",
"startup",
"shutdown",
} }
...@@ -10,7 +10,6 @@ import ( ...@@ -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"
......
...@@ -53,5 +53,3 @@ proxy:proxy ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment