From e34280e7af517443a8f95e76247cf614c37fdbf6 Mon Sep 17 00:00:00 2001 From: Michael Richmond Date: Thu, 28 Apr 2016 11:07:44 -0700 Subject: Clean up remove caddy refs (#139) * Changed reference to Caddy over to CoreDNS * Removing references to caddy * Fixed misleading error message to reference coredns * Cleaning up references to caddy * Adding clean and deps targets Muscle memory is resulting in "make clean" commands. * Adding test target to makefile * More "Caddy" cleanup --- core/directives.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/directives.go') diff --git a/core/directives.go b/core/directives.go index 3a56783ff..3de69f8fb 100644 --- a/core/directives.go +++ b/core/directives.go @@ -68,7 +68,7 @@ var directiveOrder = []directive{ {"proxy", setup.Proxy}, } -// RegisterDirective adds the given directive to caddy's list of directives. +// RegisterDirective adds the given directive to CoreDNS's list of directives. // Pass the name of a directive you want it to be placed after, // otherwise it will be placed at the bottom of the stack. func RegisterDirective(name string, setup SetupFunc, after string) { -- cgit v1.2.3