diff options
Diffstat (limited to 'packaging/firewall/firewalld/meshbay-cast.xml')
| -rw-r--r-- | packaging/firewall/firewalld/meshbay-cast.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packaging/firewall/firewalld/meshbay-cast.xml b/packaging/firewall/firewalld/meshbay-cast.xml new file mode 100644 index 0000000..065820b --- /dev/null +++ b/packaging/firewall/firewalld/meshbay-cast.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="utf-8"?> +<service> + <short>MeshBay Cast</short> + <description>HTTP relay for casting decrypted video to Chromecast and Smart TV devices on the local network. Includes mDNS for device discovery.</description> + <port protocol="tcp" port="19550-19553"/> + <port protocol="udp" port="5353"/> +</service> |