diff options
Diffstat (limited to 'middleware/bind/bind.go')
-rw-r--r-- | middleware/bind/bind.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/middleware/bind/bind.go b/middleware/bind/bind.go deleted file mode 100644 index bd3c32b51..000000000 --- a/middleware/bind/bind.go +++ /dev/null @@ -1,11 +0,0 @@ -// Package bind allows binding to a specific interface instead of bind to all of them. -package bind - -import "github.com/mholt/caddy" - -func init() { - caddy.RegisterPlugin("bind", caddy.Plugin{ - ServerType: "dns", - Action: setupBind, - }) -} |