mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
deprecate startup/shutdown (#1577)
error on startup when we see these in a corefile: ~~~ % ./coredns 2018/03/01 06:51:23 plugin/startup: this plugin has been deprecated % ./coredns 2018/03/01 06:51:32 plugin/shutdown: this plugin has been deprecated ~~~
This commit is contained in:
@@ -53,5 +53,5 @@ proxy:proxy
|
||||
erratic:erratic
|
||||
whoami:whoami
|
||||
on:github.com/mholt/caddy/onevent
|
||||
startup:github.com/mholt/caddy/startupshutdown
|
||||
shutdown:github.com/mholt/caddy/startupshutdown
|
||||
startup:deprecated
|
||||
shutdown:deprecated
|
||||
|
||||
Reference in New Issue
Block a user