Think about wildcards
This commit is contained in:
parent
ec69798ca2
commit
9ba31ceb87
4 changed files with 230 additions and 150 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue