mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-31 02:03:20 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			127 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			127 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package coremain
 | |
| 
 | |
| // Various CoreDNS constants.
 | |
| const (
 | |
| 	CoreVersion = "1.1.2"
 | |
| 	coreName    = "CoreDNS"
 | |
| 	serverType  = "dns"
 | |
| )
 |