diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/coredns.go | 3 |
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 |