posicks / mdnsjava

Multicast DNS (mDNS) [RFC 6762] & DNS-Based Service Discovery (DNS-SD) [RFC6763] in Java
http://posicks.github.io/mdnsjava/
110 stars 43 forks source link

How to specify which network interface to listen for services on? #23

Open stodge opened 3 months ago

stodge commented 3 months ago

Is there a way to specify which network interface to listen for services on? My specific use case means I can only listen on a specific interface, not on 0.0.0.0. Thanks