Skip to content

Commit

Permalink
Merge pull request #1236 from knuton/patch-1
Browse files Browse the repository at this point in the history
Add brief docs describing use of fixed service port with firewall
  • Loading branch information
eladyn authored Nov 13, 2023
2 parents 1f24a90 + 1f5d495 commit 11eb73f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/src/config/File.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,10 @@ normalisation_pregain = -10
# After the music playback has ended, start playing similar songs based on the previous tracks.
autoplay = true

# The port `spotifyd` uses to announce its service over the network.
# The port at which `spotifyd` is going to offer its service over the network (TCP).
# If not set, a random port > 1024 is used. For the service to be discoverable on the
# local network via mDNS, both the mDNS port (5353 UDP) and the random or fixed
# zeroconf port need to be allowed through any active firewall.
zeroconf_port = 1234

# The proxy `spotifyd` will use to connect to spotify.
Expand Down

0 comments on commit 11eb73f

Please sign in to comment.