librespot/src
setime bf7cbbaadd
Add an option to specify IPs that zeroconf will bind to (#1071)
* added an option to specify ip addresses to which mDNS should bind (ignored by `DNS-SD`)
* changed command line option to `zeroconf-interface` to be consistent with `zeroconf-port`
use builder pattern to DRY up the code
used macro to print warning message
* fixing register error
* renamed `bind_ip` variables to match the option to `zeroconf_ip`, to be more consistent
* Changed user help
Modified comments
Added block for condition to clean the code
Added new modification to the change log

Co-authored-by: setime <timeframe1@gmx.de>
2022-11-25 09:57:14 +01:00
..
lib.rs Add librespot-discovery crate 2021-05-19 21:05:19 +02:00
main.rs Add an option to specify IPs that zeroconf will bind to (#1071) 2022-11-25 09:57:14 +01:00
player_event_handler.rs Fix latest clippy and fmt warnings 2022-11-22 13:38:02 +00:00