futomi / node-dns-sd

The node-dns-sd is a Node.js module which is a pure javascript implementation of mDNS/DNS-SD (Apple Bonjour) browser and packet parser. It allows you to discover IPv4 addresses in the local network specifying a service name such as _http._tcp.local. Besides, it allows you to monitor mDNS/DNS-SD packets.
MIT License
44 stars 11 forks source link

Prevent windows firewall popup #7

Open Achder opened 4 years ago

Achder commented 4 years ago

Hi, is it possible to prevent the windows firewall popup when running discovery? If I ignore the firewall popup it doesn't affect functionality. I don't know why exactly it pops up in the first place. Maybe you have an idea?