mirror of
https://github.com/coredns/coredns.git
synced 2025-11-02 02:03:13 -05:00
middleware/file: proper support for wildcard (#323)
Add support for wildcard records, while taking care of wildcard-cnames and DNSSEC. Add enough tests to check all the corner cases.
This commit is contained in:
@@ -39,7 +39,6 @@ func TestZoneSigningBlackLies(t *testing.T) {
|
||||
if nsec.NextDomain != "\\000.ww.miek.nl." {
|
||||
t.Errorf("expected %s, got %s", "\\000.ww.miek.nl.", nsec.NextDomain)
|
||||
}
|
||||
t.Logf("%+v\n", m)
|
||||
}
|
||||
|
||||
func testNxdomainMsg() *dns.Msg {
|
||||
|
||||
Reference in New Issue
Block a user