mirror of
				https://github.com/coredns/coredns.git
				synced 2025-11-03 18:53:13 -05:00 
			
		
		
		
	These plugins where missed in #3287 because their setup is done in a file other than setup.go Signed-off-by: Miek Gieben <miek@miek.nl>
		
			
				
	
	
		
			7 lines
		
	
	
		
			192 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			192 B
		
	
	
	
		
			Go
		
	
	
	
	
	
// Package bind allows binding to a specific interface instead of bind to all of them.
 | 
						|
package bind
 | 
						|
 | 
						|
import "github.com/coredns/coredns/plugin"
 | 
						|
 | 
						|
func init() { plugin.Register("bind", setup) }
 |