diff --git a/README.md b/README.md index c3f055d..4a74650 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,16 @@ Available at [comfycamp.space](https://comfycamp.space). ## Ports -| Number | Service | Public URL | -| --- | --- | --- | -| 3000 | Mastodon | [m.comfycamp.space](https://m.comfycamp.space) | -| 3001 | Mastodon streaming | | -| 3002 | Vaultwarden | | -| 3003 | Minio console | | -| 3004 | Forgejo | [git.comfycamp.space](https://git.comfycamp.space) | -| 3005 | Synapse | | -| 8022 | Forgejo SSH | | -| 8448 | Synapse/Haproxy | | -| 9000 | Minio | | +| Number | Service | Public URL | +| --- | --- | --- | +| 3000 | Mastodon | [m.comfycamp.space](https://m.comfycamp.space) | +| 3001 | Mastodon streaming | | +| 3002 | Vaultwarden | | +| 3003 | Minio console | | +| 3004 | Forgejo | [git.comfycamp.space](https://git.comfycamp.space) | +| 3005 | Synapse | | +| 3478 tcp/udp | Coturn | | +| 8022 | Forgejo SSH | | +| 8448 | Synapse/Haproxy | | +| 9000 | Minio | | +| 49152 - 65535 udp | Coturn | | diff --git a/roles/coturn/templates/server.conf.j2 b/roles/coturn/templates/server.conf.j2 index a742bb0..3411846 100644 --- a/roles/coturn/templates/server.conf.j2 +++ b/roles/coturn/templates/server.conf.j2 @@ -151,7 +151,7 @@ external-ip={{ external_ip }} # Uncomment to run TURN server in 'normal' 'moderate' verbose mode. # By default the verbose mode is off. -verbose +#verbose # Uncomment to run TURN server in 'extra' verbose mode. # This mode is very annoying and produces lots of output. @@ -638,7 +638,7 @@ syslog # don't let the relay ever try to connect to private IP address ranges within your network (if any) # given the turn server is likely behind your firewall, remember to include any privileged public IPs too. -#denied-peer-ip=10.0.0.0-10.255.255.255 +denied-peer-ip=10.0.0.0-10.255.255.255 denied-peer-ip=192.168.0.0-192.168.255.255 denied-peer-ip=172.16.0.0-172.31.255.255