diff --git a/app/sovran_systemsos_web/static/onboarding.js b/app/sovran_systemsos_web/static/onboarding.js index 30dd1b8..fbabcf0 100644 --- a/app/sovran_systemsos_web/static/onboarding.js +++ b/app/sovran_systemsos_web/static/onboarding.js @@ -355,9 +355,9 @@ async function loadStep3() { + 'Before you continue:' + '
curl "https://njal.la/update/?h=sub.domain.com&k=abc123&auto"ℹ Paste the curl URL from your Njal.la dashboard\'s Dynamic record
'; html += ''; html += ''; @@ -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/UDP | ' + ip + ' | TURN relay (WebRTC) |
| 30000–40000 | TCP | ' + ip + ' | TURN relay (WebRTC) — TCP rule |
| 30000–40000 | UDP | ' + ip + ' | TURN relay (WebRTC) — UDP rule |