keepsimple1 / mdns-sd

Rust library for mDNS based Service Discovery
Apache License 2.0
96 stars 37 forks source link

apply interface selections when IP addresses change #142

Closed keepsimple1 closed 11 months ago

keepsimple1 commented 11 months ago

Currently when new IPs are found on the system, the interface selections are not applied. As the result, disable_interface() might stop working after IP addresses change on the host.