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:
80
80
``` yaml
81
81
zeroconf_enabled : false # Whether to keep the device discoverable at all times, even if authenticated via other means
82
82
zeroconf_port : 0 # The port to use for Zeroconf, 0 for random
83
+ zeroconf_implementation : builtin # Zeroconf implementation to use (builtin, avahi)
83
84
credentials :
84
85
type : zeroconf
85
86
zeroconf :
@@ -93,6 +94,9 @@ If `zeroconf_interfaces_to_advertise` is provided, you can limit interfaces that
93
94
have Docker installed on your host, you may want to disable advertising to its bridge interface, or you may want to
94
95
disable interfaces that will not be reachable.
95
96
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
+
96
100
# ## Interactive mode
97
101
98
102
This 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