Auto-enable TURN support for LiveKit Server

This commit is contained in:
Slavi Pantaleev
2025-04-06 16:11:23 +03:00
parent b14b932af3
commit 5972f4c81a
2 changed files with 49 additions and 0 deletions

View File

@ -25,4 +25,8 @@ To ensure LiveKit Server functions correctly, the following firewall rules and p
- `7882/udp`: ICE/UDP Mux
- `3479/udp`: TURN/UDP
- `5350/tcp`: TURN/TCP
💡 The suggestions above are inspired by the upstream [Ports and Firewall](https://docs.livekit.io/home/self-hosting/ports-firewall/) documentation based on how LiveKit is configured in the playbook. If you've using custom configuration for the LiveKit Server role, you may need to adjust the firewall rules accordingly.