Your environment.
What did you do?
Hi! I took the example server:
https://github.com/pion/mdns/blob/master/examples/server/main.go
and changed the line 37 to:
LocalNames: []string{"pion-test.local", "potato.pion-test.local"},
and no errors happen but pion-test.local resolves yet potato.pion-test.local does not.
What did you expect?
I would expect subdomains to work. I've seen other mdns tools that can publish blabla.somename.local so subdomains are technically legal in mDNS and I'd expect them to work here.
Your environment.
What did you do?
Hi! I took the example server:
https://github.com/pion/mdns/blob/master/examples/server/main.go
and changed the line 37 to:
and no errors happen but pion-test.local resolves yet potato.pion-test.local does not.
What did you expect?
I would expect subdomains to work. I've seen other mdns tools that can publish blabla.somename.local so subdomains are technically legal in mDNS and I'd expect them to work here.