mirror of
				https://github.com/coredns/coredns.git
				synced 2025-11-03 10:43:20 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			160 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			160 B
		
	
	
	
		
			Go
		
	
	
	
	
	
// Package core registers the server and all plugins we support.
 | 
						|
package core
 | 
						|
 | 
						|
import (
 | 
						|
	// plug in the server
 | 
						|
	_ "github.com/coredns/coredns/core/dnsserver"
 | 
						|
)
 |