mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -04:00
Remove the deprecate plugins (#1612)
Remove startup and shutdown completely
This commit is contained in:
committed by
Michael Grosser
parent
55824516bd
commit
3e6489ef67
@@ -44,6 +44,4 @@ var Directives = []string{
|
|||||||
"erratic",
|
"erratic",
|
||||||
"whoami",
|
"whoami",
|
||||||
"on",
|
"on",
|
||||||
"startup",
|
|
||||||
"shutdown",
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
|||||||
erratic:erratic
|
erratic:erratic
|
||||||
whoami:whoami
|
whoami:whoami
|
||||||
on:github.com/mholt/caddy/onevent
|
on:github.com/mholt/caddy/onevent
|
||||||
startup:deprecated
|
|
||||||
shutdown:deprecated
|
|
||||||
|
|||||||
Reference in New Issue
Block a user