From 19c6f7e527559d117bf9f9e1921006262de9ecf4 Mon Sep 17 00:00:00 2001 From: rra Date: Thu, 7 May 2020 17:43:33 +0200 Subject: [PATCH] Update 'content/instant-messaging/server-support-for-audio-video-calls.md' --- .../server-support-for-audio-video-calls.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/instant-messaging/server-support-for-audio-video-calls.md b/content/instant-messaging/server-support-for-audio-video-calls.md index fb3e377..19c3347 100644 --- a/content/instant-messaging/server-support-for-audio-video-calls.md +++ b/content/instant-messaging/server-support-for-audio-video-calls.md @@ -82,13 +82,13 @@ The file looks like this: no-cli # disable command-line access -Now time for some config. Edit file in a few places: +Now time for some config. You need to edit `/etc/tunserver.conf` in a few places. -Add your external IP-address to `listening-ip`. If you don't know it, you can find out using the following command: +First, add your external IP-address to `listening-ip`. If you don't know it, you can find out using the following command: `curl https://ifconfig.co` -Set `static-auth-secret` to a decently long passphrase. You can also generate one with: +Then, set `static-auth-secret` to a decently long passphrase. You can also generate one with: `openssl rand -base64 30`.