aboutsummaryrefslogtreecommitdiff
path: root/core/dnsserver/directives.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/dnsserver/directives.go')
-rw-r--r--core/dnsserver/directives.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dnsserver/directives.go b/core/dnsserver/directives.go
index 78a8a11f7..7f0c1a8f7 100644
--- a/core/dnsserver/directives.go
+++ b/core/dnsserver/directives.go
@@ -9,7 +9,7 @@ package dnsserver
// feel the effects of all other middleware below
// (after) them during a request, but they must not
// care what middleware above them are doing.
-var Directives = []string{
+var directives = []string{
"bind",
"health",
"pprof",