Skip to content

Commit

Permalink
Update turnserver.md
Browse files Browse the repository at this point in the history
  • Loading branch information
steveseguin authored Jul 6, 2024
1 parent 86ab7ce commit b888e0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions turnserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b888e0a

Please sign in to comment.