Skip to content

Commit c7e1300

Browse files
committed
chore: update README
1 parent 23cb896 commit c7e1300

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ An example configuration (not required) looks like this:
8080
```yaml
8181
zeroconf_enabled: false # Whether to keep the device discoverable at all times, even if authenticated via other means
8282
zeroconf_port: 0 # The port to use for Zeroconf, 0 for random
83+
zeroconf_implementation: builtin # Zeroconf implementation to use (builtin, avahi)
8384
credentials:
8485
type: zeroconf
8586
zeroconf:
@@ -93,6 +94,9 @@ If `zeroconf_interfaces_to_advertise` is provided, you can limit interfaces that
9394
have Docker installed on your host, you may want to disable advertising to its bridge interface, or you may want to
9495
disable 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

98102
This mode allows you to associate your account with the device and make it discoverable even outside the network. It

0 commit comments

Comments
 (0)