skynetservices / skydns1

DNS for skynet or any other service discovery
MIT License
528 stars 54 forks source link

wildcard can be added even if the name is too long #67

Closed miekg closed 10 years ago

miekg commented 10 years ago

this gets a reply: dig @localhost -p 1053 east...production.skydns.local SRV

so does this: dig @localhost -p 1053 .east..*.production.skydns.local SRV

and this: dig @localhost -p 1053 ..east...production.skydns.local SRV

And think the last two should not be answer, but instead give back NXDOMAIN