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{
"erratic",
"whoami",
"on",
"startup",
"shutdown",
}
......@@ -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"
......
......@@ -53,5 +53,3 @@ proxy:proxy
erratic:erratic
whoami:whoami
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