mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -04:00
Think about wildcards
This commit is contained in:
@@ -60,7 +60,10 @@ var dnsTestCases = []coretest.Case{
|
||||
},
|
||||
}
|
||||
|
||||
const testzone = "miek.nl."
|
||||
const (
|
||||
testzone = "miek.nl."
|
||||
testzone1 = "dnssex.nl."
|
||||
)
|
||||
|
||||
func TestLookup(t *testing.T) {
|
||||
zone, err := Parse(strings.NewReader(dbMiekNL), testzone, "stdin")
|
||||
|
||||
Reference in New Issue
Block a user