mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 16:54:15 -04:00
add wildcard warnings (#5030)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
@@ -86,6 +86,7 @@ var (
|
||||
errNoItems = errors.New("no items found")
|
||||
errNsNotExposed = errors.New("namespace is not exposed")
|
||||
errInvalidRequest = errors.New("invalid query name")
|
||||
wildCount uint64
|
||||
)
|
||||
|
||||
// Services implements the ServiceBackend interface.
|
||||
|
||||
Reference in New Issue
Block a user