mirror of
https://github.com/miekg/dns.git
synced 2026-05-05 06:36:12 +02:00
Add ref to 4592 and tests it
This commit is contained in:
parent
c657499f8a
commit
542ca8ed6d
@ -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
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user