Replies: 2 comments 4 replies
-
Sure. Put it after the Make Raspotify use tmpfs for /tmp section in the Basic Setup Guide. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Finally got around to doing this now. https://github.com/dtcooper/raspotify/wiki/Basic-Setup-Guide#ufw-settings |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just set up raspotify and found that I needed to poke a few holes in my firewall, and ended up finding this issue: #139
I think we ought to put these instructions in the basic setup guide
set the zeroconf port:
LIBRESPOT_ZEROCONF_PORT="65444"
add the ports:
sudo ufw allow from 192.168.0.0/16 to any port 5353 proto udp
sudo ufw allow from 192.168.0.0/16 to any port 65444 proto tcp
Beta Was this translation helpful? Give feedback.
All reactions