libmdns
libmdns copied to clipboard
fix publishing ipv6 link-local
#52
The crate if-addrs has a feature to avoid filtering link-local IPv6 adresses.
Proposing to add the link-local feature of the crate if-addrs as default in Cargo.toml
Switched env_logger back to version 0.10.2, as it seems that 0.11.x does not build on rust 1.70.0
Thanks! I much prefer tweaking if-addrs than introducing a new dependency.