diff --git a/README.md b/README.md index 1ab6193..170dd40 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,21 @@ Update the `coturn\turnserver.config` file: 1. Android: 1. Android (Cafe Bazar): +1. Firewall Configuration (UFW) + +Before starting your services, open the required ports: + +```bash +sudo ufw allow 8008/tcp # Synapse +sudo ufw allow 8448/tcp # Federation (if used) +sudo ufw allow 3478/tcp +sudo ufw allow 3478/udp # Coturn STUN/TURN +sudo ufw allow 5349/tcp +sudo ufw allow 5349/udp # Coturn secure STUN/TURN +sudo ufw allow 49160:49200/udp # Coturn media +sudo ufw allow 443/tcp # Web access (if using reverse proxy) +``` + ## Further reading and references 1.