Skip to content

Commit fcb5c34

Browse files
authored
Create README.md
1 parent fd2d861 commit fcb5c34

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,15 +899,19 @@ Docker usage is maintained by [Chris Nesbitt-Smith](https://github.com/chrisns)
899899
If you are running this in an environment where you manually have to unblock traffic to and from the machine, the following traffic needs to be allowed:
900900

901901
### Incoming
902+
```
902903
TCP, port 3500 (Sonos events)
903904
UDP, port 1905 (Sonos initial discovery)
904905
TCP, port 5005 (if using the default api port)
905906
TCP, port 5006 (if using https support, optional)
906-
907+
```
907908
### Outgoing
909+
```
908910
TCP, port 1400 (Sonos control commands)
909911
UDP, port 1900 (Sonos initial discovery)
910912
TCP, whatever port used for webhooks (optional)
913+
TCP, port 80/443 (for looking up hig res cover arts on various music services)
914+
```
911915

912916
The UDP traffic is a mixture of multicast (outgoing), broadcast (outgoing) and unicast (incoming). The multicast address is 239.255.255.250, the broadcast is 255.255.255.255 and the unicast is from the Sonos players.
913917

0 commit comments

Comments
 (0)