diff --git a/README.markdown b/README.markdown index 41a76285..6c51529b 100644 --- a/README.markdown +++ b/README.markdown @@ -66,6 +66,7 @@ All of them: * 4255 - SSHFP * 4408 - SPF * 4509 - SHA256 Hash in DS +* 4592 - Wildcards in the DNS * 4635 - HMAC SHA TSIG * 4892 - id.server * 5001 - NSID diff --git a/parse_test.go b/parse_test.go index 4ce4d190..d0d6e1ed 100644 --- a/parse_test.go +++ b/parse_test.go @@ -130,7 +130,9 @@ z3.miek.nl. IN NSEC miek.nl. TXT RRSIG NSEC` } func TestDomainName(t *testing.T) { - tests := []string{"r\\.gieben.miek.nl.", "www\\.www.miek.nl."} + tests := []string{"r\\.gieben.miek.nl.", "www\\.www.miek.nl.", + "www.*.miek.nl.", "www.*.miek.nl.", + } dbuff := make([]byte, 40) for _, ts := range tests {