Skip to content

Commit

Permalink
Remove the deprecate plugins (coredns#1612)
Browse files Browse the repository at this point in the history
Remove startup and shutdown completely
  • Loading branch information
miekg authored and stp-ip committed Mar 14, 2018
1 parent 5582451 commit 3e6489e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions core/dnsserver/zdirectives.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,4 @@ var Directives = []string{
"erratic",
"whoami",
"on",
"startup",
"shutdown",
}
1 change: 0 additions & 1 deletion core/plugin/zplugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 0 additions & 2 deletions plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,3 @@ proxy:proxy
erratic:erratic
whoami:whoami
on:github.com/mholt/caddy/onevent
startup:deprecated
shutdown:deprecated

0 comments on commit 3e6489e

Please sign in to comment.