mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-31 02:03:20 -04: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