Update turnserver.md

This commit is contained in:
Steve Seguin
2024-07-06 02:17:10 -04:00
committed by GitHub
parent 86ab7ce458
commit b888e0a674

View File

@@ -29,6 +29,8 @@ If you want to setup a firewall or configure an existing firewall, you can see t
sudo apt install net-tools
sudo ufw allow 3478/tcp # The default coturn TCP port
sudo ufw allow 3478/udp # The default coturn UDP port
sudo ufw allow 3479/tcp # Sometimes port+1 is used
sudo ufw allow 3479/udp # Sometimes port+1 is used
sudo ufw allow 443/tcp # The HTTPS TCP port
sudo ufw allow 443/udp # The HTTPS UDP port
sudo ufw allow 49152:65535/tcp