| 
									
										
										
										
											2016-08-19 17:14:17 -07:00
										 |  |  | package core
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | import (
 | 
					
						
							|  |  |  | 	// plug in the server
 | 
					
						
							|  |  |  | 	_ "github.com/miekg/coredns/core/dnsserver"
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	// plug in the standard directives
 | 
					
						
							|  |  |  | 	_ "github.com/miekg/coredns/middleware/bind"
 | 
					
						
							|  |  |  | 	_ "github.com/miekg/coredns/middleware/cache"
 | 
					
						
							|  |  |  | 	_ "github.com/miekg/coredns/middleware/chaos"
 | 
					
						
							|  |  |  | 	_ "github.com/miekg/coredns/middleware/dnssec"
 | 
					
						
							| 
									
										
										
										
											2016-08-20 23:03:36 +01:00
										 |  |  | 	_ "github.com/miekg/coredns/middleware/errors"
 | 
					
						
							| 
									
										
										
										
											2016-08-19 17:14:17 -07:00
										 |  |  | 	_ "github.com/miekg/coredns/middleware/etcd"
 | 
					
						
							|  |  |  | 	_ "github.com/miekg/coredns/middleware/file"
 | 
					
						
							| 
									
										
										
										
											2016-08-20 23:03:36 +01:00
										 |  |  | 	_ "github.com/miekg/coredns/middleware/health"
 | 
					
						
							| 
									
										
										
										
											2016-08-19 17:14:17 -07:00
										 |  |  | 	_ "github.com/miekg/coredns/middleware/kubernetes"
 | 
					
						
							| 
									
										
										
										
											2016-08-20 23:03:36 +01:00
										 |  |  | 	_ "github.com/miekg/coredns/middleware/loadbalance"
 | 
					
						
							|  |  |  | 	_ "github.com/miekg/coredns/middleware/log"
 | 
					
						
							|  |  |  | 	_ "github.com/miekg/coredns/middleware/metrics"
 | 
					
						
							|  |  |  | 	_ "github.com/miekg/coredns/middleware/pprof"
 | 
					
						
							| 
									
										
										
										
											2016-08-19 17:14:17 -07:00
										 |  |  | 	_ "github.com/miekg/coredns/middleware/proxy"
 | 
					
						
							| 
									
										
										
										
											2016-08-20 23:03:36 +01:00
										 |  |  | 	_ "github.com/miekg/coredns/middleware/rewrite"
 | 
					
						
							| 
									
										
										
										
											2016-08-19 17:14:17 -07:00
										 |  |  | 	_ "github.com/miekg/coredns/middleware/secondary"
 | 
					
						
							|  |  |  | )
 | 
					
						
							| 
									
										
										
										
											2016-09-10 09:16:25 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | // Quiet mode will not show any informative output on initialization.
 | 
					
						
							|  |  |  | var Quiet bool
 |