diff options
author | 2018-01-25 11:02:51 +0000 | |
---|---|---|
committer | 2018-01-25 11:02:51 +0000 | |
commit | 77bd7eaedea1ab7fb2112e070435091eeb4e7c36 (patch) | |
tree | 232bb72cc1b7164aea023499df7116bcc4082880 /plugin.cfg | |
parent | 1e75061aec43689586986bc08f2e6a1c074418c3 (diff) | |
download | coredns-77bd7eaedea1ab7fb2112e070435091eeb4e7c36.tar.gz coredns-77bd7eaedea1ab7fb2112e070435091eeb4e7c36.tar.zst coredns-77bd7eaedea1ab7fb2112e070435091eeb4e7c36.zip |
Add on plugin (#1412)
Enable this Caddy plugin by default. Docs will go up coredns.io for this
as well.
See https://caddyserver.com/docs/on
Diffstat (limited to 'plugin.cfg')
-rw-r--r-- | plugin.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin.cfg b/plugin.cfg index 77fdc282d..06e1de5f4 100644 --- a/plugin.cfg +++ b/plugin.cfg @@ -50,5 +50,6 @@ etcd:etcd proxy:proxy erratic:erratic whoami:whoami +on:github.com/mholt/caddy/onevent startup:github.com/mholt/caddy/startupshutdown shutdown:github.com/mholt/caddy/startupshutdown |