blob: cfbd36597a0fc89839d4723239c02c8383ea9220 (
plain) (
blame)
1
2
3
4
5
6
|
// 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) }
|