mirror of
https://github.com/coredns/coredns.git
synced 2025-12-07 10:55:17 -05:00
just use setup (#1574)
All these functions are namespaced by their package anyway; just use setup().
This commit is contained in:
@@ -6,6 +6,6 @@ import "github.com/mholt/caddy"
|
||||
func init() {
|
||||
caddy.RegisterPlugin("bind", caddy.Plugin{
|
||||
ServerType: "dns",
|
||||
Action: setupBind,
|
||||
Action: setup,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user