aboutsummaryrefslogtreecommitdiff
path: root/plugin.cfg
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2018-03-01 07:22:08 -0800
committerGravatar GitHub <noreply@github.com> 2018-03-01 07:22:08 -0800
commit50b96fe2cea167419ea09b66177dd194c47791f3 (patch)
tree58c0a029028f2d0c42eeca7dcb0a6ad383fdf0eb /plugin.cfg
parentd67396dc7b87591ac07ac03554e57395c53d599b (diff)
downloadcoredns-50b96fe2cea167419ea09b66177dd194c47791f3.tar.gz
coredns-50b96fe2cea167419ea09b66177dd194c47791f3.tar.zst
coredns-50b96fe2cea167419ea09b66177dd194c47791f3.zip
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 ~~~
Diffstat (limited to '')
-rw-r--r--plugin.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin.cfg b/plugin.cfg
index 21da3b949..9e604eb6a 100644
--- a/plugin.cfg
+++ b/plugin.cfg
@@ -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