From 4e2264d5db054a33f91ea0998b1ef70a42d2ea86 Mon Sep 17 00:00:00 2001 From: Sovran Systems <99053422+naturallaw777@users.noreply.github.com> Date: Sat, 13 Jun 2026 11:59:18 -0500 Subject: [PATCH] Fix Element Calling 30000-40000 port note: single rule with both TCP and UDP The previous change incorrectly split the 30000-40000 TURN relay range into two rows and told users to create two separate forwarding rules. On most routers this range is a single port-forwarding rule with a protocol selector set to "Both" (or TCP/UDP). Revert to a single row (protocol "TCP & UDP"), update the note to say it's one rule with both protocols enabled, and restore the totals to 3 required + 5 optional = 8. --- app/sovran_systemsos_web/static/onboarding.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/app/sovran_systemsos_web/static/onboarding.js b/app/sovran_systemsos_web/static/onboarding.js index fbabcf0..c103d50 100644 --- a/app/sovran_systemsos_web/static/onboarding.js +++ b/app/sovran_systemsos_web/static/onboarding.js @@ -551,7 +551,7 @@ async function loadStep4() { // Optional ports table html += '
| Port | Protocol | Forward to | Purpose |
|---|---|---|---|
| 7882 | UDP | ' + ip + ' | LiveKit media (UDP mux) |
| 5349 | TCP | ' + ip + ' | TURN over TLS |
| 3478 | UDP | ' + ip + ' | TURN (STUN/relay) |
| 30000–40000 | TCP | ' + ip + ' | TURN relay (WebRTC) — TCP rule |
| 30000–40000 | UDP | ' + ip + ' | TURN relay (WebRTC) — UDP rule |
| 30000–40000 | TCP & UDP | ' + ip + ' | TURN relay (WebRTC) |