File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ An example configuration (not required) looks like this:
8080``` yaml
8181zeroconf_enabled : false # Whether to keep the device discoverable at all times, even if authenticated via other means
8282zeroconf_port : 0 # The port to use for Zeroconf, 0 for random
83+ zeroconf_implementation : builtin # Zeroconf implementation to use (builtin, avahi)
8384credentials :
8485 type : zeroconf
8586 zeroconf :
@@ -93,6 +94,9 @@ If `zeroconf_interfaces_to_advertise` is provided, you can limit interfaces that
9394have Docker installed on your host, you may want to disable advertising to its bridge interface, or you may want to
9495disable interfaces that will not be reachable.
9596
97+ If `zeroconf_implementation` is set to `avahi`, go-librespot will use Avahi through D-Bus to advertise the service. This
98+ is preferred if you already have Avahi running on your system. The default implementation may conflict with Avahi.
99+
96100# ## Interactive mode
97101
98102This mode allows you to associate your account with the device and make it discoverable even outside the network. It
You can’t perform that action at this time.
0 commit comments