From 4c6b1830bf12241e900ea9a659d7432247d28865 Mon Sep 17 00:00:00 2001 From: Hans van Zijst Date: Mon, 25 Nov 2024 15:27:03 +0100 Subject: [PATCH] Minor edits, updated firewall doc. --- matrix/element-call/README.md | 4 ++-- matrix/firewall/README.md | 11 +++++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/matrix/element-call/README.md b/matrix/element-call/README.md index 371745c..f1de568 100644 --- a/matrix/element-call/README.md +++ b/matrix/element-call/README.md @@ -55,7 +55,7 @@ apt install golang ``` -# lk-jwt-service {#livekit} +# lk-jwt-service {#lkjwt} Get the latest source code and comile it (preferably *NOT* as root): @@ -140,7 +140,7 @@ Now enable and start this thing: systemctl enable --now lk-jwt-service ``` -# LiveKit +# LiveKit {#livekit} The actual SFU, Selective Forwarding Unit, is LiveKit. Downloading and installing is easy: download the [binary from Github](https://github.com/livekit/livekit/releases/download/v1.8.0/livekit_1.8.0_linux_amd64.tar.gz) diff --git a/matrix/firewall/README.md b/matrix/firewall/README.md index 320e435..461c957 100644 --- a/matrix/firewall/README.md +++ b/matrix/firewall/README.md @@ -10,9 +10,12 @@ First idea: the ports that need to be opened are: | :-------------: | :--------: | :------: | :--------------------- | | 80, 443 | IPv4/IPv6 | TCP | nginx, reverse proxy | | 8443 | IPv4/IPv6 | TCP | nginx, federation | -| 3478, 5349 | IPv4 | TCP/UDP | coturn, TURN | -| 50000-60000 | IPv4 | UDP | coturn, TURN | +| 7881 | IPv4/IPv6 | TCP/UDP | coturn/LiveKit TURN | +| 3478 | IPv4 | UDP | coturn/LiveKit TURN | +| 5349 | IPv4 | TCP | coturn/LiveKit TURN | +| 50000-60000 | IPv4 | TCP/UDP | coturn/LiveKit TURN | -The ports necessary for TURN depend very much on the specific [configuration -of coturn](../coturn#configuration). +The ports necessary for TURN depend very much on the specific configuration +[coturn](../coturn#configuration) or [LiveKit](../element-call#livekit). +