add closest encloser stuff

This commit is contained in:
Miek Gieben
2016-03-30 16:45:02 +00:00
parent 3838eabda4
commit bf6d90600b
6 changed files with 62 additions and 18 deletions

View File

@@ -2,6 +2,7 @@ package file
import (
"github.com/miekg/coredns/middleware/file/tree"
"github.com/miekg/dns"
)