Add more logging
Put some more logging in CoreDNS.
This commit is contained in:
parent
4c55b6732f
commit
20e16491ec
8 changed files with 24 additions and 14 deletions
|
@ -38,6 +38,7 @@ func (z *Zone) TransferAllowed(state middleware.State) bool {
|
|||
return true
|
||||
}
|
||||
}
|
||||
// TODO(miek): future matching against IP/CIDR notations
|
||||
return false
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue