aboutsummaryrefslogtreecommitdiff
path: root/core/coredns.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/coredns.go')
-rw-r--r--core/coredns.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/coredns.go b/core/coredns.go
index 0ceb5d064..186c59612 100644
--- a/core/coredns.go
+++ b/core/coredns.go
@@ -22,3 +22,6 @@ import (
_ "github.com/miekg/coredns/middleware/rewrite"
_ "github.com/miekg/coredns/middleware/secondary"
)
+
+// Quiet mode will not show any informative output on initialization.
+var Quiet bool