Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save crojasaragonez/8c27779f711d6e5e3d3453bd9a4c020e to your computer and use it in GitHub Desktop.
Save crojasaragonez/8c27779f711d6e5e3d3453bd9a4c020e to your computer and use it in GitHub Desktop.
OpenSuse Enable CHromecast
sudo firewall-cmd --add-port=8008-9000/tcp --permanent
sudo firewall-cmd --add-port=1900/udp --permanent
sudo firewall-cmd --add-port=5353/udp --permanent
sudo firewall-cmd --reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment