just use setup (#1574)

All these functions are namespaced by their package anyway; just use
setup().
This commit is contained in:
Miek Gieben 2018-02-28 19:56:14 -08:00 committed by GitHub
parent 4f3dc207a4
commit 654b88d8c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 18 additions and 18 deletions

View file

@ -6,6 +6,6 @@ import "github.com/mholt/caddy"
func init() {
caddy.RegisterPlugin("bind", caddy.Plugin{
ServerType: "dns",
Action: setupBind,
Action: setup,
})
}