mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
just use setup (#1574)
All these functions are namespaced by their package anyway; just use setup().
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
"github.com/mholt/caddy"
|
||||
)
|
||||
|
||||
func setupBind(c *caddy.Controller) error {
|
||||
func setup(c *caddy.Controller) error {
|
||||
config := dnsserver.GetConfig(c)
|
||||
|
||||
// addresses will be consolidated over all BIND directives available in that BlocServer
|
||||
|
||||
Reference in New Issue
Block a user