libmdns icon indicating copy to clipboard operation
libmdns copied to clipboard

fix publishing ipv6 link-local

Open nvandamme opened this issue 2 years ago • 2 comments

#52

nvandamme avatar Apr 02 '24 23:04 nvandamme

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

nvandamme avatar Apr 04 '24 23:04 nvandamme

Switched env_logger back to version 0.10.2, as it seems that 0.11.x does not build on rust 1.70.0

nvandamme avatar Apr 09 '24 12:04 nvandamme

Thanks! I much prefer tweaking if-addrs than introducing a new dependency.

willstott101 avatar Jul 19 '24 15:07 willstott101