Add more logging

Put some more logging in CoreDNS.
This commit is contained in:
Miek Gieben 2016-04-05 07:37:05 +01:00
parent 4c55b6732f
commit 20e16491ec
8 changed files with 24 additions and 14 deletions

View file

@ -38,6 +38,7 @@ func (z *Zone) TransferAllowed(state middleware.State) bool {
return true
}
}
// TODO(miek): future matching against IP/CIDR notations
return false
}